Class SpringSourcesConfig

java.lang.Object
org.aksw.conjure.cli.config.SpringSourcesConfig
All Implemented Interfaces:
Serializable

public class SpringSourcesConfig extends Object implements Serializable
See Also:
  • Field Details

    • sources

      protected Set<String> sources
    • sourceToContent

      protected Map<String,byte[]> sourceToContent
      A set of (absolute) paths to spring content files (.xml, groovy) together with their assigned content as a byte array.
  • Constructor Details

    • SpringSourcesConfig

      public SpringSourcesConfig(Set<String> sources, Map<String,byte[]> sourceToContent)
  • Method Details