public class ClosureChain extends Object implements org.apache.commons.collections.Closure, Serializable
Closures.| Constructor and Description |
|---|
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. |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(Object object) |
List |
getOperands()
Returns an unmodifiable
List of the argument
Closures being used by this
ClosureChain. |
String |
toString() |
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.See the Plexus project home, hosted by SourceForge.
Copyright ? 1994-2006, by Phoenix Software Technologists, Inc. and others. All Rights Reserved. Use is subject to license terms.