|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.sonar.api.batch.fs.internal.DefaultFilePredicates
public class DefaultFilePredicates
Factory of FilePredicate
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public FilePredicate all()
all in interface FilePredicatespublic FilePredicate none()
none in interface FilePredicatespublic FilePredicate hasAbsolutePath(String s)
hasAbsolutePath in interface FilePredicatespublic FilePredicate hasRelativePath(String s)
hasRelativePath in interface FilePredicatespublic FilePredicate matchesPathPattern(String inclusionPattern)
matchesPathPattern in interface FilePredicatespublic FilePredicate matchesPathPatterns(String[] inclusionPatterns)
matchesPathPatterns in interface FilePredicatespublic FilePredicate doesNotMatchPathPattern(String exclusionPattern)
doesNotMatchPathPattern in interface FilePredicatespublic FilePredicate doesNotMatchPathPatterns(String[] exclusionPatterns)
doesNotMatchPathPatterns in interface FilePredicatespublic FilePredicate hasPath(String s)
hasPath in interface FilePredicatespublic FilePredicate is(File ioFile)
is in interface FilePredicatespublic FilePredicate hasLanguage(String language)
hasLanguage in interface FilePredicatespublic FilePredicate hasLanguages(Collection<String> languages)
hasLanguages in interface FilePredicatespublic FilePredicate hasLanguages(String... languages)
hasLanguages in interface FilePredicatespublic FilePredicate hasStatus(InputFile.Status status)
hasStatus in interface FilePredicatespublic FilePredicate hasType(InputFile.Type type)
hasType in interface FilePredicatespublic FilePredicate not(FilePredicate p)
not in interface FilePredicatespublic FilePredicate or(Collection<FilePredicate> or)
or in interface FilePredicatespublic FilePredicate or(FilePredicate... or)
or in interface FilePredicates
public FilePredicate or(FilePredicate first,
FilePredicate second)
or in interface FilePredicatespublic FilePredicate and(Collection<FilePredicate> and)
and in interface FilePredicatespublic FilePredicate and(FilePredicate... and)
and in interface FilePredicates
public FilePredicate and(FilePredicate first,
FilePredicate second)
and in interface FilePredicates
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||