hudson.plugins.scm_sync_configuration.strategies.model
Class ClassAndFileConfigurationEntityMatcher

java.lang.Object
  extended by hudson.plugins.scm_sync_configuration.strategies.model.ClassAndFileConfigurationEntityMatcher
All Implemented Interfaces:
ConfigurationEntityMatcher
Direct Known Subclasses:
ClassOnlyConfigurationEntityMatcher

public class ClassAndFileConfigurationEntityMatcher
extends java.lang.Object
implements ConfigurationEntityMatcher


Constructor Summary
ClassAndFileConfigurationEntityMatcher(java.lang.Class<? extends hudson.model.Saveable> clazz, java.lang.String _filePathRegex)
           
 
Method Summary
 boolean matches(hudson.model.Saveable saveable, java.io.File file)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClassAndFileConfigurationEntityMatcher

public ClassAndFileConfigurationEntityMatcher(java.lang.Class<? extends hudson.model.Saveable> clazz,
                                              java.lang.String _filePathRegex)
Method Detail

matches

public boolean matches(hudson.model.Saveable saveable,
                       java.io.File file)
Specified by:
matches in interface ConfigurationEntityMatcher


Copyright © 2011. All Rights Reserved.