Class PlatformBundles

java.lang.Object
com.yahoo.vespa.model.container.PlatformBundles

public class PlatformBundles extends Object
NOTE: Stable ordering of bundles in config is handled by ContainerCluster.addPlatformBundle(Path)
Author:
gjoranv, Ulf Lilleengen
  • Field Details

    • LIBRARY_PATH

      public static final Path LIBRARY_PATH
    • SEARCH_AND_DOCPROC_BUNDLE

      public static final String SEARCH_AND_DOCPROC_BUNDLE
      See Also:
    • commonVespaBundles

      public static final Set<Path> commonVespaBundles
    • SEARCH_AND_DOCPROC_BUNDLES

      public static final Set<Path> SEARCH_AND_DOCPROC_BUNDLES
  • Constructor Details

    • PlatformBundles

      public PlatformBundles()
  • Method Details

    • absoluteBundlePath

      public static Path absoluteBundlePath(String fileName)
    • absoluteBundlePath

      public static Path absoluteBundlePath(String fileName, com.yahoo.vespa.model.container.PlatformBundles.JarSuffix jarSuffix)
    • isSearchAndDocprocClass

      public static boolean isSearchAndDocprocClass(String className)