org.crsh.text.formatter
Class ThreadRenderable

java.lang.Object
  extended by org.crsh.text.Renderable<Thread>
      extended by org.crsh.text.formatter.ThreadRenderable

public class ThreadRenderable
extends Renderable<Thread>


Field Summary
private static EnumMap<Thread.State,Color> colorMapping
          .
 
Fields inherited from class org.crsh.text.Renderable
ANY
 
Constructor Summary
ThreadRenderable()
           
 
Method Summary
 Class<Thread> getType()
           
 Renderer renderer(Iterator<Thread> stream)
           
 
Methods inherited from class org.crsh.text.Renderable
getRenderable
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

colorMapping

private static final EnumMap<Thread.State,Color> colorMapping
.

Constructor Detail

ThreadRenderable

public ThreadRenderable()
Method Detail

getType

public Class<Thread> getType()
Specified by:
getType in class Renderable<Thread>

renderer

public Renderer renderer(Iterator<Thread> stream)
Specified by:
renderer in class Renderable<Thread>


Copyright © 2014 eXo Platform SAS. All Rights Reserved.