Class AbstractConfig
java.lang.Object
org.apache.jackrabbit.vault.fs.config.AbstractConfig
- Direct Known Subclasses:
VaultAuthConfig,VaultSettings
VaultUserConfig...-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanload(InputStream in) The specified stream remains open after this method returns.voidvoidvoidsave(OutputStream out)
-
Field Details
-
DIR_NAME
- See Also:
-
ATTR_VERSION
- See Also:
-
-
Constructor Details
-
AbstractConfig
public AbstractConfig()
-
-
Method Details
-
load
- Throws:
ConfigurationException
-
load
- Throws:
IOExceptionConfigurationException
-
load
The specified stream remains open after this method returns.
- Parameters:
in-- Returns:
- Throws:
IOExceptionConfigurationException
-
save
- Throws:
IOException
-
save
- Throws:
IOException
-
getConfigDir
- Throws:
IOException
-