|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use TextFile | |
| net.sf.jaxme.js | |
| net.sf.jaxme.js.impl | |
| Uses of TextFile in net.sf.jaxme.js |
| Methods in net.sf.jaxme.js that return TextFile | |
TextFile |
JavaSourceFactory.getTextFile(java.lang.String pPackageName,
java.lang.String pFileName)
Returns the text file with the given name or null, if no such text file has been generated. |
TextFile |
JavaSourceFactory.newTextFile(java.lang.String pPackageName,
java.lang.String pFileName)
Creates a new text file. |
| Methods in net.sf.jaxme.js with parameters of type TextFile | |
void |
JavaSourceFactory.write(java.io.File pBaseDir,
TextFile pFile)
Writes the given text file to the file system, relative to the given base directory. |
| Uses of TextFile in net.sf.jaxme.js.impl |
| Classes in net.sf.jaxme.js.impl that implement TextFile | |
class |
TextFileImpl
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||