|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.virtual.plugins.vfs.helpers.PathTokenizer
public class PathTokenizer
PathTokenizer.
| Method Summary | |
|---|---|
static String |
getRemainingPath(String[] tokens,
int i)
Get the remaining path from some tokens |
static String[] |
getTokens(String path)
Get the tokens |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static String[] getTokens(String path)
path - the path
IllegalArgumentException - if the path is null, it is empty or it is a relative path
public static String getRemainingPath(String[] tokens,
int i)
tokens - the tokensi - the current location
IllegalArgumentException - for null tokens or i is out of range
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||