org.apache.archiva.xml
Class ElementTextListClosure

java.lang.Object
  extended by org.apache.archiva.xml.ElementTextListClosure
All Implemented Interfaces:
org.apache.commons.collections.Closure

public class ElementTextListClosure
extends Object
implements org.apache.commons.collections.Closure

Gather the text from a collection of Element's into a List


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

Field Detail

list

private List<String> list
Constructor Detail

ElementTextListClosure

public ElementTextListClosure()
Method Detail

execute

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

getList

public List<String> getList()


Copyright © 2006-2013 The Apache Software Foundation. All Rights Reserved.