|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.tools.diagnostics.vm.DumpDescriptor
public class DumpDescriptor
Definition of the capabilities of a Dump that should be produced by passing an instance of this descriptor to the Dump class
Constructor Summary | |
---|---|
DumpDescriptor()
|
Method Summary | |
---|---|
protected java.lang.Object |
clone()
|
DumpDescriptor |
copy()
Returns a copy of this descriptor. |
boolean |
recordClassesRequired()
|
boolean |
recordClassLoadersRequired()
Returns true if the recording of class loaders in the generated dump is a required attribute. |
void |
setRecordClasses()
Call to indicate that the dump generated by the initiator is required to contain data that will eventually be represented by the JavaClass interface |
void |
setRecordClassLoaders()
Call to indicate that the dump generated by the initiator is required to contain data that will eventually be represented by the JavaClassLoader interface |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DumpDescriptor()
Method Detail |
---|
public void setRecordClassLoaders()
public void setRecordClasses()
public boolean recordClassLoadersRequired()
public boolean recordClassesRequired()
public DumpDescriptor copy()
protected java.lang.Object clone() throws java.lang.CloneNotSupportedException
clone
in class java.lang.Object
java.lang.CloneNotSupportedException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |