Interface INameFilter

All Known Implementing Classes:
FileFilterExtensions

public interface INameFilter
A story on the side: There are:

Dumb all over hein? Well here's another one. Because we cannot stick to File instances when working with URL's .

Version:
$Revision: 1.3 $
Author:
Achim Westermann
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    accept(String urlstring)
    Accept the file denoted by the given url String.
  • Method Details

    • accept

      boolean accept(String urlstring)
      Accept the file denoted by the given url String.

      Parameters:
      urlstring - a String in url format denoting a file.
      Returns:
      true if the file denoted by the given url String is accepted.