|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.mat.query.registry.QueryContextImpl
org.eclipse.mat.ui.internal.acquire.ProviderContextImpl
public class ProviderContextImpl
Constructor Summary | |
---|---|
ProviderContextImpl()
|
Method Summary | |
---|---|
ContextDerivedData |
getContextDerivedData()
For example, retained size derived data. |
String |
getPrefix()
The prefix for files generated from snapshot |
File |
getPrimaryFile()
The main file for the snapshot |
String |
mapToExternalIdentifier(int objectId)
Map an id to a readable form. |
int |
mapToObjectId(String externalIdentifier)
Map readable form to internal id. |
Object |
parse(Class<?> type,
Argument.Advice advice,
String[] args,
ParsePosition pos)
Consume the special data. |
boolean |
parses(Class<?> type,
Argument.Advice advice)
Is special parsing required to get an object of the required type? |
Methods inherited from class org.eclipse.mat.query.registry.QueryContextImpl |
---|
available, converts, convertToString, convertToValue, get |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ProviderContextImpl()
Method Detail |
---|
public ContextDerivedData getContextDerivedData()
IQueryContext
public File getPrimaryFile()
IQueryContext
public String getPrefix()
IQueryContext
public String mapToExternalIdentifier(int objectId) throws SnapshotException
IQueryContext
IQueryContext.mapToObjectId(java.lang.String)
SnapshotException
IQueryContext.mapToObjectId(java.lang.String)
public int mapToObjectId(String externalIdentifier) throws SnapshotException
IQueryContext
IQueryContext.mapToExternalIdentifier(int)
SnapshotException
public Object parse(Class<?> type, Argument.Advice advice, String[] args, ParsePosition pos) throws SnapshotException
IQueryContext
SnapshotException
public boolean parses(Class<?> type, Argument.Advice advice)
IQueryContext
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |