public class SourceFile extends Object
Constructor and Description |
---|
SourceFile(java.nio.file.Path path,
String content) |
Modifier and Type | Method and Description |
---|---|
String |
getFileName() |
java.nio.file.Path |
getPath() |
String |
getSource() |
boolean |
hasExtension(String extension) |
public SourceFile(java.nio.file.Path path, String content)
public boolean hasExtension(String extension)
public String getFileName()
public java.nio.file.Path getPath()
public String getSource()
Copyright © 2015. All Rights Reserved.