|
Plexus v0.13.1 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.phoenixst.collections.ClosureChain
public class ClosureChain
A chain of Closures.
| Constructor Summary | |
|---|---|
ClosureChain(org.apache.commons.collections.Closure[] closures)
Creates a new ClosureChain. |
|
ClosureChain(org.apache.commons.collections.Closure first,
org.apache.commons.collections.Closure second)
Creates a new ClosureChain. |
|
ClosureChain(Collection closures)
Creates a new ClosureChain. |
|
| Method Summary | |
|---|---|
void |
execute(Object object)
|
List |
getOperands()
Returns an unmodifiable List of the argument
Closures being used by this
ClosureChain. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ClosureChain(org.apache.commons.collections.Closure[] closures)
ClosureChain.
public ClosureChain(Collection closures)
ClosureChain.
public ClosureChain(org.apache.commons.collections.Closure first,
org.apache.commons.collections.Closure second)
ClosureChain.
| Method Detail |
|---|
public void execute(Object object)
execute in interface org.apache.commons.collections.Closurepublic List getOperands()
List of the argument
Closures being used by this
ClosureChain.
public String toString()
toString in class Object
|
Plexus v0.13.1 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||