Class JarSource

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

@Deprecated(forRemoval=true, since="7") public class JarSource extends Object implements ConfigSource
Deprecated, for removal: This API element is subject to removal in a future version.
Will be removed in Vespa 8. Only for internal use.
Source specifying config as a jar file entry
Author:
Vegard Havdal
  • Constructor Summary

    Constructors
    Constructor
    Description
    JarSource(JarFile jarFile, String path)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Creates a new jar source
  • Method Summary

    Modifier and Type
    Method
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • JarSource

      public JarSource(JarFile jarFile, String path)
      Deprecated, for removal: This API element is subject to removal in a future version.
      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()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getPath

      public String getPath()
      Deprecated, for removal: This API element is subject to removal in a future version.