de.miethxml.hawron.io
Class FileMatcher

java.lang.Object
  extended byde.miethxml.hawron.io.FileMatcher

public class FileMatcher
extends java.lang.Object

Author:
Simon Mieth

Field Summary
static java.lang.String MATCHER_ALL
           
static java.lang.String REGEXP_PREFIX
           
 
Constructor Summary
FileMatcher()
           
FileMatcher(java.util.Collection patterns)
           
 
Method Summary
 boolean matches(java.lang.String pattern)
           
 void setPattern(java.util.Collection c)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

REGEXP_PREFIX

public static final java.lang.String REGEXP_PREFIX
See Also:
Constant Field Values

MATCHER_ALL

public static final java.lang.String MATCHER_ALL
See Also:
Constant Field Values
Constructor Detail

FileMatcher

public FileMatcher(java.util.Collection patterns)

FileMatcher

public FileMatcher()
Method Detail

setPattern

public void setPattern(java.util.Collection c)

matches

public boolean matches(java.lang.String pattern)