Class JarSource

  • All Implemented Interfaces:
    ConfigSource

    public class JarSource
    extends Object
    implements ConfigSource
    Source specifying config as a jar file entry
    Author:
    Vegard Havdal
    • Constructor Detail

      • JarSource

        public JarSource​(JarFile jarFile,
                         String path)
        Creates a new jar source
        Parameters:
        jarFile - the jar file to use as a source
        path - the path within the jar file, or null to use the default config/
    • Method Detail

      • getJarFile

        public JarFile getJarFile()
      • getPath

        public String getPath()