Class Operator.DefaultPathParser
java.lang.Object
org.netbeans.jemmy.operators.Operator.DefaultPathParser
- All Implemented Interfaces:
Operator.PathParser
- Enclosing class:
Operator
Used for parsing of path-like strings where path components are
separated by a string-separator: "drive|directory|subdirectory|file".
- Author:
- Alexandre Iline (alexandre.iline@sun.com)
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
DefaultPathParser
Constructs a DefaultPathParser object.- Parameters:
separator- a string used as separator.
-
-
Method Details
-
parse
Description copied from interface:Operator.PathParserParses a string to a String array.- Specified by:
parsein interfaceOperator.PathParser- Parameters:
path- a String to parse.- Returns:
- a parsed array.
-