Package org.aksw.conjure.cli.config
Class SpringSourcesConfig
java.lang.Object
org.aksw.conjure.cli.config.SpringSourcesConfig
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionSpringSourcesConfig(Set<String> sources, Map<String, byte[]> sourceToContent) -
Method Summary
Modifier and TypeMethodDescription
-
Field Details
-
sources
-
sourceToContent
A set of (absolute) paths to spring content files (.xml, groovy) together with their assigned content as a byte array.
-
-
Constructor Details
-
SpringSourcesConfig
-
-
Method Details
-
getSources
-
getSourceToContent
-
effectiveSources
-