public final class DumpResource extends CommonsCompressArchiveResource
Constructor and Description |
---|
DumpResource()
Default constructor.
|
DumpResource(java.io.File a,
org.apache.commons.compress.archivers.dump.DumpArchiveEntry e)
Construct a DumpResource representing the specified
entry in the specified archive.
|
DumpResource(java.io.File a,
java.lang.String enc,
org.apache.commons.compress.archivers.dump.DumpArchiveEntry e)
Construct a DumpResource representing the specified
entry in the specified archive.
|
DumpResource(org.apache.tools.ant.types.Resource a,
org.apache.commons.compress.archivers.dump.DumpArchiveEntry e)
Construct a DumpResource representing the specified
entry in the specified archive.
|
DumpResource(org.apache.tools.ant.types.Resource a,
java.lang.String enc,
org.apache.commons.compress.archivers.dump.DumpArchiveEntry e)
Construct a DumpResource 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 DumpResource()
public DumpResource(java.io.File a, org.apache.commons.compress.archivers.dump.DumpArchiveEntry e)
a
- the archive as File.e
- the DumpEntry.public DumpResource(org.apache.tools.ant.types.Resource a, org.apache.commons.compress.archivers.dump.DumpArchiveEntry e)
a
- the archive as Resource.e
- the DumpEntry.public DumpResource(java.io.File a, java.lang.String enc, org.apache.commons.compress.archivers.dump.DumpArchiveEntry e)
a
- the archive as File.enc
- the encoding used for filenames.e
- the DumpEntry.public DumpResource(org.apache.tools.ant.types.Resource a, java.lang.String enc, org.apache.commons.compress.archivers.dump.DumpArchiveEntry e)
a
- the archive as Resource.enc
- the encoding used for filenames.e
- the DumpEntry.