org.eclipse.mat.internal.snapshot
Class ArgumentParser

java.lang.Object
  extended by org.eclipse.mat.internal.snapshot.ArgumentParser

public final class ArgumentParser
extends java.lang.Object


Constructor Summary
ArgumentParser()
           
 
Method Summary
static HeapObjectParamArgument consumeHeapObjects(ISnapshot snapshot, java.lang.String line)
           
static HeapObjectParamArgument consumeHeapObjects(ISnapshot snapshot, java.lang.String[] args, java.text.ParsePosition pos)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ArgumentParser

public ArgumentParser()
Method Detail

consumeHeapObjects

public static HeapObjectParamArgument consumeHeapObjects(ISnapshot snapshot,
                                                         java.lang.String line)
                                                  throws SnapshotException
Throws:
SnapshotException

consumeHeapObjects

public static HeapObjectParamArgument consumeHeapObjects(ISnapshot snapshot,
                                                         java.lang.String[] args,
                                                         java.text.ParsePosition pos)
                                                  throws SnapshotException
Throws:
SnapshotException