Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
L
M
N
O
P
Q
R
S
T
U
V
W
Y
G
getAllValues()
- Method in interface com.Ostermiller.util.
CSVParse
Get all the values from the file.
getAllValues()
- Method in class com.Ostermiller.util.
CSVParser
Get all the values from the file.
getAllValues()
- Method in class com.Ostermiller.util.
ExcelCSVParser
Get all the values from the file.
getAllValues()
- Method in class com.Ostermiller.util.
LabeledCSVParser
Get all the values from the file.
getAppletInfo()
- Method in class com.Ostermiller.util.
RandPassApplet
Get information such as the name of this applet, the author of this applet, and a description of this applet.
getArgument()
- Method in class com.Ostermiller.util.
CmdLnResult
get the first argument, or null if no arguments
getArgument()
- Method in exception com.Ostermiller.util.
UnknownCmdLnOptionException
Get the argument that caused this exception
getArgumentCount()
- Method in class com.Ostermiller.util.
CmdLnResult
Get the argument count for this option
getArguments()
- Method in class com.Ostermiller.util.
CmdLnResult
Get all the arguments, in the order that they were specified.
getAvailable()
- Method in class com.Ostermiller.util.
CircularByteBuffer
Get number of bytes that are available to be read.
getAvailable()
- Method in class com.Ostermiller.util.
CircularCharBuffer
Get number of characters that are available to be read.
getAvailable()
- Method in class com.Ostermiller.util.
CircularObjectBuffer
Get number of Objects that are available to be read.
getBytesLeft()
- Method in class com.Ostermiller.util.
SizeLimitInputStream
Get the maximum number of bytes left to read before the limit (set in the constructor) is reached.
getBytesRead()
- Method in class com.Ostermiller.util.
SizeLimitInputStream
Get the number of bytes actually read from this stream.
getChar()
- Method in exception com.Ostermiller.util.
Base64DecodingException
Get the character that caused this error.
getComment(String)
- Method in class com.Ostermiller.util.
UberProperties
Get the comment associated with this property.
getComment()
- Method in class com.Ostermiller.util.
UberProperties
Get the comment associated with this set of properties.
getContainsAnyIgnoreCasePattern(String[])
- Static method in class com.Ostermiller.util.
StringHelper
Compile a pattern that can will match a string if the string contains any of the given terms.
getContainsAnyPattern(String[])
- Static method in class com.Ostermiller.util.
StringHelper
Compile a pattern that can will match a string if the string contains any of the given terms.
getCurrentPosition()
- Method in class com.Ostermiller.util.
StringTokenizer
Get the the index of the character immediately following the end of the last token.
getDescription()
- Method in class com.Ostermiller.util.
CmdLnOption
getDialogPanel(Window)
- Static method in class com.Ostermiller.util.
Browser
If you wish to add to your own dialog box rather than have a separate one just for the browser, use this method to get a JPanel that can be added to your own dialog.
getEndsWithAnyIgnoreCasePattern(String[])
- Static method in class com.Ostermiller.util.
StringHelper
Compile a pattern that can will match a string if the string ends with any of the given terms.
getEndsWithAnyPattern(String[])
- Static method in class com.Ostermiller.util.
StringHelper
Compile a pattern that can will match a string if the string ends with any of the given terms.
getEqualsAnyIgnoreCasePattern(String[])
- Static method in class com.Ostermiller.util.
StringHelper
Compile a pattern that can will match a string if the string equals any of the given terms.
getEqualsAnyPattern(String[])
- Static method in class com.Ostermiller.util.
StringHelper
Compile a pattern that can will match a string if the string equals any of the given terms.
getError()
- Method in class com.Ostermiller.util.
ExecHelper
Get the error output of the job that ran.
getFlag()
- Method in class gnu.getopt.
LongOpt
Returns the value of the 'flag' field for this long option
getHasArg()
- Method in class gnu.getopt.
LongOpt
Returns the value set for the 'has_arg' field for this long option
getHash()
- Method in class com.Ostermiller.util.
MD5
Gets this hash sum as an array of 16 bytes.
getHash(byte[])
- Static method in class com.Ostermiller.util.
MD5
Gets the MD5 hash of the given byte array.
getHash(InputStream)
- Static method in class com.Ostermiller.util.
MD5
Gets the MD5 hash the data on the given InputStream.
getHash(File)
- Static method in class com.Ostermiller.util.
MD5
Gets the MD5 hash of the given file.
getHash(String)
- Static method in class com.Ostermiller.util.
MD5
Gets the MD5 hash of the given String.
getHash(String, String)
- Static method in class com.Ostermiller.util.
MD5
Gets the MD5 hash of the given String.
getHash()
- Method in class com.Ostermiller.util.
MD5InputStream
Returns array of bytes representing hash of the stream so far.
getHash()
- Method in class com.Ostermiller.util.
MD5OutputStream
Returns array of bytes representing hash of the stream so far.
getHashString()
- Method in class com.Ostermiller.util.
MD5
Returns 32-character hex representation of this hash.
getHashString(byte[])
- Static method in class com.Ostermiller.util.
MD5
Gets the MD5 hash of the given byte array.
getHashString(InputStream)
- Static method in class com.Ostermiller.util.
MD5
Gets the MD5 hash the data on the given InputStream.
getHashString(File)
- Static method in class com.Ostermiller.util.
MD5
Gets the MD5 hash of the given file.
getHashString(String)
- Static method in class com.Ostermiller.util.
MD5
Gets the MD5 hash of the given String.
getHashString(String, String)
- Static method in class com.Ostermiller.util.
MD5
Gets the MD5 hash of the given String.
getHashString()
- Method in class com.Ostermiller.util.
MD5InputStream
Get a 32-character hex representation representing hash of the stream so far.
getHashString()
- Method in class com.Ostermiller.util.
MD5OutputStream
Get a 32-character hex representation representing hash of the stream so far.
getHelp()
- Method in class com.Ostermiller.util.
CmdLn
Print help for the command line options.
getHelp(int, int)
- Method in class com.Ostermiller.util.
CmdLn
Print help for the command line options.
getInputStream()
- Method in class com.Ostermiller.util.
CircularByteBuffer
Retrieve a InputStream that can be used to empty this buffer.
getLabelIdx(String)
- Method in class com.Ostermiller.util.
LabeledCSVParser
Get the index of the column having the given label.
getLabelIndex(String)
- Method in class com.Ostermiller.util.
LabeledCSVParser
Deprecated.
may swallow an IOException while reading the labels - please use getLabelIdx()
getLabels()
- Method in class com.Ostermiller.util.
LabeledCSVParser
Return an array of all field names from the top of the CSV file.
getLastLineNumber()
- Method in interface com.Ostermiller.util.
CSVParse
Get the line number that the last token came from.
getLastLineNumber()
- Method in class com.Ostermiller.util.
CSVParser
Get the number of the line from which the last value was retrieved.
getLastLineNumber()
- Method in class com.Ostermiller.util.
ExcelCSVParser
Get the number of the line from which the last value was retrieved.
getLastLineNumber()
- Method in class com.Ostermiller.util.
LabeledCSVParser
Get the line number that the last token came from.
getLine()
- Method in interface com.Ostermiller.util.
CSVParse
Get all the values from a line.
getLine()
- Method in class com.Ostermiller.util.
CSVParser
Get all the values from a line.
getLine()
- Method in class com.Ostermiller.util.
ExcelCSVParser
Get all the values from a line.
getLine()
- Method in class com.Ostermiller.util.
LabeledCSVParser
Get all the values from a line.
getLineNumber()
- Method in class com.Ostermiller.util.
CSVLexer
Get the line number that the last token came from.
getLongind()
- Method in class gnu.getopt.
Getopt
Returns the index into the array of long options (NOT argv) representing the long option that was found.
getLSD()
- Method in class com.Ostermiller.util.
SignificantFigures
Get the decimal place of the least significant digit.
getMaxBytesToRead()
- Method in class com.Ostermiller.util.
SizeLimitInputStream
Get the number of total bytes (including bytes already read) that can be read from this stream (as set in the constructor).
getMessage()
- Method in exception com.Ostermiller.util.
CmdLnArgumentException
getMessage()
- Method in exception com.Ostermiller.util.
UnknownCmdLnOptionException
getMSD()
- Method in class com.Ostermiller.util.
SignificantFigures
Get the decimal place of the most significant digit.
getName()
- Method in class com.Ostermiller.util.
NameValuePair
Get the name of the pair.
getName()
- Method in class com.Ostermiller.util.
PasswordDialog
Get the name that was entered into the dialog before the dialog was closed.
getName()
- Method in class gnu.getopt.
LongOpt
Returns the name of this LongOpt as a String
getNextToken()
- Method in class com.Ostermiller.util.
CSVLexer
Resumes scanning until the next regular expression is matched, the end of input is encountered or an I/O-Error occurs.
getNonOptionArguments()
- Method in class com.Ostermiller.util.
CmdLn
Get the left over arguments -- the arguments that are not associated with any arguments.
getNumberSignificantFigures()
- Method in class com.Ostermiller.util.
SignificantFigures
Get the number of significant digits.
Getopt
- Class in
gnu.getopt
This is a Java port of GNU getopt, a class for parsing command line arguments passed to programs.
Getopt(String, String[], String)
- Constructor for class gnu.getopt.
Getopt
Construct a basic Getopt instance with the given input data.
Getopt(String, String[], String, LongOpt[])
- Constructor for class gnu.getopt.
Getopt
Construct a Getopt instance with given input data that is capable of parsing long options as well as short.
Getopt(String, String[], String, LongOpt[], boolean)
- Constructor for class gnu.getopt.
Getopt
Construct a Getopt instance with given input data that is capable of parsing long options and short options.
getopt()
- Method in class gnu.getopt.
Getopt
This method returns a char that is the current option that has been parsed from the command line.
getOptarg()
- Method in class gnu.getopt.
Getopt
For communication from `getopt' to the caller.
GetoptDemo
- Class in
<Unnamed>
GetoptDemo()
- Constructor for class
GetoptDemo
getOptind()
- Method in class gnu.getopt.
Getopt
optind it the index in ARGV of the next element to be scanned.
getOption()
- Method in exception com.Ostermiller.util.
CmdLnArgumentException
Get the option that caused this exception
getOption()
- Method in class com.Ostermiller.util.
CmdLnResult
getOption()
- Method in exception com.Ostermiller.util.
UnknownCmdLnOptionException
Get the option that caused this exception
getOptopt()
- Method in class gnu.getopt.
Getopt
When getopt() encounters an invalid option, it stores the value of that option in optopt which can be retrieved with this method.
getOutput()
- Method in class com.Ostermiller.util.
ExecHelper
Get the output of the job that ran.
getOutputStream()
- Method in class com.Ostermiller.util.
CircularByteBuffer
Retrieve a OutputStream that can be used to fill this buffer.
getParameter(String)
- Method in class com.Ostermiller.util.
CGIParser
Returns the value of a request parameter as a String, or null if the parameter does not exist.
getParameterNameList()
- Method in class com.Ostermiller.util.
CGIParser
Returns the names of the parameters contained in this request.
getParameterNames()
- Method in class com.Ostermiller.util.
CGIParser
Returns an Enumeration of String objects containing the names of the parameters contained in this request.
getParameters()
- Method in class com.Ostermiller.util.
CGIParser
Get the all the parameters in the order in which they were added.
getParameterValues(String)
- Method in class com.Ostermiller.util.
CGIParser
Returns an array of String objects containing all of the values the given request parameter has, or null if the parameter does not exist.
getPass()
- Method in class com.Ostermiller.util.
PasswordDialog
Get the password that was entered into the dialog before the dialog was closed.
getPass(int)
- Method in class com.Ostermiller.util.
RandPass
Generate a random password of the given length.
getPass()
- Method in class com.Ostermiller.util.
RandPass
Generate a random password of the default length (8).
getPassChars(char[])
- Method in class com.Ostermiller.util.
RandPass
Fill the given buffer with random characters.
getPassChars(int)
- Method in class com.Ostermiller.util.
RandPass
Generate a random password of the given length.
getPassChars()
- Method in class com.Ostermiller.util.
RandPass
Generate a random password of the default length (8).
getProperties(String)
- Method in class com.Ostermiller.util.
UberProperties
Get the values for a property.
getProperties(String, String[])
- Method in class com.Ostermiller.util.
UberProperties
Get the values for a property.
getProperty(String)
- Method in class com.Ostermiller.util.
UberProperties
Get the first property with the given name.
getProperty(String, String)
- Method in class com.Ostermiller.util.
UberProperties
Get the first property with the given name.
getPropertyNameCount()
- Method in class com.Ostermiller.util.
UberProperties
Get the number of unique names for properties stored in this UberProperties.
getReader()
- Method in class com.Ostermiller.util.
CircularCharBuffer
Retrieve a Reader that can be used to empty this buffer.
getResult(String)
- Method in class com.Ostermiller.util.
CmdLn
Get the last result associated with the given argument.
getResult(Character)
- Method in class com.Ostermiller.util.
CmdLn
Get the last result associated with the given argument.
getResult(char)
- Method in class com.Ostermiller.util.
CmdLn
Get the last result associated with the given argument.
getResult(CmdLnOption)
- Method in class com.Ostermiller.util.
CmdLn
Get the last result associated with the option.
getResult()
- Method in exception com.Ostermiller.util.
CmdLnArgumentException
Get the partial result with missing arguments.
getResults()
- Method in class com.Ostermiller.util.
CmdLn
Get all the results in the order in which they appear in the command line.
getResults(String)
- Method in class com.Ostermiller.util.
CmdLn
Get all the results associated with the given argument in the order in which they appear in the command line.
getResults(Character)
- Method in class com.Ostermiller.util.
CmdLn
Get all the results associated with the given argument in the order in which they appear in the command line.
getResults(char)
- Method in class com.Ostermiller.util.
CmdLn
Get all the results associated with the given argument in the order in which they appear in the command line.
getResults(CmdLnOption)
- Method in class com.Ostermiller.util.
CmdLn
Get all the results associated with the given argument in the order in which they appear in the command line.
getRunningThreads()
- Method in class com.Ostermiller.util.
Parallelizer
Gets a list of all running threads.
getSize()
- Method in class com.Ostermiller.util.
CircularByteBuffer
Get the capacity of this buffer.
getSize()
- Method in class com.Ostermiller.util.
CircularCharBuffer
Get the capacity of this buffer.
getSize()
- Method in class com.Ostermiller.util.
CircularObjectBuffer
Get the capacity of this buffer.
getSpaceLeft()
- Method in class com.Ostermiller.util.
CircularByteBuffer
Get the number of bytes this buffer has free for writing.
getSpaceLeft()
- Method in class com.Ostermiller.util.
CircularCharBuffer
Get the number of characters this buffer has free for writing.
getSpaceLeft()
- Method in class com.Ostermiller.util.
CircularObjectBuffer
Get the number of Objects this buffer has free for writing.
getStartsWithAnyIgnoreCasePattern(String[])
- Static method in class com.Ostermiller.util.
StringHelper
Compile a pattern that can will match a string if the string starts with any of the given terms.
getStartsWithAnyPattern(String[])
- Static method in class com.Ostermiller.util.
StringHelper
Compile a pattern that can will match a string if the string starts with any of the given terms.
getStatus()
- Method in class com.Ostermiller.util.
ExecHelper
Get the status of the job that ran.
getUserObject()
- Method in class com.Ostermiller.util.
CmdLnOption
An object that may be set by the user.
getVal()
- Method in class gnu.getopt.
LongOpt
Returns the value of the 'val' field for this long option
getValue()
- Method in class com.Ostermiller.util.
NameValuePair
Get the value of the pair.
getValueByLabel(String)
- Method in class com.Ostermiller.util.
LabeledCSVParser
Given the label for the column, get the column from the last line that was read.
getWriter()
- Method in class com.Ostermiller.util.
CircularCharBuffer
Retrieve a Writer that can be used to fill this buffer.
gnu.getopt
- package gnu.getopt
guessTabWidth(InputStream)
- Static method in class com.Ostermiller.util.
Tabs
Guess the number of spaces per tab at the beginning of each line.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
L
M
N
O
P
Q
R
S
T
U
V
W
Y