Package org.eclipse.mat.query.registry
Class CommandLine
java.lang.Object
org.eclipse.mat.query.registry.CommandLine
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic IResult
execute
(IQueryContext context, String commandLine, IProgressListener listener) static void
fillIn
(ArgumentSet arguments, String line) static ArgumentSet
parse
(IQueryContext context, String line) static String[]
-
Constructor Details
-
CommandLine
public CommandLine()
-
-
Method Details
-
tokenize
-
execute
public static IResult execute(IQueryContext context, String commandLine, IProgressListener listener) throws SnapshotException - Throws:
SnapshotException
-
parse
- Throws:
SnapshotException
-
fillIn
- Throws:
SnapshotException
-