Package com.sun.codemodel.fmt
Class JTextFile
java.lang.Object
com.sun.codemodel.JResourceFile
com.sun.codemodel.fmt.JTextFile
Simple text file.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
build
(OutputStream out) called by JPackage to produce the file image.void
setContents
(String _contents) Methods inherited from class com.sun.codemodel.JResourceFile
isResource, name
-
Field Details
-
contents
-
-
Constructor Details
-
JTextFile
-
-
Method Details
-
setContents
-
build
Description copied from class:JResourceFile
called by JPackage to produce the file image.- Specified by:
build
in classJResourceFile
- Throws:
IOException
-