Class JarSource

java.lang.Object
com.yahoo.config.subscription.JarSource
All Implemented Interfaces:
ConfigSource

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

    • 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 Details

    • getJarFile

      public JarFile getJarFile()
    • getPath

      public String getPath()