public abstract class PropertiesFileLoader extends Object
Modifier and Type | Field and Description |
---|---|
static char[] |
ESCAPE_ARRAY |
Modifier | Constructor and Description |
---|---|
protected |
PropertiesFileLoader(String path) |
Modifier and Type | Method and Description |
---|---|
static String |
escapeString(String name,
char[] escapeArray) |
Properties |
getProperties() |
org.jboss.msc.value.InjectedValue<String> |
getRelativeToInjector() |
void |
persistProperties()
Saves changes in properties file.
|
void |
start(org.jboss.msc.service.StartContext context) |
void |
stop(org.jboss.msc.service.StopContext context) |
protected void |
verifyProperties(Properties properties)
Provides the base class with an opportunity to verify the contents of the properties before they are used.
|
protected PropertiesFileLoader(String path)
public org.jboss.msc.value.InjectedValue<String> getRelativeToInjector()
public void start(org.jboss.msc.service.StartContext context) throws org.jboss.msc.service.StartException
org.jboss.msc.service.StartException
public void stop(org.jboss.msc.service.StopContext context)
public Properties getProperties() throws IOException
IOException
public void persistProperties() throws IOException
IOException
protected void verifyProperties(Properties properties) throws IOException
properties
- - The Properties instance to verify.IOException
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.