org.sonar.api.batch.fs.internal
Class RelativePathPredicate

java.lang.Object
  extended by org.sonar.api.batch.fs.internal.RelativePathPredicate
All Implemented Interfaces:
FilePredicate

public class RelativePathPredicate
extends Object
implements FilePredicate

Since:
4.2

Method Summary
 boolean apply(InputFile f)
           
 String path()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

path

public String path()

apply

public boolean apply(InputFile f)
Specified by:
apply in interface FilePredicate


Copyright © 2009-2014 SonarSource. All Rights Reserved.