public class JPropertyFile extends JResourceFile
| Modifier and Type | Field and Description |
|---|---|
private java.util.Properties |
data |
| Constructor and Description |
|---|
JPropertyFile(java.lang.String name) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
isResource, namepublic void add(java.lang.String key,
java.lang.String value)
public void build(java.io.OutputStream out)
throws java.io.IOException
JResourceFilebuild in class JResourceFilejava.io.IOException