C E F H I M N O R S V 

C

cacheFile - Variable in class com.mindprod.commandline.CommandLine
cache where file names are stored
CacheIterator - Class in com.mindprod.commandline
Iterator to retrieve files as File Objects from the cache.
CacheIterator(File, int) - Constructor for class com.mindprod.commandline.CacheIterator
constructor for Iterator over the cache
close() - Method in class com.mindprod.commandline.Retriever
close the cache file
close() - Method in class com.mindprod.commandline.Saver
close the cache
com.mindprod.commandline - package com.mindprod.commandline
 
CommandLine - Class in com.mindprod.commandline
Process the command line passed to main to find all the files and directories mentioned on it.
CommandLine(String[], FilenameFilter, FilenameFilter) - Constructor for class com.mindprod.commandline.CommandLine
constructor.

E

EMBEDDED_COPYRIGHT - Static variable in class com.mindprod.commandline.CommandLine
undisplayed copyright notice

F

fetch() - Method in class com.mindprod.commandline.Retriever
fetch the next line from the cache

H

hasNext() - Method in class com.mindprod.commandline.CacheIterator
standard Iterator hasNext()

I

isQuiet() - Method in class com.mindprod.commandline.CommandLine
Return true if should suppress some output.
isVerbose() - Method in class com.mindprod.commandline.CommandLine
Return true if should provide verbose output.
iterator() - Method in class com.mindprod.commandline.CommandLine
iterator over all files mentioned on the command line, expanded

M

main(String[]) - Static method in class com.mindprod.commandline.CommandLine
TEST harness.

N

next() - Method in class com.mindprod.commandline.CacheIterator
standard Iterator next()

O

open() - Method in class com.mindprod.commandline.Retriever
open the cache file for read
open() - Method in class com.mindprod.commandline.Saver
create and open the cache to save selected file names to

R

remove() - Method in class com.mindprod.commandline.CacheIterator
standard Iterator remove(), not implemented
Retriever - Class in com.mindprod.commandline
used to retrieve names of selected files from a temporary cache for Commandline.
Retriever(File) - Constructor for class com.mindprod.commandline.Retriever
constructor

S

save(String) - Method in class com.mindprod.commandline.Saver
save one line in the cache
saver - Variable in class com.mindprod.commandline.CommandLine
where we save the file names for later processing
Saver - Class in com.mindprod.commandline
used to save names of selected files to a temporary cache for CommandLine.
Saver() - Constructor for class com.mindprod.commandline.Saver
 
size() - Method in class com.mindprod.commandline.CommandLine
get count of how many files have been cached.

V

VERSION_STRING - Static variable in class com.mindprod.commandline.CommandLine
embedded version string.
C E F H I M N O R S V