public class AddedDirs extends Object
Constructor and Description |
---|
AddedDirs() |
Modifier and Type | Method and Description |
---|---|
Set<String> |
allAddedDirs() |
Deque<String> |
asStringDeque(String entry) |
Stack<String> |
asStringStack(String entry)
Deprecated.
use
asStringDeque(String) instead. |
void |
clear() |
boolean |
update(String vPath)
Adds the path to this list.
|
@Deprecated public Stack<String> asStringStack(String entry)
asStringDeque(String)
instead.public void clear()
public boolean update(String vPath)
vPath
- The path to add.Copyright © 2001–2023 Codehaus Plexus. All rights reserved.