public abstract class AbstractConfig extends Object
VaultUserConfig...| Modifier and Type | Field and Description |
|---|---|
static String |
ATTR_VERSION |
static String |
DIR_NAME |
| Constructor and Description |
|---|
AbstractConfig() |
| 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
IOExceptionConfigurationExceptionpublic boolean load(InputStream in) throws IOException, ConfigurationException
IOExceptionConfigurationExceptionpublic void save(File configFile) throws IOException
IOExceptionpublic void save(OutputStream out) throws IOException
IOExceptionpublic File getConfigDir() throws IOException
IOException"Copyright © 2010 - 2017 Adobe Systems Incorporated. All Rights Reserved"