Package org.eclipse.mat.hprof.describer
Class HprofContentDescriber
- java.lang.Object
-
- org.eclipse.mat.hprof.describer.HprofContentDescriber
-
- All Implemented Interfaces:
IContentDescriber
public class HprofContentDescriber extends java.lang.Object implements IContentDescriber
-
-
Field Summary
-
Fields inherited from interface org.eclipse.core.runtime.content.IContentDescriber
INDETERMINATE, INVALID, VALID
-
-
Constructor Summary
Constructors Constructor Description HprofContentDescriber()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
describe(java.io.InputStream contents, IContentDescription description)
QualifiedName[]
getSupportedOptions()
-
-
-
Method Detail
-
describe
public int describe(java.io.InputStream contents, IContentDescription description) throws java.io.IOException
- Specified by:
describe
in interfaceIContentDescriber
- Throws:
java.io.IOException
-
getSupportedOptions
public QualifiedName[] getSupportedOptions()
- Specified by:
getSupportedOptions
in interfaceIContentDescriber
-
-