classUtils.putils
Class ClassListBean

java.lang.Object
  extended by classUtils.putils.ClassListBean
All Implemented Interfaces:
java.io.Serializable

public class ClassListBean
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
ClassListBean(ClassPathBean cpb)
           
 
Method Summary
 void add(java.lang.Class c)
           
 void add(java.lang.Class[] c)
           
 java.lang.Class[] getClasses()
           
 int getNumberOfMethods()
           
 int getSize()
           
 java.util.Vector getVector()
           
static void main(java.lang.String[] args)
           
 void print()
           
static ClassListBean restore()
          restores the properties from the preference in the user root.
 void save()
          saves the properties to the Preferences of the userRoot
 void scan()
           
 void setClasses(java.lang.Class[] classes)
          Overwrite the old class list with a new one
static void sort(java.lang.Class[] ca)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ClassListBean

public ClassListBean(ClassPathBean cpb)
Method Detail

getVector

public java.util.Vector getVector()

scan

public void scan()

add

public void add(java.lang.Class c)

add

public void add(java.lang.Class[] c)

sort

public static void sort(java.lang.Class[] ca)

setClasses

public void setClasses(java.lang.Class[] classes)
Overwrite the old class list with a new one

Parameters:
classes -

main

public static void main(java.lang.String[] args)

getNumberOfMethods

public int getNumberOfMethods()

getClasses

public java.lang.Class[] getClasses()

toString

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

print

public void print()

getSize

public int getSize()

save

public void save()
saves the properties to the Preferences of the userRoot


restore

public static ClassListBean restore()
restores the properties from the preference in the user root.