|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DirectoryContainer<T extends Archive<T>>

Defines the contract for a component capable of storing empty directories.
| Method Summary | |
|---|---|
T |
addDirectories(ArchivePath... paths)
Adds the specified directory to the Archive. |
T |
addDirectories(String... paths)
Adds the specified directory to the Archive. |
T |
addDirectory(ArchivePath path)
Adds the specified directory to the Archive. |
T |
addDirectory(String path)
Adds the specified directory to the Archive. |
| Method Detail |
|---|
T addDirectory(String path)
throws IllegalArgumentException
Archive.
path - The path to add
IllegalArgumentException - If no path was specified
T addDirectories(String... paths)
throws IllegalArgumentException
Archive.
paths - The paths to add
IllegalArgumentException - If no paths were specified
T addDirectory(ArchivePath path)
throws IllegalArgumentException
Archive.
path - The path to add
IllegalArgumentException - If no path was specified
T addDirectories(ArchivePath... paths)
throws IllegalArgumentException
Archive.
paths - The paths to add
IllegalArgumentException - If no paths were specified
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||