Interface VaultFsConfig
- All Known Implementing Classes:
AbstractVaultFsConfig
public interface VaultFsConfig
VaultFsConfig...-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringName of the property that configures whether to use binary references instead of actual binary -
Method Summary
Modifier and TypeMethodDescriptionReturns a list of configured aggregators.Returns a list of configured artifact handlers.getProperty(String name) Returns the configuration property with the given name ornullif it is not defined.Returns an input stream that contains the source xml that constructs this configReturns the source xml that constructs this config
-
Field Details
-
NAME_USE_BINARY_REFERENCES
Name of the property that configures whether to use binary references instead of actual binary- See Also:
-
-
Method Details
-
getSource
InputStream getSource()Returns an input stream that contains the source xml that constructs this config- Returns:
- the source config
-
getSourceAsString
String getSourceAsString()Returns the source xml that constructs this config- Returns:
- the source xml
-
getAggregators
List<Aggregator> getAggregators()Returns a list of configured aggregators.- Returns:
- the configured aggregators.
-
getHandlers
List<ArtifactHandler> getHandlers()Returns a list of configured artifact handlers.- Returns:
- the configured artifact handlers.
-
getProperty
Returns the configuration property with the given name ornullif it is not defined.- Parameters:
name- the name of the property- Returns:
- the value or null
-