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.List
getInstalledBundles()
java.io.File
getPath()
void
init()
void
purge()
void
removeBundle(Bundle bundle)
java.lang.String
toString()
-
-
-
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 classjava.lang.Object
-
-