Uses of Class
com.swiftmq.tools.deploy.Bundle
-
Packages that use Bundle Package Description com.swiftmq.swiftlet com.swiftmq.swiftlet.deploy com.swiftmq.swiftlet.deploy.event com.swiftmq.tools.deploy -
-
Uses of Bundle in com.swiftmq.swiftlet
Methods in com.swiftmq.swiftlet with parameters of type Bundle Modifier and Type Method Description voidSwiftletDeployer. bundleAdded(Bundle bundle)voidSwiftletDeployer. bundleRemoved(Bundle bundle, boolean isRedeploy)voidSwiftletManager. loadExtensionSwiftlet(Bundle bundle)Loads a new Extension Swiftlet.voidSwiftletManager. unloadExtensionSwiftlet(Bundle bundle)Unloads an Extension Swiftlet. -
Uses of Bundle in com.swiftmq.swiftlet.deploy
Methods in com.swiftmq.swiftlet.deploy that return Bundle Modifier and Type Method Description Bundle[]DeploySpace. getInstalledBundles() -
Uses of Bundle in com.swiftmq.swiftlet.deploy.event
Methods in com.swiftmq.swiftlet.deploy.event with parameters of type Bundle Modifier and Type Method Description voidDeployListener. bundleAdded(Bundle bundle)voidDeployListener. bundleRemoved(Bundle bundle, boolean isRedeploy) -
Uses of Bundle in com.swiftmq.tools.deploy
Methods in com.swiftmq.tools.deploy that return Bundle Modifier and Type Method Description BundleBundleEvent. getBundle()Methods in com.swiftmq.tools.deploy with parameters of type Bundle Modifier and Type Method Description voidDeployPath. removeBundle(Bundle bundle)
-