org.codehaus.aspectwerkz.reflect
Class ClassList
java.lang.Object
org.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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ClassList
public ClassList()
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.