org.eclipse.mat.query.registry
Class CommandLine
java.lang.Object
org.eclipse.mat.query.registry.CommandLine
public class CommandLine
- extends java.lang.Object
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CommandLine
public CommandLine()
tokenize
public static java.lang.String[] tokenize(java.lang.String line)
execute
public static IResult execute(IQueryContext context,
java.lang.String commandLine,
IProgressListener listener)
throws SnapshotException
- Throws:
SnapshotException
parse
public static ArgumentSet parse(IQueryContext context,
java.lang.String line)
throws SnapshotException
- Throws:
SnapshotException
fillIn
public static void fillIn(ArgumentSet arguments,
java.lang.String line)
throws SnapshotException
- Throws:
SnapshotException