org.apache.archiva.configuration.functors
Class FiletypeSelectionPredicate

java.lang.Object
  extended by org.apache.archiva.configuration.functors.FiletypeSelectionPredicate
All Implemented Interfaces:
org.apache.commons.collections.Predicate

public class FiletypeSelectionPredicate
extends Object
implements org.apache.commons.collections.Predicate

FiletypeSelectionPredicate


Field Summary
private  String filetypeId
           
 
Constructor Summary
FiletypeSelectionPredicate(String id)
           
 
Method Summary
 boolean evaluate(Object object)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

filetypeId

private String filetypeId
Constructor Detail

FiletypeSelectionPredicate

public FiletypeSelectionPredicate(String id)
Method Detail

evaluate

public boolean evaluate(Object object)
Specified by:
evaluate in interface org.apache.commons.collections.Predicate


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