- All Implemented Interfaces:
- Cloneable
public class UrlArchiveType
extends AbstractUrlFileType
An archive file to be exploded during the bundle deployment (it could remain compressed if exploded="false" is specified)
Can optionally contain a rhq:replace child element that specifies the set of files that contain
template variables (e.g. @@http.port@@) which need to be replaced with the value of the corresponding property.
This archive file is located at a remote location specified by a URL.
- Author:
- Ian Springer, John Mazzitelli