Class BundleMapper


  • public class BundleMapper
    extends java.lang.Object
    Author:
    gjoranv, Ulf Lilleengen
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  BundleMapper.JarSuffix  
    • Constructor Summary

      Constructors 
      Constructor Description
      BundleMapper()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.nio.file.Path absoluteBundlePath​(java.nio.file.Path fileName)  
      static java.util.Optional<java.lang.String> getBundle​(java.lang.String className)  
      static java.util.Optional<java.nio.file.Path> getBundlePath​(java.lang.String className)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • LIBRARY_PATH

        public static final java.nio.file.Path LIBRARY_PATH
      • searchAndDocprocBundle

        public static final java.lang.String searchAndDocprocBundle
        See Also:
        Constant Field Values
    • Constructor Detail

      • BundleMapper

        public BundleMapper()
    • Method Detail

      • getBundle

        public static java.util.Optional<java.lang.String> getBundle​(java.lang.String className)
      • getBundlePath

        public static java.util.Optional<java.nio.file.Path> getBundlePath​(java.lang.String className)
      • absoluteBundlePath

        public static java.nio.file.Path absoluteBundlePath​(java.nio.file.Path fileName)