org.codehaus.aspectwerkz.reflect
Class ClassList

java.lang.Object
  extended byorg.codehaus.aspectwerkz.reflect.ClassList
All Implemented Interfaces:
Serializable

public class ClassList
extends Object
implements Serializable

A list of all the possible target classes.

Author:
Jonas Bonér
See Also:
Serialized Form

Constructor Summary
ClassList()
           
 
Method Summary
 Collection getClasses()
          Returns the classes.
 void setClasses(Collection classes)
          Appends a new list of classes to the old one.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClassList

public ClassList()
Method Detail

getClasses

public Collection getClasses()
Returns the classes.

Returns:
the classes

setClasses

public void setClasses(Collection classes)
Appends a new list of classes to the old one.

Parameters:
classes - the classes to append


Copyright © 2002-2004 Jonas Bonér, Alexandre Vasseur. All Rights Reserved.