org.eclipse.mat.query.registry
Class CommandLine
java.lang.Object
org.eclipse.mat.query.registry.CommandLine
public class CommandLine
- extends Object
CommandLine
public CommandLine()
tokenize
public static String[] tokenize(String line)
execute
public static IResult execute(IQueryContext context,
String commandLine,
IProgressListener listener)
throws SnapshotException
- Throws:
SnapshotException
parse
public static ArgumentSet parse(IQueryContext context,
String line)
throws SnapshotException
- Throws:
SnapshotException
fillIn
public static void fillIn(ArgumentSet arguments,
String line)
throws SnapshotException
- Throws:
SnapshotException