public class JPropertyFile extends JResourceFile
| Constructor | Description |
|---|---|
JPropertyFile(String name) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
add(String key,
String value) |
Adds key/value pair into the property file.
|
void |
build(OutputStream out) |
called by JPackage to produce the file image.
|
isResource, namepublic JPropertyFile(String name)
public void add(String key, String value)
public void build(OutputStream out) throws IOException
JResourceFilebuild in class JResourceFileIOExceptionCopyright © 2018 Oracle Corporation. All rights reserved.