org.codehaus.aspectwerkz.transform.inlining.deployer
Class ChangeSet

java.lang.Object
  extended by org.codehaus.aspectwerkz.transform.inlining.deployer.ChangeSet

public final class ChangeSet
extends Object

Represents a change set of changes to be made to the class graph.

Author:
Jonas BonŽr

Nested Class Summary
static class ChangeSet.Element
          Represents a change to be made to the class graph.
 
Constructor Summary
ChangeSet()
           
 
Method Summary
 void addElement(ChangeSet.Element element)
          Adds a change set element.
 Set getElements()
          Returns all elements in the change set.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChangeSet

public ChangeSet()
Method Detail

addElement

public void addElement(ChangeSet.Element element)
Adds a change set element.

Parameters:
element -

getElements

public Set getElements()
Returns all elements in the change set.

Returns:
all elements in the change set


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