public class DeploymentUnitType extends AbstractBundleType
| Constructor and Description |
|---|
DeploymentUnitType() |
| Modifier and Type | Method and Description |
|---|---|
void |
addConfigured(ArchiveType archive) |
void |
addConfigured(FileType file) |
void |
addConfigured(IgnoreType ignore) |
void |
addConfigured(SystemServiceType systemService) |
void |
addConfigured(UrlArchiveType archive) |
void |
addConfigured(UrlFileType file) |
Set<File> |
getArchives() |
Map<File,Boolean> |
getArchivesExploded()
Returns a map keyed on
archive names whose values
are either true or false, where true means the archive is to be deployed exploded
and false means the archive should be deployed in compressed form. |
DestinationComplianceMode |
getCompliance() |
Map<File,File> |
getFiles()
Returns a map of all raw files.
|
Map<File,String> |
getLocalArchiveNames()
Returns a map of all archive files.
|
Map<File,String> |
getLocalFileNames()
Returns a map of all raw files.
|
String |
getManageRootDir()
Deprecated.
since RHQ 4.9.0, use
getCompliance() |
String |
getName() |
String |
getPostinstallTarget() |
String |
getPreinstallTarget() |
void |
init() |
void |
install(boolean revert,
boolean clean) |
void |
setCompliance(DestinationComplianceMode value) |
void |
setManageRootDir(String booleanString)
Deprecated.
since RHQ 4.9.0, use
setCompliance(org.rhq.core.util.updater.DestinationComplianceMode) |
void |
setName(String name) |
void |
setPostinstallTarget(String postinstallTarget) |
void |
setPreinstallTarget(String preinstallTarget) |
void |
start() |
void |
stop() |
void |
uninstall() |
void |
upgrade(boolean revert,
boolean clean) |
buildIncludePatternRegex, getPattern, getProjectcheckAttributesAllowed, checkChildrenAllowed, circularReference, clone, dieOnCircularReference, dieOnCircularReference, dieOnCircularReference, getCheckedRef, getCheckedRef, getCheckedRef, getCheckedRef, getDataTypeName, getRefid, invokeCircularReferenceCheck, isChecked, isReference, noChildrenAllowed, pushAndInvokeCircularReferenceCheck, setChecked, setRefid, tooManyAttributes, toStringpublic void init()
throws org.apache.tools.ant.BuildException
org.apache.tools.ant.BuildExceptionpublic void install(boolean revert,
boolean clean)
throws org.apache.tools.ant.BuildException
org.apache.tools.ant.BuildExceptionpublic void start()
throws org.apache.tools.ant.BuildException
org.apache.tools.ant.BuildExceptionpublic void stop()
throws org.apache.tools.ant.BuildException
org.apache.tools.ant.BuildExceptionpublic void upgrade(boolean revert,
boolean clean)
throws org.apache.tools.ant.BuildException
org.apache.tools.ant.BuildExceptionpublic void uninstall()
throws org.apache.tools.ant.BuildException
org.apache.tools.ant.BuildExceptionpublic String getName()
public void setName(String name)
public String getManageRootDir()
getCompliance()public void setManageRootDir(String booleanString)
setCompliance(org.rhq.core.util.updater.DestinationComplianceMode)public DestinationComplianceMode getCompliance()
public void setCompliance(DestinationComplianceMode value)
public Map<File,File> getFiles()
public Map<File,String> getLocalFileNames()
getFiles()).
The value is a path relative to the file as it is found in the bundle distro (this
is the "name" attribute of the "file" type tag).public Map<File,String> getLocalArchiveNames()
getArchives()).
The value is a path relative to the file as it is found in the bundle distro (this
is the "name" attribute of the "archive" type tag).public Map<File,Boolean> getArchivesExploded()
archive names whose values
are either true or false, where true means the archive is to be deployed exploded
and false means the archive should be deployed in compressed form.public String getPreinstallTarget()
public void setPreinstallTarget(String preinstallTarget)
public String getPostinstallTarget()
public void setPostinstallTarget(String postinstallTarget)
public void addConfigured(SystemServiceType systemService)
public void addConfigured(FileType file)
public void addConfigured(ArchiveType archive)
public void addConfigured(UrlFileType file)
public void addConfigured(UrlArchiveType archive)
public void addConfigured(IgnoreType ignore)
Copyright © 2008-2014 Red Hat, Inc.. All Rights Reserved.