public class ArchiveDirectory extends AccessibleAbstractArchiveComponent
| Constructor and Description |
|---|
ArchiveDirectory(java.lang.String name,
int mode)
Constructor for ArchiveDirectoroy, which sets the name and the AccessMode.
|
| Modifier and Type | Method and Description |
|---|---|
void |
accept(ArchiveComponentVisitor visitor)
calls back to the appropriate handle-method.
|
getModegetNamepublic ArchiveDirectory(java.lang.String name,
int mode)
name - the full qualified name of the directory. Starting from the archive-rootmode - the access permissionspublic void accept(ArchiveComponentVisitor visitor) throws java.io.FileNotFoundException, java.io.IOException
Visitablevisitor - the visiting visitorjava.io.FileNotFoundExceptionjava.io.IOException