org.apache.maven.archiva.xml
Class 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

Version:
$Id: ElementTextListClosure.java 562485 2007-08-03 14:44:15Z joakime $
Author:
Joakim Erdfelt

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()


Copyright © 2002-2007 Apache Software Foundation. All Rights Reserved.