org.apache.archiva.admin.model.proxyconnector
Class ProxyConnectorSelectionPredicate

java.lang.Object
  extended by org.apache.archiva.admin.model.proxyconnector.ProxyConnectorSelectionPredicate
All Implemented Interfaces:
org.apache.commons.collections.Predicate

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

Since:
1.4-M1
Author:
Olivier Lamy

Field Summary
private  String sourceId
           
private  String targetId
           
 
Constructor Summary
ProxyConnectorSelectionPredicate(String sourceId, String targetId)
           
 
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

sourceId

private String sourceId

targetId

private String targetId
Constructor Detail

ProxyConnectorSelectionPredicate

public ProxyConnectorSelectionPredicate(String sourceId,
                                        String targetId)
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.