kawigi.tools.reflect
Class JarRootNode

java.lang.Object
  |
  +--kawigi.tools.reflect.JarRootNode
All Implemented Interfaces:
ReflectorTreeElement

public class JarRootNode
extends java.lang.Object
implements ReflectorTreeElement


Constructor Summary
JarRootNode(java.io.File jarfile)
           
 
Method Summary
 int children()
           
 kawigi.tools.reflect.ReflectorTreeElement getChild(int index)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JarRootNode

public JarRootNode(java.io.File jarfile)
Method Detail

getChild

public kawigi.tools.reflect.ReflectorTreeElement getChild(int index)
Specified by:
getChild in interface ReflectorTreeElement

children

public int children()
Specified by:
children in interface ReflectorTreeElement

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object