A D F G M O

A

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

D

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

F

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

G

Getopt - class de.uni_hamburg.eggink.autojar.Getopt.
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).
getList(File, String) - Static method in class de.uni_hamburg.eggink.autojar.FileExpand
Get List of files matching a wildcard expression.
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 yet handled by getOption() as array of Strings.

M

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

O

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

A D F G M O