Class ParserRegistry.Parser
- java.lang.Object
-
- org.eclipse.mat.parser.internal.util.ParserRegistry.Parser
-
- Direct Known Subclasses:
ParserRegistry.DynamicParser
- Enclosing class:
- ParserRegistry
public class ParserRegistry.Parser extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <I> I
create(Class<I> type, String attribute)
String
getId()
SnapshotFormat
getSnapshotFormat()
String
getUniqueIdentifier()
-
-
-
Method Detail
-
getId
public String getId()
-
getUniqueIdentifier
public String getUniqueIdentifier()
-
getSnapshotFormat
public SnapshotFormat getSnapshotFormat()
-
-