Package org.jboss.galleon.cli.path
Class PathParser
- java.lang.Object
-
- org.jboss.galleon.cli.path.PathParser
-
public class PathParser extends java.lang.Object- Author:
- jdenise@redhat.com
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPathParser.Nodestatic interfacePathParser.PathConsumer
-
Field Summary
Fields Modifier and Type Field Description static charORIGIN_SEPARATORstatic charPATH_SEPARATOR
-
Constructor Summary
Constructors Constructor Description PathParser()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidparse(java.lang.String path, PathParser.PathConsumer consumer)
-
-
-
Field Detail
-
PATH_SEPARATOR
public static final char PATH_SEPARATOR
- See Also:
- Constant Field Values
-
ORIGIN_SEPARATOR
public static final char ORIGIN_SEPARATOR
- See Also:
- Constant Field Values
-
-
Method Detail
-
parse
public static void parse(java.lang.String path, PathParser.PathConsumer consumer) throws PathParserException, PathConsumerException
-
-