| 
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectnet.sf.jaxme.js.IndentationEngineImpl
net.sf.jaxme.js.impl.TextFileImpl
| Field Summary | 
| Fields inherited from interface net.sf.jaxme.js.IndentationEngine | 
NOTHING | 
| Constructor Summary | |
TextFileImpl(java.lang.String pPackageName,
             java.lang.String pFileName)
 | 
|
| Method Summary | |
 java.lang.String | 
getContents()
Returns the text files contents, as a string.  | 
 java.lang.String | 
getFileName()
Returns the text files file name, without any path component.  | 
 java.lang.String | 
getPackageName()
Returns the text files package name.  | 
 void | 
setContents(java.lang.String pContents)
Sets the text files contents, as a string.  | 
| Methods inherited from class net.sf.jaxme.js.IndentationEngineImpl | 
addLine, addLine, addLine, addLine, addLine, addLine, addLine, addLine, addLine, addLine, addLine, addLine, addLine, addLine, addLine, addLine, addLine, addLine, asString, checkNulls, clear, getLevel, getLines, getLines, getPlaceHolder, indent, isEmpty, moveToBottom, moveToTop, newPlaceHolder, removePlaceHolder, setLevel, unindent, write, write | 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Methods inherited from interface net.sf.jaxme.js.IndentationEngine | 
addLine, addLine, addLine, addLine, addLine, addLine, addLine, addLine, addLine, addLine, addLine, addLine, addLine, addLine, addLine, addLine, addLine, addLine, clear, getLevel, getPlaceHolder, indent, moveToBottom, moveToTop, newPlaceHolder, setLevel, unindent, write, write | 
| Constructor Detail | 
public TextFileImpl(java.lang.String pPackageName,
                    java.lang.String pFileName)
| Method Detail | 
public java.lang.String getPackageName()
TextFileReturns the text files package name. This package name isn't necessarily a valid Java package name, for example it may be "META-INF".
getPackageName in interface TextFilepublic java.lang.String getFileName()
TextFileReturns the text files file name, without any path component.
getFileName in interface TextFilepublic java.lang.String getContents()
TextFileReturns the text files contents, as a string.
getContents in interface TextFilepublic void setContents(java.lang.String pContents)
TextFileSets the text files contents, as a string.
setContents in interface TextFile
  | 
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||