public class PropertyFile extends ResourceFile
| Constructor and Description |
|---|
PropertyFile(String name) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(String key,
String value)
Adds key/value pair into the property file.
|
void |
build(OutputStream out)
called by Package to produce the file image.
|
isResource, namepublic PropertyFile(String name)
public void add(String key, String value)
public void build(OutputStream out) throws IOException
ResourceFilebuild in class ResourceFileIOExceptionCopyright © 2010–2015 MuleSoft, Inc.. All rights reserved.