org.apache.ws.jaxme.js
public interface TextFile extends IndentationEngine
Interface of a text file.
Method Summary | |
---|---|
String | getContents() Returns the text files contents, as a string. |
String | getFileName() Returns the text files file name, without any path component. |
String | getPackageName() Returns the text files package name. |
void | setContents(String pContents) Sets the text files contents, as a string. |
Returns the text files contents, as a string.
Returns the text files file name, without any path component.
Returns the text files package name. This package name isn't necessarily a valid Java package name, for example it may be "META-INF".
Sets the text files contents, as a string.