org.apache.maven.archiva.xml
Class ElementTextListClosure

Package class diagram package ElementTextListClosure
java.lang.Object
  extended by 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


Constructor Summary
ElementTextListClosure()
           
 
Method Summary
 void execute(java.lang.Object input)
           
 java.util.List getList()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ElementTextListClosure

public ElementTextListClosure()
Method Detail

execute

public void execute(java.lang.Object input)
Specified by:
execute in interface org.apache.commons.collections.Closure

getList

public java.util.List getList()