Package com.swiftmq.tools.deploy
Class DeployPath
- java.lang.Object
-
- com.swiftmq.tools.deploy.DeployPath
-
public class DeployPath extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description DeployPath(java.io.File path, boolean singleLoader, java.lang.ClassLoader parentCL)DeployPath(java.io.File path, java.lang.ClassLoader parentCL)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BundleEvent[]getBundleEvents()java.util.ListgetInstalledBundles()java.io.FilegetPath()voidinit()voidpurge()voidremoveBundle(Bundle bundle)java.lang.StringtoString()
-
-
-
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:
toStringin classjava.lang.Object
-
-