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, name
public JPropertyFile(String name)
public void add(String key, String value)
public void build(OutputStream out) throws IOException
JResourceFile
build
in class JResourceFile
IOException
Copyright © 2018 Oracle Corporation. All rights reserved.