This project has retired. For details please refer to its
Attic page.
ElementTextListClosure
org.apache.maven.archiva.xml
Class ElementTextListClosure
java.lang.Object
org.apache.maven.archiva.xml.ElementTextListClosure
- All Implemented Interfaces:
- org.apache.commons.collections.Closure
public class ElementTextListClosure
- extends java.lang.Object
- implements org.apache.commons.collections.Closure
Gather the text from a collection of Element
's into a List
Method Summary |
void |
execute(java.lang.Object input)
|
java.util.List<java.lang.String> |
getList()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ElementTextListClosure
public ElementTextListClosure()
execute
public void execute(java.lang.Object input)
- Specified by:
execute
in interface org.apache.commons.collections.Closure
getList
public java.util.List<java.lang.String> getList()