public final class ArResource extends CommonsCompressArchiveResource
Constructor and Description |
---|
ArResource()
Default constructor.
|
ArResource(java.io.File a,
org.apache.commons.compress.archivers.ar.ArArchiveEntry e)
Construct a ArResource representing the specified
entry in the specified archive.
|
ArResource(org.apache.tools.ant.types.Resource a,
org.apache.commons.compress.archivers.ar.ArArchiveEntry e)
Construct a ArResource representing the specified
entry in the specified archive.
|
fetchEntry, getEncoding, getGid, getInputStream, getOutputStream, getUid, setEncoding, setEntry, setRefid
addConfigured, checkEntry, compareTo, dieOnCircularReference, equals, getArchive, getLastModified, getMode, getSize, hashCode, isDirectory, isExists, setArchive, setMode, toString
as, clone, getMagicNumber, getName, isFilesystemOnly, iterator, setDirectory, setExists, setLastModified, setName, setSize, size, toLongString
checkAttributesAllowed, checkChildrenAllowed, circularReference, dieOnCircularReference, dieOnCircularReference, getCheckedRef, getCheckedRef, getCheckedRef, getCheckedRef, getDataTypeName, getRefid, invokeCircularReferenceCheck, isChecked, isReference, noChildrenAllowed, pushAndInvokeCircularReferenceCheck, setChecked, tooManyAttributes
getDescription, getLocation, getProject, log, log, setDescription, setLocation, setProject
public ArResource()
public ArResource(java.io.File a, org.apache.commons.compress.archivers.ar.ArArchiveEntry e)
a
- the archive as File.e
- the ArEntry.public ArResource(org.apache.tools.ant.types.Resource a, org.apache.commons.compress.archivers.ar.ArArchiveEntry e)
a
- the archive as Resource.e
- the ArEntry.