org.gridkit.lab.jvm.threaddump
Class JvmThreadInfoParser
java.lang.Object
org.gridkit.lab.jvm.threaddump.JvmThreadInfoParser
- All Implemented Interfaces:
- Appendable
public class JvmThreadInfoParser
- extends Object
- implements Appendable
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JvmThreadInfoParser
public JvmThreadInfoParser()
JvmThreadInfoParser
public JvmThreadInfoParser(boolean parseTrace)
setStackElementParser
public void setStackElementParser(StackTraceElementParser parser)
append
public Appendable append(CharSequence csq)
throws IOException
- Specified by:
append
in interface Appendable
- Throws:
IOException
append
public Appendable append(CharSequence csq,
int start,
int end)
throws IOException
- Specified by:
append
in interface Appendable
- Throws:
IOException
append
public Appendable append(char c)
- Specified by:
append
in interface Appendable
getThreads
public JvmThreadInfo[] getThreads()
Copyright © 2018. All Rights Reserved.