Example usage for org.apache.commons.collections Closure interface-usage

List of usage examples for org.apache.commons.collections Closure interface-usage

Introduction

In this page you can find the example usage for org.apache.commons.collections Closure interface-usage.

Usage

From source file org.openconcerto.utils.cc.Closure.java

public abstract class Closure<E>
        implements IClosure<E>, ITransformer<E, Object>, org.apache.commons.collections.Closure {

    private static final IClosure<Object> nop = new IClosure<Object>() {
        @Override
        public void executeChecked(Object input) {

From source file org.examproject.task.core.mock.MockJobClosure.java

/**
 * @author hiroxpepe
 */
public class MockJobClosure implements Closure {

    private final Log LOG = LogFactory.getLog(MockJobClosure.class);

From source file org.jbuilt.utils.StringFromCollection.java

public class StringFromCollection implements Closure {
    String string;

    public String getString() {
        return string;
    }

From source file com.phoenixst.collections.ClosureChain.java

/**
 *  A chain of <code>Closures</code>.
 *
 *  @version    $Revision: 1.4 $
 *  @author     Ray A. Conner
 *

From source file org.xlcloud.console.virtualClusters.controllers.wizard.utils.VirtualClusterDefinitionTagCollectorClosure.java

/**
 * Class that collects available tags from virtual cluster definitions
 * @author "Konrad Krl", AMG.net
 */
public class VirtualClusterDefinitionTagCollectorClosure implements Closure {

From source file org.examproject.task.service.HogeClosure.java

/**
 * a simple mock class.
 * @author hiroxpepe
 */
public class HogeClosure implements Closure {

From source file org.apache.archiva.xml.ElementTextListClosure.java

/**
 * Gather the text from a collection of {@link Element}'s into a {@link List}
 *
 *
 */
public class ElementTextListClosure implements Closure {

From source file org.apache.archiva.configuration.functors.FiletypeToMapClosure.java

/**
 * FiletypeToMapClosure
 *
 *
 */
public class FiletypeToMapClosure implements Closure {

From source file org.apache.archiva.admin.repository.admin.FiletypeToMapClosure.java

/**
 * FiletypeToMapClosure 
 *
 * @since 1.4-M1
 */
public class FiletypeToMapClosure implements Closure {

From source file org.pentaho.di.core.util.AddClosureArrayList.java

/**
 * @param <T>
 *          type.
 * @author <a href="mailto:thomas.hoedl@aschauer-edv.at">Thomas Hoedl(asc042)</a>
 *
 */