|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.at4j.zip.extattrs.ZipExternalFileAttributesParserRegistry
public class ZipExternalFileAttributesParserRegistry
This is a registry where parsers for the different
ZipExternalFileAttributes
that may occur in a Zip file are
registered. A parser is identified by the version of the Zip software that
was used to create the Zip file (the ZipVersionMadeBy
).
Constructor Summary | |
---|---|
ZipExternalFileAttributesParserRegistry()
Create a new registry. |
Method Summary | |
---|---|
ZipExternalFileAttributesParser |
forVersionMadeBy(ZipVersionMadeBy vmb)
Get the parser for the specific Zip software version. |
void |
registerExternalFileAttributesParser(ZipExternalFileAttributesParser p)
Register a new external file attributes parser object. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ZipExternalFileAttributesParserRegistry()
The new registry contains all file attribute compatibility classes defined in this package.
Method Detail |
---|
public void registerExternalFileAttributesParser(ZipExternalFileAttributesParser p)
p
- The parser to register.public ZipExternalFileAttributesParser forVersionMadeBy(ZipVersionMadeBy vmb)
vmb
- The Zip software version.
UnixExternalFileAttributesParser
if the software version is not
known.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |