- getBoolean(String) - Method in class org.apache.river.system.MultiCommandLine
-
Return true
if the given option is specified on the
command line.
- getBoolean(char) - Method in class org.apache.river.system.POSIXCommandLine
-
Return true
if the given option is specified on the
command line.
- getDouble(String, double) - Method in class org.apache.river.system.MultiCommandLine
-
Return the value of the given double
from the command line.
- getDouble(char, double) - Method in class org.apache.river.system.POSIXCommandLine
-
Return the value of the given double
from the command line.
- getEntries() - Method in class org.apache.river.api.lookup.DefaultEntries
-
Generate a new array containing all Entry's added since last reset.
- getFileList() - Method in class org.apache.river.system.FileObserver
-
Get the complete list of found files.
- getFileTimeList() - Method in class org.apache.river.system.FileObserver
-
Get the time stamps of the found files.
- getInputStream(String, InputStream) - Method in class org.apache.river.system.MultiCommandLine
-
Return a InputStream
that is the result of creating a new
FileInputStream
object for the file named by the given
option.
- getInputStream(String, String) - Method in class org.apache.river.system.MultiCommandLine
-
Return a InputStream
that is the result of creating a new
FileInputStream
object for the file named by the given
option.
- getInputStream(char, InputStream) - Method in class org.apache.river.system.POSIXCommandLine
-
Return a InputStream
that is the result of creating a new
FileInputStream
object for the file named by the given
option.
- getInputStream(char, String) - Method in class org.apache.river.system.POSIXCommandLine
-
Return a InputStream
that is the result of creating a new
FileInputStream
object for the file named by the given
option.
- getInt(String, int) - Method in class org.apache.river.system.MultiCommandLine
-
Return the argument of the given int
option from
the command line.
- getInt(char, int) - Method in class org.apache.river.system.POSIXCommandLine
-
Return the argument of the given int
option from
the command line.
- getLong(String, long) - Method in class org.apache.river.system.MultiCommandLine
-
Return the argument of the given long
option from
the command line.
- getLong(char, long) - Method in class org.apache.river.system.POSIXCommandLine
-
Return the argument of the given long
option from
the command line.
- getMessage() - Method in exception org.apache.river.reliableLog.LogException
-
Produce the message; including the message from the nested exception
if there is one.
- getOperands() - Method in class org.apache.river.system.MultiCommandLine
-
Return the command line operands that come after the options.
- getOperands() - Method in class org.apache.river.system.POSIXCommandLine
-
Return the command line operands that come after the options.
- getOutputStream(String, OutputStream) - Method in class org.apache.river.system.MultiCommandLine
-
Return a OutputStream
that is the result of creating a new
FileOutputStream
object for the file named by the given
option.
- getOutputStream(String, String) - Method in class org.apache.river.system.MultiCommandLine
-
Return a InputStream
that is the result of creating a new
FileInputStream
object for the file named by the given
option.
- getOutputStream(char, OutputStream) - Method in class org.apache.river.system.POSIXCommandLine
-
Return a OutputStream
that is the result of creating a new
FileOutputStream
object for the file named by the given
option.
- getOutputStream(char, String) - Method in class org.apache.river.system.POSIXCommandLine
-
Return a InputStream
that is the result of creating a new
FileInputStream
object for the file named by the given
option.
- getRandomAccessFile(String, RandomAccessFile, String) - Method in class org.apache.river.system.MultiCommandLine
-
Return a RandomAccessFile
that is the result of
creating a new RandomAccessFile
object for the file
named by the given option, using the given mode
.
- getRandomAccessFile(String, String, String) - Method in class org.apache.river.system.MultiCommandLine
-
Return a RandomAccessFile
that is the result of
creating a new RandomAccessFile
object for the file
named by the given option, using the given mode
.
- getRandomAccessFile(char, RandomAccessFile, String) - Method in class org.apache.river.system.POSIXCommandLine
-
Return a RandomAccessFile
that is the result of
creating a new RandomAccessFile
object for the file
named by the given option, using the given mode
.
- getRandomAccessFile(char, String, String) - Method in class org.apache.river.system.POSIXCommandLine
-
Return a RandomAccessFile
that is the result of
creating a new RandomAccessFile
object for the file
named by the given option, using the given mode
.
- getReader(String, Reader) - Method in class org.apache.river.system.MultiCommandLine
-
Return a Reader
that is the result of creating a new
FileReader
object for the file named by the given
option.
- getReader(String, String) - Method in class org.apache.river.system.MultiCommandLine
-
Return a Reader
that is the result of creating a new
FileReader
object for the file named by the given
option.
- getReader(char, Reader) - Method in class org.apache.river.system.POSIXCommandLine
-
Return a Reader
that is the result of creating a new
FileReader
object for the file named by the given
option.
- getReader(char, String) - Method in class org.apache.river.system.POSIXCommandLine
-
Return a Reader
that is the result of creating a new
FileReader
object for the file named by the given
option.
- getString(String, String) - Method in class org.apache.river.system.MultiCommandLine
-
Return the argument of the given string option from the command
line.
- getString(char, String) - Method in class org.apache.river.system.POSIXCommandLine
-
Return the argument of the given string option from the command
line.
- getWriter(String, Writer) - Method in class org.apache.river.system.MultiCommandLine
-
Return a Writer
that is the result of creating a new
FileWriter
object for the file named by the given
option.
- getWriter(String, String) - Method in class org.apache.river.system.MultiCommandLine
-
Return a Writer
that is the result of creating a new
FileWriter
object for the file named by the given
option.
- getWriter(char, Writer) - Method in class org.apache.river.system.POSIXCommandLine
-
Return a Writer
that is the result of creating a new
FileWriter
object for the file named by the given
option.
- getWriter(char, String) - Method in class org.apache.river.system.POSIXCommandLine
-
Return a Writer
that is the result of creating a new
FileWriter
object for the file named by the given
option.
- LifeCycle - Interface in org.apache.river.start.lifecycle
-
The interface used to manage the lifecycle of shared, non-activatable
services started by the
service starter.
- LogException - Exception in org.apache.river.reliableLog
-
This class can be used to represent all exceptional conditions that
occur during any logging process.
- LogException() - Constructor for exception org.apache.river.reliableLog.LogException
-
Create a wrapper exception for exceptions that occur during a logging
operation.
- LogException(String) - Constructor for exception org.apache.river.reliableLog.LogException
-
For exceptions that occur during a logging operation, create a wrapper
exception with the specified description string.
- LogException(String, Throwable) - Constructor for exception org.apache.river.reliableLog.LogException
-
For exceptions that occur during a logging operation, create a wrapper
exception with the specified description string and the specified
nested exception.
- LogHandler - Class in org.apache.river.reliableLog
-
A LogHandler represents snapshots and update records as serializable
objects.
- LogHandler() - Constructor for class org.apache.river.reliableLog.LogHandler
-
Creates a LogHandler for a ReliableLog.
- LogInputStream - Class in org.apache.river.reliableLog
-
This class extends the functionality of the java.io.InputStream class
in order to provide an input mechanism that can be used by processes
that perform logging operations; in particular, processes that store
state in order to provide persistence.
- LogInputStream(InputStream, int) - Constructor for class org.apache.river.reliableLog.LogInputStream
-
Creates a log input file with the specified input stream.
- LogOutputStream - Class in org.apache.river.reliableLog
-
This class extends the functionality of the java.io.OutputStream class
in order to provide an output mechanism that can be used by processes
that perform logging operations; in particular, processes that store
state in order to provide persistence.
- LogOutputStream(RandomAccessFile) - Constructor for class org.apache.river.reliableLog.LogOutputStream
-
Creates an output file with the specified RandomAccessFile
- logSize() - Method in class org.apache.river.reliableLog.ReliableLog
-
Returns the current size of the incremental update log file in bytes;
- parseDouble(String, double) - Static method in class org.apache.river.system.CommandLine
-
Return the result of parsing the given double
from
the command line.
- parseInputStream(String, InputStream) - Static method in class org.apache.river.system.CommandLine
-
Return a InputStream
that is the result of creating
a new FileInputStream
object for the file named by
the given path
.
- parseInputStream(String, String) - Static method in class org.apache.river.system.CommandLine
-
Return a InputStream
that is the result of creating
a new FileInputStream
object for the file named by
the given path
.
- parseInt(String, int) - Static method in class org.apache.river.system.CommandLine
-
Return the result of parsing the given int
from the
command line.
- parseLong(String, long) - Static method in class org.apache.river.system.CommandLine
-
Return the result of parsing the given long
from
the command line.
- parseOutputStream(String, OutputStream) - Static method in class org.apache.river.system.CommandLine
-
Return a OutputStream
that is the result of
creating a new FileOutputStream
object for the file
named by the given path
.
- parseOutputStream(String, String) - Static method in class org.apache.river.system.CommandLine
-
Return a InputStream
that is the result of creating
a new FileInputStream
object for the file named by
the given path
.
- parseRandomAccessFile(String, RandomAccessFile, String) - Static method in class org.apache.river.system.CommandLine
-
Return a RandomAccessFile
that is the result of
creating a new RandomAccessFile
object for the file
named by the given path
, using the given
mode
.
- parseRandomAccessFile(String, String, String) - Static method in class org.apache.river.system.CommandLine
-
Return a RandomAccessFile
that is the result of
creating a new RandomAccessFile
object for the file
named by the given path
, using the given
mode
.
- parseReader(String, Reader) - Static method in class org.apache.river.system.CommandLine
-
Return a Reader
that is the result of creating a
new FileReader
object for the file named by the
given path
.
- parseReader(String, String) - Static method in class org.apache.river.system.CommandLine
-
Return a Reader
that is the result of creating a
new FileReader
object for the file named by the
given path
.
- parseString(String, String) - Static method in class org.apache.river.system.CommandLine
-
Return the result of parsing the given string from the command
line.
- parseWriter(String, Writer) - Static method in class org.apache.river.system.CommandLine
-
Return a Writer
that is the result of creating a
new FileWriter
object for the file named by the
given path
.
- parseWriter(String, String) - Static method in class org.apache.river.system.CommandLine
-
Return a Writer
that is the result of creating a
new FileWriter
object for the file named by the
given path
.
- POSIXCommandLine - Class in org.apache.river.system
-
This class parses a command line using POSIX 1003.2-1992 rules.
- POSIXCommandLine(String[]) - Constructor for class org.apache.river.system.POSIXCommandLine
-
Create a new CommandLine
object that will return
specified options, arguments, and operands.
- POSIXCommandLine(String, String[]) - Constructor for class org.apache.river.system.POSIXCommandLine
-
Create a new CommandLine
object that will return
specified options, arguments, and operands.
- ProgrammingException(String) - Constructor for exception org.apache.river.system.CommandLine.ProgrammingException
-
Create an exception with the given detail string.