|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.codemodel.JResourceFile
com.sun.codemodel.fmt.JTextFile
public class JTextFile
Simple text file.
Constructor Summary | |
---|---|
JTextFile(java.lang.String name)
|
Method Summary | |
---|---|
void |
build(java.io.OutputStream out)
called by JPackage to produce the file image. |
void |
setContents(java.lang.String _contents)
|
Methods inherited from class com.sun.codemodel.JResourceFile |
---|
isResource, name |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JTextFile(java.lang.String name)
Method Detail |
---|
public void setContents(java.lang.String _contents)
public void build(java.io.OutputStream out) throws java.io.IOException
JResourceFile
build
in class JResourceFile
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |