Interface JavaScriptFile
-
- All Known Implementing Classes:
JavaScriptFileImpl
public interface JavaScriptFile
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Stringcontents()StringfileName()File name with extensionURIuri()Identifier of the file.
-
-
-
Method Detail
-
fileName
String fileName()
File name with extension
-
contents
String contents() throws IOException
- Throws:
IOException
-
uri
URI uri()
Identifier of the file. The only guarantee is that it is unique in the project. You should not assume it is a file:// URI.
-
-