Package org.codehaus.plexus.archiver.zip
Class AddedDirs
java.lang.Object
org.codehaus.plexus.archiver.zip.AddedDirs
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionasStringDeque
(String entry) asStringStack
(String entry) Deprecated.void
clear()
boolean
Adds the path to this list.
-
Constructor Details
-
AddedDirs
public AddedDirs()
-
-
Method Details
-
asStringStack
Deprecated.useasStringDeque(String)
instead. -
asStringDeque
-
clear
public void clear() -
update
Adds the path to this list.- Parameters:
vPath
- The path to add.- Returns:
- true if the path was already present, false if it has been added.
-
allAddedDirs
-
asStringDeque(String)
instead.