public class BundlePurgeRequest extends Object implements Serializable
| Constructor and Description |
|---|
BundlePurgeRequest() |
| Modifier and Type | Method and Description |
|---|---|
File |
getAbsoluteDestinationDirectory()
Deprecated.
since 4.13, use
getDestinationTarget() instead |
BundleManagerProvider |
getBundleManagerProvider() |
URI |
getDestinationTarget()
For filesystem-bound bundle destinations, this URI will have the
file scheme and will be the absolute
directory as found on the local machine's file system where the bundle should be deployed. |
org.rhq.core.domain.bundle.BundleResourceDeployment |
getLiveResourceDeployment()
This is information about the last known live resource deployment - this is to be purged.
|
org.rhq.core.domain.configuration.Configuration |
getReferencedConfiguration()
The destination specification can pass over some info to the bundle handler by using references to configuration
or metric data.
|
void |
setAbsoluteDestinationDirectory(File absoluteDestDir)
Deprecated.
since 4.13, use
setDestinationTarget(java.net.URI) instead |
void |
setBundleManagerProvider(BundleManagerProvider provider) |
void |
setDestinationTarget(URI destinationTarget) |
void |
setLiveResourceDeployment(org.rhq.core.domain.bundle.BundleResourceDeployment resourceDeployment) |
void |
setReferencedConfiguration(org.rhq.core.domain.configuration.Configuration referencedConfiguration) |
String |
toString() |
@Deprecated public File getAbsoluteDestinationDirectory()
getDestinationTarget() insteadrelative destination directory under the
destination base directory.@Deprecated public void setAbsoluteDestinationDirectory(File absoluteDestDir)
setDestinationTarget(java.net.URI) insteadabsoluteDestDir - public URI getDestinationTarget()
file scheme and will be the absolute
directory as found on the local machine's file system where the bundle should be deployed. In another words,
for the filesystem-bound bundle destinations, this is the bundle destination's
relative destination directory under the
destination base directory.
For bundle destinations defined using the bundle locations (which are just generalized expressions that should
form a valid URI), the URI will be processed from the templated destination location provided in the bundle
target of the resource's type.public void setDestinationTarget(URI destinationTarget)
getDestinationTarget()public org.rhq.core.domain.bundle.BundleResourceDeployment getLiveResourceDeployment()
public void setLiveResourceDeployment(org.rhq.core.domain.bundle.BundleResourceDeployment resourceDeployment)
public BundleManagerProvider getBundleManagerProvider()
public void setBundleManagerProvider(BundleManagerProvider provider)
public org.rhq.core.domain.configuration.Configuration getReferencedConfiguration()
public void setReferencedConfiguration(org.rhq.core.domain.configuration.Configuration referencedConfiguration)
getReferencedConfiguration()Copyright © 2008-2014 Red Hat, Inc.. All Rights Reserved.