info.informatica.io
Class FilePatternSpec.FilePattern

java.lang.Object
  extended by info.informatica.io.FilePatternSpec.FilePattern
Enclosing class:
FilePatternSpec

public class FilePatternSpec.FilePattern
extends Object


Method Summary
 boolean match(String name)
          Does this file (not a path!)
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

toString

public String toString()
Overrides:
toString in class Object

match

public boolean match(String name)
Does this file (not a path!) name match the wildcard?

Parameters:
name - name to be matched with wildcard.
Returns:
true if matches, false otherwise.