org.codehaus.aspectwerkz.metadata
Class ClassList

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

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

A list of all the possible target classes.

Author:
Jonas Bonér
See Also:
Serialized Form

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

Constructor Detail

ClassList

public ClassList()
Method Detail

getClasses

public java.util.Collection getClasses()
Returns the classes.

Returns:
the classes

setClasses

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

Parameters:
classes - the classes to append


Copyright (c) 2002-2004 The AspectWerkz Team. All Rights Reserved.