|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.tools.ant.ProjectComponent
org.apache.tools.ant.types.DataType
org.apache.ant.compress.resources.Archives
public class Archives
A resource collection that treats all nested resources as archives and returns the contents of the archives as its content.
| Field Summary |
|---|
| Fields inherited from class org.apache.tools.ant.types.DataType |
|---|
checked, ref |
| Fields inherited from class org.apache.tools.ant.ProjectComponent |
|---|
description, location, project |
| Constructor Summary | |
|---|---|
Archives()
|
|
| Method Summary | |
|---|---|
java.lang.Object |
clone()
Implement clone. |
protected org.apache.tools.ant.types.ArchiveFileSet |
configureArchive(org.apache.tools.ant.types.ArchiveFileSet afs,
org.apache.tools.ant.types.Resource src)
Configures the archivefileset based on this type's settings, set the source. |
org.apache.tools.ant.types.resources.Union |
createArs()
Wrapper to identify nested resource collections as AR archives. |
org.apache.tools.ant.types.resources.Union |
createCpios()
Wrapper to identify nested resource collections as CPIO archives. |
org.apache.tools.ant.types.resources.Union |
createTars()
Wrapper to identify nested resource collections as ZIP archives. |
org.apache.tools.ant.types.resources.Union |
createZips()
Wrapper to identify nested resource collections as ZIP archives. |
protected void |
dieOnCircularReference(java.util.Stack stk,
org.apache.tools.ant.Project p)
Overrides the version of DataType to recurse on all DataType child elements that may have been added. |
protected java.util.Iterator |
grabArchives()
Turns all nested resources into corresponding ArchiveFileSets and returns an iterator over the collected archives. |
boolean |
isFilesystemOnly()
|
java.util.Iterator |
iterator()
Merges the nested collections. |
void |
setRefid(org.apache.tools.ant.types.Reference r)
Overrides the base version. |
int |
size()
Sums the sizes of nested archives. |
| Methods inherited from class org.apache.tools.ant.types.DataType |
|---|
checkAttributesAllowed, checkChildrenAllowed, circularReference, dieOnCircularReference, dieOnCircularReference, getCheckedRef, getCheckedRef, getCheckedRef, getCheckedRef, getDataTypeName, getRefid, invokeCircularReferenceCheck, isChecked, isReference, noChildrenAllowed, pushAndInvokeCircularReferenceCheck, setChecked, tooManyAttributes, toString |
| Methods inherited from class org.apache.tools.ant.ProjectComponent |
|---|
getDescription, getLocation, getProject, log, log, setDescription, setLocation, setProject |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Archives()
| Method Detail |
|---|
public org.apache.tools.ant.types.resources.Union createZips()
public org.apache.tools.ant.types.resources.Union createTars()
public org.apache.tools.ant.types.resources.Union createArs()
public org.apache.tools.ant.types.resources.Union createCpios()
public int size()
size in interface org.apache.tools.ant.types.ResourceCollectionpublic java.util.Iterator iterator()
iterator in interface org.apache.tools.ant.types.ResourceCollectionpublic boolean isFilesystemOnly()
isFilesystemOnly in interface org.apache.tools.ant.types.ResourceCollectionpublic void setRefid(org.apache.tools.ant.types.Reference r)
setRefid in class org.apache.tools.ant.types.DataTyper - the Reference to set.public java.lang.Object clone()
clone in class org.apache.tools.ant.types.DataTypeprotected java.util.Iterator grabArchives()
protected org.apache.tools.ant.types.ArchiveFileSet configureArchive(org.apache.tools.ant.types.ArchiveFileSet afs,
org.apache.tools.ant.types.Resource src)
protected void dieOnCircularReference(java.util.Stack stk,
org.apache.tools.ant.Project p)
throws org.apache.tools.ant.BuildException
dieOnCircularReference in class org.apache.tools.ant.types.DataTypestk - the stack of data types to use (recursively).p - the project to use to dereference the references.
org.apache.tools.ant.BuildException - on error.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||