Package org.eclipse.mat.query.registry
Class QueryObjectLink
java.lang.Object
org.eclipse.mat.query.registry.QueryObjectLink
-
Nested Class Summary
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic final String
forDetailResult
(DetailResultProvider provider, String identifier) static final String
static final String
static final String
forType
(QueryObjectLink.Type type, String target) getType()
getURL()
static QueryObjectLink
-
Field Details
-
PROTOCOL
- See Also:
-
-
Constructor Details
-
QueryObjectLink
-
-
Method Details
-
getType
-
getTarget
-
getURL
-
forQuery
-
forObject
-
forDetailResult
-
forType
-
parse
- Parameters:
url
- The String representation of a Memory Analyzer URL, starting mat://- Returns:
- null if the URL does not present a proper Memory Analyzer Object otherwise an internal MAT representation of the URL.
-