Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.3.0)

E17493-04


oracle.ide.file
Interface FileSetFilter


public interface FileSetFilter

Filters the files in a FileSet.

Since:
11.1.2

Method Summary
 boolean acceptDirectory(java.lang.String path)
          Determine whether the filter accepts a directory.
 boolean acceptFile(java.lang.String path)
          Determine whether the filter accepts a file.
 java.lang.String getUniqueIdentifier()
          Obtain a string which uniquely identifies this filter.

 

Method Detail

acceptDirectory

boolean acceptDirectory(java.lang.String path)
Determine whether the filter accepts a directory.
Parameters:
path - the path of the directory
Returns:
true if the filter accepts the directory, false otherwise

acceptFile

boolean acceptFile(java.lang.String path)
Determine whether the filter accepts a file.
Parameters:
path - the path of the file
Returns:
true if the filter accepts the file, false otherwise

getUniqueIdentifier

java.lang.String getUniqueIdentifier()
Obtain a string which uniquely identifies this filter.
Returns:
the unique identifier for the filter

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.3.0)

E17493-04


Copyright © 1997, 2012, Oracle. All rights reserved.