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