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