Modifier and Type | Field and Description |
---|---|
private Union | |
private Union |
Access | Constructor and Description |
---|---|
public |
Modifier and Type | Method and Description |
---|---|
public Object | Returns: a cloned instance.Overrides org. |
protected ArchiveFileSet | Returns: ArchiveFileSetArchiveFileSet afs, final Resource Resource src)Configures the archivefileset based on this type's settings, set the source. |
public Union | |
public Union | |
protected synchronized void | dieOnCircularReference(final Stack<Object>
the stack of data types to use (recursively). stk, final Project the project to use to dereference the references. p)Overrides org. |
private Archives | |
protected Iterator | Returns: Iterator<ArchiveFileSet>Turns all nested resources into corresponding ArchiveFileSets and returns an iterator over the collected archives. |
public boolean | Returns: falseImplements org. |
public Iterator | Returns: Iterator<Resource>Implements java. |
public void | setRefid(final Reference
the Reference to set. r)Overrides org. |
public int | Returns: intImplements org. |
private Stream |
Archives | back to summary |
---|---|
public Archives() |
clone | back to summary |
---|---|
public Object clone() Overrides org. Implement clone. The nested resource collections are cloned as well. |
configureArchive | back to summary |
---|---|
protected ArchiveFileSet configureArchive(final ArchiveFileSet afs, final Resource src) Configures the archivefileset based on this type's settings, set the source.
|
createTars | back to summary |
---|---|
public Union createTars() Wrapper to identify nested resource collections as ZIP archives.
|
createZips | back to summary |
---|---|
public Union createZips() Wrapper to identify nested resource collections as ZIP archives.
|
dieOnCircularReference | back to summary |
---|---|
protected synchronized void dieOnCircularReference(final Stack<Object> stk, final Project p) throws BuildException Overrides org. Overrides the version of DataType to recurse on all DataType child elements that may have been added.
|
getRef | back to summary |
---|---|
private Archives getRef() |
grabArchives | back to summary |
---|---|
protected Iterator Turns all nested resources into corresponding ArchiveFileSets and returns an iterator over the collected archives.
|
isFilesystemOnly | back to summary |
---|---|
public boolean isFilesystemOnly() Implements org. Doc from org. Indicate whether this ResourceCollection is composed entirely of
Resources accessible via local filesystem conventions. If true, all
resources returned from this collection should respond with a
|
iterator | back to summary |
---|---|
public Iterator Implements java. Merges the nested collections. |
setRefid | back to summary |
---|---|
public void setRefid(final Reference r) Overrides org. Overrides the base version. |
size | back to summary |
---|---|
public int size() Implements org. Sums the sizes of nested archives.
|
streamArchives | back to summary |
---|---|
private Stream |