org.browsecode.helpers.controlcomputer
Class ControlComputerInterface.RegexpFileMatches

java.lang.Object
  extended by org.browsecode.helpers.controlcomputer.ControlComputerInterface.RegexpFileMatches
All Implemented Interfaces:
ControlComputerInterface.FileMatches
Enclosing interface:
ControlComputerInterface

public static class ControlComputerInterface.RegexpFileMatches
extends java.lang.Object
implements ControlComputerInterface.FileMatches


Constructor Summary
ControlComputerInterface.RegexpFileMatches(ControlComputerInterface controlComputerInterface, java.lang.String[] possibleFilenames)
           
 
Method Summary
 boolean fileMatches(java.lang.String filename)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ControlComputerInterface.RegexpFileMatches

public ControlComputerInterface.RegexpFileMatches(ControlComputerInterface controlComputerInterface,
                                                  java.lang.String[] possibleFilenames)
Method Detail

fileMatches

public boolean fileMatches(java.lang.String filename)
Specified by:
fileMatches in interface ControlComputerInterface.FileMatches