|
||||||||||
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.JPropertyFile
public class JPropertyFile
A property file.
Constructor Summary | |
---|---|
JPropertyFile(java.lang.String name)
|
Method Summary | |
---|---|
void |
add(java.lang.String key,
java.lang.String value)
Adds key/value pair into the property file. |
void |
build(java.io.OutputStream out)
called by JPackage to produce the file image. |
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 JPropertyFile(java.lang.String name)
Method Detail |
---|
public void add(java.lang.String key, java.lang.String value)
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 |