Class DeployPath


  • public class DeployPath
    extends java.lang.Object
    • Constructor Detail

      • DeployPath

        public DeployPath​(java.io.File path,
                          java.lang.ClassLoader parentCL)
      • DeployPath

        public DeployPath​(java.io.File path,
                          boolean singleLoader,
                          java.lang.ClassLoader parentCL)
    • Method Detail

      • init

        public void init()
      • getPath

        public java.io.File getPath()
      • purge

        public void purge()
      • getInstalledBundles

        public java.util.List getInstalledBundles()
                                           throws java.lang.Exception
        Throws:
        java.lang.Exception
      • removeBundle

        public void removeBundle​(Bundle bundle)
      • getBundleEvents

        public BundleEvent[] getBundleEvents()
                                      throws java.lang.Exception
        Throws:
        java.lang.Exception
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object