Class PlatformBundles

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

public class PlatformBundles extends Object
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:
  • Constructor Details

    • PlatformBundles

      public PlatformBundles()
  • Method Details

    • commonVespaBundles

      public static Set<Path> commonVespaBundles()
    • 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)