public class CommandLine extends Object
| Constructor and Description |
|---|
CommandLine() |
| Modifier and Type | Method and Description |
|---|---|
static IResult |
execute(IQueryContext context,
String commandLine,
IProgressListener listener) |
static void |
fillIn(ArgumentSet arguments,
String line) |
static ArgumentSet |
parse(IQueryContext context,
String line) |
static String[] |
tokenize(String line) |
public static IResult execute(IQueryContext context, String commandLine, IProgressListener listener) throws SnapshotException
SnapshotExceptionpublic static ArgumentSet parse(IQueryContext context, String line) throws SnapshotException
SnapshotExceptionpublic static void fillIn(ArgumentSet arguments, String line) throws SnapshotException
SnapshotException