com.microsoft.tfs.core.pendingcheckin.filters
Class AllPassFilter

java.lang.Object
  extended by com.microsoft.tfs.core.pendingcheckin.filters.AllPassFilter
All Implemented Interfaces:
PendingChangeFilter

public class AllPassFilter
extends java.lang.Object
implements PendingChangeFilter

A filter where all submitted changes always pass.

Since:
TEE-SDK-10.1
Thread-safety:
immutable

Constructor Summary
AllPassFilter()
           
 
Method Summary
 boolean passes(PendingChange change)
          Tests whether the given pending change passes the implementation's filter test.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AllPassFilter

public AllPassFilter()
Method Detail

passes

public boolean passes(PendingChange change)
Tests whether the given pending change passes the implementation's filter test.

Specified by:
passes in interface PendingChangeFilter
Parameters:
change - the change to test (must not be null)
Returns:
true if the change passes, false if it does not.


© 2015 Microsoft. All rights reserved.