org.gridkit.lab.jvm.threaddump
Class JvmThreadInfoParser

java.lang.Object
  extended by org.gridkit.lab.jvm.threaddump.JvmThreadInfoParser
All Implemented Interfaces:
Appendable

public class JvmThreadInfoParser
extends Object
implements Appendable


Constructor Summary
JvmThreadInfoParser()
           
JvmThreadInfoParser(boolean parseTrace)
           
 
Method Summary
 Appendable append(char c)
           
 Appendable append(CharSequence csq)
           
 Appendable append(CharSequence csq, int start, int end)
           
 JvmThreadInfo[] getThreads()
           
 void setStackElementParser(StackTraceElementParser parser)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JvmThreadInfoParser

public JvmThreadInfoParser()

JvmThreadInfoParser

public JvmThreadInfoParser(boolean parseTrace)
Method Detail

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.