|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.rhq.core.pluginapi.bundle.BundleDeployRequest
public class BundleDeployRequest
A request to deploy a bundle.
Constructor Summary | |
---|---|
BundleDeployRequest()
|
Method Summary | |
---|---|
File |
getAbsoluteDestinationDirectory()
Returns the full, absolute directory as found on the local machine's file system where the bundle should be deployed. |
File |
getBundleFilesLocation()
This returns the location where the plugin container has downloaded the bundle files. |
BundleManagerProvider |
getBundleManagerProvider()
|
Map<PackageVersion,File> |
getPackageVersionFiles()
Maps all the package versions associated with the bundle and the locations where the package version contents can be found. |
BundleResourceDeployment |
getResourceDeployment()
|
boolean |
isCleanDeployment()
|
boolean |
isRevert()
|
void |
setAbsoluteDestinationDirectory(File absoluteDestDir)
|
void |
setBundleFilesLocation(File bundleFilesLocation)
|
void |
setBundleManagerProvider(BundleManagerProvider provider)
|
void |
setCleanDeployment(boolean isCleanDeployment)
|
void |
setPackageVersionFiles(Map<PackageVersion,File> packageVersionFiles)
|
void |
setResourceDeployment(BundleResourceDeployment resourceDeployment)
|
void |
setRevert(boolean isRevert)
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public BundleDeployRequest()
Method Detail |
---|
public File getAbsoluteDestinationDirectory()
relative destination directory
under the
destination base directory
.
public void setAbsoluteDestinationDirectory(File absoluteDestDir)
public File getBundleFilesLocation()
public void setBundleFilesLocation(File bundleFilesLocation)
public Map<PackageVersion,File> getPackageVersionFiles()
bundle files location
.
public void setPackageVersionFiles(Map<PackageVersion,File> packageVersionFiles)
public BundleResourceDeployment getResourceDeployment()
public void setResourceDeployment(BundleResourceDeployment resourceDeployment)
public BundleManagerProvider getBundleManagerProvider()
public void setBundleManagerProvider(BundleManagerProvider provider)
public boolean isCleanDeployment()
public void setCleanDeployment(boolean isCleanDeployment)
public boolean isRevert()
public void setRevert(boolean isRevert)
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |