A D F G M O S

A

accept(File, String) - Method in class de.uni_hamburg.eggink.autojar.OSFilter
 
Autojar - Class in de.uni_hamburg.eggink.autojar
Autojar main class

D

de.uni_hamburg.eggink.autojar - package de.uni_hamburg.eggink.autojar
 

F

FileExpand - Class in de.uni_hamburg.eggink.autojar
Expand wildcards in file names

G

getList(File, String) - Static method in class de.uni_hamburg.eggink.autojar.FileExpand
Get List of files matching a wildcard expression, relative to basedir
Getopt - Class in de.uni_hamburg.eggink.autojar
Handles program arguments like Unix getopt().
Getopt(String, String, boolean) - Constructor for class de.uni_hamburg.eggink.autojar.Getopt
Constructs a Getopt object by reading all arguments from a file.
Getopt(String, String) - Constructor for class de.uni_hamburg.eggink.autojar.Getopt
Like Getopt(filename, opts, true)
Getopt(String[], String, boolean) - Constructor for class de.uni_hamburg.eggink.autojar.Getopt
Constructs a Getopt object using the main() parameter list.
Getopt(String[], String) - Constructor for class de.uni_hamburg.eggink.autojar.Getopt
Like Getopt(argv, opts, true).
getOptarg() - Method in class de.uni_hamburg.eggink.autojar.Getopt
Returns the current argument or null.
getOption() - Method in class de.uni_hamburg.eggink.autojar.Getopt
Returns the next option as int value, -1 if no more options are available, '?' if the option is illegal.
getOptopt() - Method in class de.uni_hamburg.eggink.autojar.Getopt
Returns the unrecognized option character.
getParms() - Method in class de.uni_hamburg.eggink.autojar.Getopt
Returns parameters not handled by getOption() as array of Strings.

M

main(String[]) - Static method in class de.uni_hamburg.eggink.autojar.Autojar
 

O

OSFilter - Class in de.uni_hamburg.eggink.autojar
File filter for names with wildcards
OSFilter(String) - Constructor for class de.uni_hamburg.eggink.autojar.OSFilter
Contructor

S

setExcludes(ArrayList) - Method in class de.uni_hamburg.eggink.autojar.OSFilter
 

A D F G M O S