public class NodePropertiesBundle
extends java.lang.Object
| Constructor and Description |
|---|
NodePropertiesBundle(java.util.List<es.molabs.properties.NodePropertiesToken> tokenList) |
NodePropertiesBundle(es.molabs.properties.NodePropertiesToken... tokenList) |
| Modifier and Type | Method and Description |
|---|---|
void |
addFile(java.net.URL resource) |
void |
addFile(java.net.URL resource,
java.lang.String encoding) |
void |
destroy() |
java.lang.String |
getString(java.lang.String key) |
java.util.List<es.molabs.properties.NodePropertiesToken> |
getTokenList() |
void |
init() |
boolean |
isInitialized() |
public NodePropertiesBundle(es.molabs.properties.NodePropertiesToken... tokenList)
public NodePropertiesBundle(java.util.List<es.molabs.properties.NodePropertiesToken> tokenList)
public void init()
throws java.io.IOException
java.io.IOExceptionpublic void destroy()
throws java.io.IOException
java.io.IOExceptionpublic boolean isInitialized()
public void addFile(java.net.URL resource)
throws java.io.IOException
java.io.IOExceptionpublic void addFile(java.net.URL resource,
java.lang.String encoding)
throws java.io.IOException
java.io.IOExceptionpublic java.util.List<es.molabs.properties.NodePropertiesToken> getTokenList()
public java.lang.String getString(java.lang.String key)