public class ClassAndFileConfigurationEntityMatcher extends PatternsEntityMatcher
| Constructor and Description |
|---|
ClassAndFileConfigurationEntityMatcher(Class<? extends hudson.model.Saveable> clazz,
String[] patterns) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
matches(hudson.model.Saveable saveable,
File file)
Determines whether the matcher matches a given combination of saveable and file.
|
getIncludes, matches, matchingFilesFrompublic boolean matches(hudson.model.Saveable saveable,
File file)
ConfigurationEntityMatchermatches in interface ConfigurationEntityMatchermatches in class PatternsEntityMatchersaveable - the file belongs tofile - that is to be matchedtrue on match, false otherwiseCopyright © 2004-2016. All Rights Reserved.