Class WildcardFileFilter

java.lang.Object
org.serviceconnector.util.WildcardFileFilter
All Implemented Interfaces:
FileFilter

public final class WildcardFileFilter extends Object implements FileFilter
The Class WildcardFileFilter.
  • Constructor Details

    • WildcardFileFilter

      public WildcardFileFilter(String path)
      Instantiates a new wildcard file filter.
      Parameters:
      path - the path
  • Method Details