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

A

accept(File) - Method in class net.hblok.io.AttributesFileFilter
 
accept(File) - Method in class net.hblok.io.DirectoryContentFileFilter
 
accept(File) - Method in class net.hblok.io.DirectoryFileFilter
 
accept(File) - Method in class net.hblok.io.ExtensionFileFilter
Return true if this file should be shown in the directory pane, false if it shouldn't.
accept(File) - Method in class net.hblok.io.FilterAdapter
 
accept(File) - Method in class net.hblok.io.NegateFileFilter
 
accept(File) - Method in class net.hblok.io.ParentDirectoryFileFilter
 
accept(File) - Method in class net.hblok.io.RegexFileFilter
 
accept(File, String) - Method in class net.hblok.io.RegexFilenameFilter
 
addExtension(String) - Method in class net.hblok.io.ExtensionFileFilter
Adds a filetype "dot" extension to filter against.
AndFileFilter - Class in net.hblok.io
FileFilter which combines several Filters which all must be true for the accept method of this filter to return true.
AndFileFilter() - Constructor for class net.hblok.io.AndFileFilter
 
AndFileFilter(FileFilter...) - Constructor for class net.hblok.io.AndFileFilter
 
AttributesFileFilter - Class in net.hblok.io
TODO: under construction
AttributesFileFilter() - Constructor for class net.hblok.io.AttributesFileFilter
 

C

contains(T) - Method in class net.hblok.util.Range
 
contains(Range<T>) - Method in class net.hblok.util.Range
 

D

DirectoryContentFileFilter - Class in net.hblok.io
A FileFilter which accepts directories based on the file count they contain.
DirectoryContentFileFilter() - Constructor for class net.hblok.io.DirectoryContentFileFilter
 
DirectoryContentFileFilter(FileFilter) - Constructor for class net.hblok.io.DirectoryContentFileFilter
 
DirectoryContentFileFilter(FileFilter, int, int) - Constructor for class net.hblok.io.DirectoryContentFileFilter
 
DirectoryContentFileFilter(FileFilter, int) - Constructor for class net.hblok.io.DirectoryContentFileFilter
 
DirectoryFileFilter - Class in net.hblok.io
A FileFilter which will accept directories only, as determined by the java.io.File.isDirectory() method.
DirectoryFileFilter() - Constructor for class net.hblok.io.DirectoryFileFilter
 

E

end - Variable in class net.hblok.util.Range
 
executeable - Variable in class net.hblok.io.AttributesFileFilter
 
ExtensionFileFilter - Class in net.hblok.io
A convenience implementation of FileFilter that filters out all files except for those type extensions that it knows about.
ExtensionFileFilter() - Constructor for class net.hblok.io.ExtensionFileFilter
Creates a file filter.
ExtensionFileFilter(String) - Constructor for class net.hblok.io.ExtensionFileFilter
Creates a file filter that accepts files with the given extension.
ExtensionFileFilter(String, boolean) - Constructor for class net.hblok.io.ExtensionFileFilter
 
ExtensionFileFilter(String, String) - Constructor for class net.hblok.io.ExtensionFileFilter
Creates a file filter that accepts the given file type.
ExtensionFileFilter(String[]) - Constructor for class net.hblok.io.ExtensionFileFilter
Creates a file filter from the given string array.
ExtensionFileFilter(String[], boolean) - Constructor for class net.hblok.io.ExtensionFileFilter
 
ExtensionFileFilter(String[], String) - Constructor for class net.hblok.io.ExtensionFileFilter
Creates a file filter from the given string array and description.

F

FileFilterUtils - Class in net.hblok.io
Convenience methods for retrieving list of file from a single directory, or recursively in a directory hierarchy.
filter - Variable in class net.hblok.io.DirectoryContentFileFilter
 
filter - Variable in class net.hblok.io.ParentDirectoryFileFilter
 
FilterAdapter - Class in net.hblok.io
Adapter which converts a FilenameFilter to a FileFilter.
FilterAdapter(FilenameFilter) - Constructor for class net.hblok.io.FilterAdapter
 
FilterTests - Class in net.hblok.io
 
FilterTests() - Constructor for class net.hblok.io.FilterTests
 

G

getDescription() - Method in class net.hblok.io.DirectoryFileFilter
 
getDescription() - Method in class net.hblok.io.ExtensionFileFilter
Returns the human readable description of this filter.
getEnd() - Method in class net.hblok.util.Range
 
getExtension(File) - Method in class net.hblok.io.ExtensionFileFilter
Return the extension portion of the file's name .
getLastModified() - Method in class net.hblok.io.AttributesFileFilter
 
getLength() - Method in class net.hblok.io.AttributesFileFilter
 
getMaxFileCount() - Method in class net.hblok.io.DirectoryContentFileFilter
 
getMinFileCount() - Method in class net.hblok.io.DirectoryContentFileFilter
 
getStart() - Method in class net.hblok.util.Range
 

H

hidden - Variable in class net.hblok.io.AttributesFileFilter
 

I

isAfter(T) - Method in class net.hblok.util.Range
 
isBefore(T) - Method in class net.hblok.util.Range
 
isExclude() - Method in class net.hblok.io.ExtensionFileFilter
Returns the exclude status of this filter.
isExecuteable() - Method in class net.hblok.io.AttributesFileFilter
 
isExtensionListInDescription() - Method in class net.hblok.io.ExtensionFileFilter
Returns whether the extension list (.jpg, .gif, etc) should show up in the human readable description.
isHidden() - Method in class net.hblok.io.AttributesFileFilter
 
isIncludeDirectories() - Method in class net.hblok.io.ExtensionFileFilter
 
isReadable() - Method in class net.hblok.io.AttributesFileFilter
 
isWriteable() - Method in class net.hblok.io.AttributesFileFilter
 

L

lastModified - Variable in class net.hblok.io.AttributesFileFilter
 
length - Variable in class net.hblok.io.AttributesFileFilter
 
listDirectories(File, boolean) - Static method in class net.hblok.io.FileFilterUtils
List all sub directories of the specified directory.
listDirectories() - Method in class net.hblok.io.FilterTests
 
listfiles(File, FileFilter, boolean) - Static method in class net.hblok.io.FileFilterUtils
List all files and sub directories of the specified directory, according to the specified filter.
listfiles(File, FilenameFilter, boolean) - Static method in class net.hblok.io.FileFilterUtils
List all files and sub directories of the specified directory, according to the specified filter.
listfilesRecursive(File) - Static method in class net.hblok.io.FileFilterUtils
List all files and sub directories of the specified directory recursively.

M

maxFileCount - Variable in class net.hblok.io.DirectoryContentFileFilter
 
minFileCount - Variable in class net.hblok.io.DirectoryContentFileFilter
 

N

NegateFileFilter - Class in net.hblok.io
Filter which returns the opposite value return by the specified filter's accept method.
NegateFileFilter(FileFilter) - Constructor for class net.hblok.io.NegateFileFilter
 
net.hblok.io - package net.hblok.io
 
net.hblok.util - package net.hblok.util
 

O

OrFileFilter - Class in net.hblok.io
FileFilter which combines several filters where one or more must be true for the accept method of this filter to return true.
OrFileFilter() - Constructor for class net.hblok.io.OrFileFilter
 
OrFileFilter(FileFilter...) - Constructor for class net.hblok.io.OrFileFilter
 

P

ParentDirectoryFileFilter - Class in net.hblok.io
A FileFilter which accepts files based on their parent directory being accepted.
ParentDirectoryFileFilter(FileFilter) - Constructor for class net.hblok.io.ParentDirectoryFileFilter
 
printFiles(File, FileFilter, boolean) - Static method in class net.hblok.io.FileFilterUtils
 

R

Range<T extends Comparable<? super T>> - Class in net.hblok.util
For some ideas, see: http://www.mozilla.org/projects/blackwood/java-util/api/org/mozilla/util/Range.html
Range(T, T) - Constructor for class net.hblok.util.Range
 
readable - Variable in class net.hblok.io.AttributesFileFilter
 
RegexFileFilter - Class in net.hblok.io
Filefilter where the full canonical path name is matched against the regular expression string given as a constructor to this filter.
RegexFileFilter(String) - Constructor for class net.hblok.io.RegexFileFilter
 
RegexFilenameFilter - Class in net.hblok.io
FilenameFilter where the only the filename name is matched against the regular expression string given as a constructor to this filter.
RegexFilenameFilter(String) - Constructor for class net.hblok.io.RegexFilenameFilter
 

S

setDescription(String) - Method in class net.hblok.io.ExtensionFileFilter
Sets the human readable description of this filter.
setEnd(T) - Method in class net.hblok.util.Range
 
setExactFileCount(int) - Method in class net.hblok.io.DirectoryContentFileFilter
 
setExecuteable(boolean) - Method in class net.hblok.io.AttributesFileFilter
 
setExtensionListInDescription(boolean) - Method in class net.hblok.io.ExtensionFileFilter
Determines whether the extension list (.jpg, .gif, etc) should show up in the human readable description.
setFileCountRange(int, int) - Method in class net.hblok.io.DirectoryContentFileFilter
 
setHidden(boolean) - Method in class net.hblok.io.AttributesFileFilter
 
setIncludeDirectories(boolean) - Method in class net.hblok.io.ExtensionFileFilter
 
setLastModified(Range<Calendar>) - Method in class net.hblok.io.AttributesFileFilter
 
setLastModifiedDate(Range<Date>) - Method in class net.hblok.io.AttributesFileFilter
 
setLastModifiedRange(Range<Long>) - Method in class net.hblok.io.AttributesFileFilter
 
setLength(Range<Long>) - Method in class net.hblok.io.AttributesFileFilter
 
setLength(long, long) - Method in class net.hblok.io.AttributesFileFilter
 
setMaxFileCount(int) - Method in class net.hblok.io.DirectoryContentFileFilter
 
setMinFileCount(int) - Method in class net.hblok.io.DirectoryContentFileFilter
 
setReadable(boolean) - Method in class net.hblok.io.AttributesFileFilter
 
setStart(T) - Method in class net.hblok.util.Range
 
setWriteable(boolean) - Method in class net.hblok.io.AttributesFileFilter
 
start - Variable in class net.hblok.util.Range
 

T

testAnd() - Method in class net.hblok.io.FilterTests
 
testDirectoryContent() - Method in class net.hblok.io.FilterTests
 
testListfiles() - Method in class net.hblok.io.FilterTests
 
testListfilesNull() - Method in class net.hblok.io.FilterTests
 
testOr() - Method in class net.hblok.io.FilterTests
 
testParentDirectoryFileFilter() - Method in class net.hblok.io.FilterTests
 
toString() - Method in class net.hblok.io.DirectoryFileFilter
 
toString() - Method in class net.hblok.io.FilterAdapter
 
toString() - Method in class net.hblok.io.NegateFileFilter
 
toString() - Method in class net.hblok.io.RegexFileFilter
 
toString() - Method in class net.hblok.io.RegexFilenameFilter
 

W

writeable - Variable in class net.hblok.io.AttributesFileFilter
 

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