org.codehaus.aspectwerkz.transform.inlining.deployer
Class ChangeSet
java.lang.Object
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 Bonr
Nested Class Summary |
static class |
ChangeSet.Element
Represents a change to be made to the class graph. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ChangeSet
public ChangeSet()
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.