A C D E F G H I M N O P R S T V

A

accept(File, String) - Method in class org.apache.commons.finder.filters.PathFilter
Checks to see if the filename matches the wildcard.
accept(File) - Method in class org.apache.commons.finder.filters.PathFilter
Checks to see if the full filename matches the wildcard.
accept(File) - Method in class org.apache.commons.finder.filters.RegexFilter
Tests whether the File can matches a specified regular expression.
accept(File) - Method in class org.apache.commons.finder.filters.SizeFilter
Tests whether the File is a specified size.
addFindListener(FindListener) - Method in class org.apache.commons.finder.FileFinder
Adds a FindListener that is notified when a file is found.
addFindListener(FindListener) - Method in interface org.apache.commons.finder.Finder
 

C

CAN_READ - Static variable in interface org.apache.commons.finder.Finder
 
CAN_WRITE - Static variable in interface org.apache.commons.finder.Finder
 
CANNOT_READ - Static variable in interface org.apache.commons.finder.Finder
 
CANNOT_WRITE - Static variable in interface org.apache.commons.finder.Finder
 

D

DAYSTART - Static variable in interface org.apache.commons.finder.Finder
 
DEPTH - Static variable in interface org.apache.commons.finder.Finder
 
DIRECTORY - Static variable in interface org.apache.commons.finder.Finder
 
directoryFinished(FindEvent) - Method in interface org.apache.commons.finder.FindListener
Listener event called when a directory has been fully processed.
directoryStarted(FindEvent) - Method in interface org.apache.commons.finder.FindListener
Listener event called when a directory is about to be examined.

E

EMPTY - Static variable in interface org.apache.commons.finder.Finder
 

F

FILE - Static variable in interface org.apache.commons.finder.Finder
 
FileFinder - Class in org.apache.commons.finder
Searches for files that match certain criteria in a directory, and typically also subdirectories.
FileFinder() - Constructor for class org.apache.commons.finder.FileFinder
Constructor.
fileFound(FindEvent) - Method in interface org.apache.commons.finder.FindListener
Listener event called when a file is found.
find(File) - Method in class org.apache.commons.finder.FileFinder
Find all files in the specified directory.
find(File, Map) - Method in class org.apache.commons.finder.FileFinder
Finds files in the specified directory that match the given options.
find(File, Map, List) - Method in class org.apache.commons.finder.FileFinder
Finds files in the specified directory that match the given options.
Find - Class in org.apache.commons.finder
 
Find() - Constructor for class org.apache.commons.finder.Find
 
find(String[]) - Method in class org.apache.commons.finder.Find
 
find(File) - Method in interface org.apache.commons.finder.Finder
 
find(File, Map) - Method in interface org.apache.commons.finder.Finder
 
Finder - Interface in org.apache.commons.finder
A Finder of Files.
FinderException - Exception in org.apache.commons.finder
Exception thrown when an error occurs during the find process.
FinderException() - Constructor for exception org.apache.commons.finder.FinderException
Constructor.
FinderException(String) - Constructor for exception org.apache.commons.finder.FinderException
Constructor taking a descriptive message.
FinderException(Throwable) - Constructor for exception org.apache.commons.finder.FinderException
Constructor taking a throwable.
FinderException(String, Throwable) - Constructor for exception org.apache.commons.finder.FinderException
Constructor taking a message and throwable.
FindEvent - Class in org.apache.commons.finder
Event upon which notification is made to a FindListener.
FindEvent(Finder, String, File) - Constructor for class org.apache.commons.finder.FindEvent
 
FindEvent(Finder, String, File, File) - Constructor for class org.apache.commons.finder.FindEvent
 
FindEvent(Finder, String, File, File[]) - Constructor for class org.apache.commons.finder.FindEvent
 
FindingFilter - Class in org.apache.commons.finder
Filters that can check whether to include a file in the response or not.
FindingFilter(Map) - Constructor for class org.apache.commons.finder.FindingFilter
Constructor.
FindListener - Interface in org.apache.commons.finder
A listener interface that is called during the finder process.

G

getDirectory() - Method in class org.apache.commons.finder.FindEvent
 
getFile() - Method in class org.apache.commons.finder.FindEvent
File found.
getFiles() - Method in class org.apache.commons.finder.FindEvent
Files found in a directory.
getFinder() - Method in class org.apache.commons.finder.FindEvent
 
getRegex() - Method in class org.apache.commons.finder.filters.RegexFilter
Returnt the regular expression.
getType() - Method in class org.apache.commons.finder.FindEvent
 

H

HIDDEN - Static variable in interface org.apache.commons.finder.Finder
 

I

IGNORE_HIDDEN_DIRS - Static variable in interface org.apache.commons.finder.Finder
 
INAME - Static variable in interface org.apache.commons.finder.Finder
 
IPATH - Static variable in interface org.apache.commons.finder.Finder
 
IREGEX - Static variable in interface org.apache.commons.finder.Finder
 
isDaystartConfigured() - Method in class org.apache.commons.finder.FindingFilter
 
isIgnoreCase() - Method in class org.apache.commons.finder.filters.RegexFilter
Indicates whether the case should be ignored.

M

main(String[]) - Static method in class org.apache.commons.finder.Find
 
MAXDEPTH - Static variable in interface org.apache.commons.finder.Finder
 
MIN - Static variable in interface org.apache.commons.finder.Finder
 
MINDEPTH - Static variable in interface org.apache.commons.finder.Finder
 

N

NAME - Static variable in interface org.apache.commons.finder.Finder
 
NEWER - Static variable in interface org.apache.commons.finder.Finder
 
NOT - Static variable in interface org.apache.commons.finder.Finder
 
NOT_EMPTY - Static variable in interface org.apache.commons.finder.Finder
 
notifyDirectoryFinished(File, File[]) - Method in class org.apache.commons.finder.FileFinder
Notify all FindListeners that a directory has been finished.
notifyDirectoryStarted(File) - Method in class org.apache.commons.finder.FileFinder
Notify all FindListeners that a directory is being started.
notifyFileFound(File, File) - Method in class org.apache.commons.finder.FileFinder
Notifies each FindListeners that a file has been found.

O

org.apache.commons.finder - package org.apache.commons.finder
Commons Finder is an implementation of the UNIX command line find tool in Java.
org.apache.commons.finder.filters - package org.apache.commons.finder.filters
Concrete FileFilter implementations.

P

PATH - Static variable in interface org.apache.commons.finder.Finder
 
PathFilter - Class in org.apache.commons.finder.filters
IOFileFilter implementation that uses wildcard matching on the file's path.
PathFilter(String, boolean) - Constructor for class org.apache.commons.finder.filters.PathFilter
Construct a new IOFileFilter specifying whether the wildcard criteria.

R

REGEX - Static variable in interface org.apache.commons.finder.Finder
 
RegexFilter - Class in org.apache.commons.finder.filters
IOFileFilter implementation that uses regular expression matching on the file path.
RegexFilter(String, boolean) - Constructor for class org.apache.commons.finder.filters.RegexFilter
Construct a new IOFileFilter specifying the regular expresion criteria.
removeFindListener(FindListener) - Method in class org.apache.commons.finder.FileFinder
Removes a FindListener.
removeFindListener(FindListener) - Method in interface org.apache.commons.finder.Finder
 

S

SIZE - Static variable in interface org.apache.commons.finder.Finder
 
SizeFilter - Class in org.apache.commons.finder.filters
IOFileFilter implementation that matches on the file size.
SizeFilter(String) - Constructor for class org.apache.commons.finder.filters.SizeFilter
Construct a new IOFileFilter specifying the file size.
SizeFilter(String, boolean) - Constructor for class org.apache.commons.finder.filters.SizeFilter
Construct a new IOFileFilter specifying the file size.

T

TIME - Static variable in interface org.apache.commons.finder.Finder
 
toString() - Method in class org.apache.commons.finder.filters.RegexFilter
Return a String representation of this class.
toString() - Method in class org.apache.commons.finder.filters.SizeFilter
Return a String representation of this class.
toString() - Method in class org.apache.commons.finder.FindEvent
 

V

VISIBLE - Static variable in interface org.apache.commons.finder.Finder
 

A C D E F G H I M N O P R S T V

Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved.