Package org.eclipse.mat.query.registry
Class CommandLine
- java.lang.Object
-
- org.eclipse.mat.query.registry.CommandLine
-
public class CommandLine extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description CommandLine()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static IResult
execute(IQueryContext context, java.lang.String commandLine, IProgressListener listener)
static void
fillIn(ArgumentSet arguments, java.lang.String line)
static ArgumentSet
parse(IQueryContext context, java.lang.String line)
static java.lang.String[]
tokenize(java.lang.String line)
-
-
-
Method Detail
-
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
-
-