public abstract class AbstractConfig extends Object
VaultUserConfig
...Modifier and Type | Field and Description |
---|---|
static String |
ATTR_VERSION |
static String |
DIR_NAME |
Modifier and Type | Method and Description |
---|---|
File |
getConfigDir() |
boolean |
load(File configFile) |
boolean |
load(InputStream in) |
void |
save(File configFile) |
void |
save(OutputStream out) |
public static final String DIR_NAME
public static final String ATTR_VERSION
public boolean load(File configFile) throws IOException, ConfigurationException
IOException
ConfigurationException
public File getConfigDir() throws IOException
IOException
public void save(OutputStream out) throws IOException
IOException
public boolean load(InputStream in) throws IOException, ConfigurationException
IOException
ConfigurationException
public void save(File configFile) throws IOException
IOException
"Copyright © 2006 - 2015 Adobe Systems Incorporated. All Rights Reserved"