org.rhq.core.pluginapi.bundle
Class BundlePurgeRequest
java.lang.Object
org.rhq.core.pluginapi.bundle.BundlePurgeRequest
- All Implemented Interfaces:
- Serializable
public class BundlePurgeRequest
- extends Object
- implements Serializable
A request to purge a bundle, essentially erasing the bundle files from the destination.
- See Also:
- Serialized Form
BundlePurgeRequest
public BundlePurgeRequest()
getAbsoluteDestinationDirectory
public File getAbsoluteDestinationDirectory()
- Returns the full, absolute directory as found on the local machine's file system
where the bundle should be deployed. This is the bundle destination's
relative destination directory
under the
destination base directory
.
setAbsoluteDestinationDirectory
public void setAbsoluteDestinationDirectory(File absoluteDestDir)
getLiveResourceDeployment
public BundleResourceDeployment getLiveResourceDeployment()
- This is information about the last known live resource deployment - this is to be purged.
- Returns:
- information about the live resource deployment that is to be purged
setLiveResourceDeployment
public void setLiveResourceDeployment(BundleResourceDeployment resourceDeployment)
getBundleManagerProvider
public BundleManagerProvider getBundleManagerProvider()
setBundleManagerProvider
public void setBundleManagerProvider(BundleManagerProvider provider)
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2008-2011 Red Hat, Inc.. All Rights Reserved.