public interface VaultFsConfig
VaultFsConfig
...Modifier and Type | Field and Description |
---|---|
static java.lang.String |
NAME_USE_BINARY_REFERENCES
Name of the property that configures whether to use binary references instead of actual binary
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Aggregator> |
getAggregators()
Returns a list of configured aggregators.
|
java.util.List<ArtifactHandler> |
getHandlers()
Returns a list of configured artifact handlers.
|
java.lang.String |
getProperty(java.lang.String name)
Returns the configuration property with the given name or
null if it is not defined. |
java.io.InputStream |
getSource()
Returns an input stream that contains the source xml that constructs this config
|
java.lang.String |
getSourceAsString()
Returns the source xml that constructs this config
|
static final java.lang.String NAME_USE_BINARY_REFERENCES
java.io.InputStream getSource()
java.lang.String getSourceAsString()
java.util.List<Aggregator> getAggregators()
java.util.List<ArtifactHandler> getHandlers()
java.lang.String getProperty(java.lang.String name)
null
if it is not defined.name
- the name of the property"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"