public class BundleDeployRequest extends Object implements Serializable
| Constructor and Description |
|---|
BundleDeployRequest() |
| Modifier and Type | Method and Description |
|---|---|
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<org.rhq.core.domain.content.PackageVersion,File> |
getPackageVersionFiles()
Maps all the package versions associated with the bundle and the locations
where the package version contents can be found.
|
org.rhq.core.domain.bundle.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<org.rhq.core.domain.content.PackageVersion,File> packageVersionFiles) |
void |
setResourceDeployment(org.rhq.core.domain.bundle.BundleResourceDeployment resourceDeployment) |
void |
setRevert(boolean isRevert) |
String |
toString() |
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<org.rhq.core.domain.content.PackageVersion,File> getPackageVersionFiles()
bundle files location.public void setPackageVersionFiles(Map<org.rhq.core.domain.content.PackageVersion,File> packageVersionFiles)
public org.rhq.core.domain.bundle.BundleResourceDeployment getResourceDeployment()
public void setResourceDeployment(org.rhq.core.domain.bundle.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)
Copyright © 2008-2013 Red Hat, Inc.. All Rights Reserved.