Class ArgumentParser
- java.lang.Object
-
- org.eclipse.mat.internal.snapshot.ArgumentParser
-
public final class ArgumentParser extends Object
-
-
Constructor Summary
Constructors Constructor Description ArgumentParser()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static HeapObjectParamArgument
consumeHeapObjects(ISnapshot snapshot, String line)
static HeapObjectParamArgument
consumeHeapObjects(ISnapshot snapshot, String[] args, ParsePosition pos)
-
-
-
Method Detail
-
consumeHeapObjects
public static HeapObjectParamArgument consumeHeapObjects(ISnapshot snapshot, String line) throws SnapshotException
- Throws:
SnapshotException
-
consumeHeapObjects
public static HeapObjectParamArgument consumeHeapObjects(ISnapshot snapshot, String[] args, ParsePosition pos) throws SnapshotException
- Throws:
SnapshotException
-
-