- getBoolean(String) - Method in class org.apache.river.system.MultiCommandLine
- 
Return trueif the given option is specified on the
 command line.
 
- getBoolean(char) - Method in class org.apache.river.system.POSIXCommandLine
- 
Return trueif 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 doublefrom the command line.
 
- getDouble(char, double) - Method in class org.apache.river.system.POSIXCommandLine
- 
Return the value of the given doublefrom 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 InputStreamthat is the result of creating a newFileInputStreamobject for the file named by the given
 option.
 
- getInputStream(String, String) - Method in class org.apache.river.system.MultiCommandLine
- 
Return a InputStreamthat is the result of creating a newFileInputStreamobject for the file named by the given
 option.
 
- getInputStream(char, InputStream) - Method in class org.apache.river.system.POSIXCommandLine
- 
Return a InputStreamthat is the result of creating a newFileInputStreamobject for the file named by the given
 option.
 
- getInputStream(char, String) - Method in class org.apache.river.system.POSIXCommandLine
- 
Return a InputStreamthat is the result of creating a newFileInputStreamobject 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 intoption from
 the command line.
 
- getInt(char, int) - Method in class org.apache.river.system.POSIXCommandLine
- 
Return the argument of the given intoption from
 the command line.
 
- getLong(String, long) - Method in class org.apache.river.system.MultiCommandLine
- 
Return the argument of the given longoption from
 the command line.
 
- getLong(char, long) - Method in class org.apache.river.system.POSIXCommandLine
- 
Return the argument of the given longoption 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 OutputStreamthat is the result of creating a newFileOutputStreamobject for the file named by the given
 option.
 
- getOutputStream(String, String) - Method in class org.apache.river.system.MultiCommandLine
- 
Return a InputStreamthat is the result of creating a newFileInputStreamobject for the file named by the given
 option.
 
- getOutputStream(char, OutputStream) - Method in class org.apache.river.system.POSIXCommandLine
- 
Return a OutputStreamthat is the result of creating a newFileOutputStreamobject for the file named by the given
 option.
 
- getOutputStream(char, String) - Method in class org.apache.river.system.POSIXCommandLine
- 
Return a InputStreamthat is the result of creating a newFileInputStreamobject for the file named by the given
 option.
 
- getRandomAccessFile(String, RandomAccessFile, String) - Method in class org.apache.river.system.MultiCommandLine
- 
Return a RandomAccessFilethat is the result of
 creating a newRandomAccessFileobject for the file
 named by the given option, using the givenmode.
 
- getRandomAccessFile(String, String, String) - Method in class org.apache.river.system.MultiCommandLine
- 
Return a RandomAccessFilethat is the result of
 creating a newRandomAccessFileobject for the file
 named by the given option, using the givenmode.
 
- getRandomAccessFile(char, RandomAccessFile, String) - Method in class org.apache.river.system.POSIXCommandLine
- 
Return a RandomAccessFilethat is the result of
 creating a newRandomAccessFileobject for the file
 named by the given option, using the givenmode.
 
- getRandomAccessFile(char, String, String) - Method in class org.apache.river.system.POSIXCommandLine
- 
Return a RandomAccessFilethat is the result of
 creating a newRandomAccessFileobject for the file
 named by the given option, using the givenmode.
 
- getReader(String, Reader) - Method in class org.apache.river.system.MultiCommandLine
- 
Return a Readerthat is the result of creating a newFileReaderobject for the file named by the given
 option.
 
- getReader(String, String) - Method in class org.apache.river.system.MultiCommandLine
- 
Return a Readerthat is the result of creating a newFileReaderobject for the file named by the given
 option.
 
- getReader(char, Reader) - Method in class org.apache.river.system.POSIXCommandLine
- 
Return a Readerthat is the result of creating a newFileReaderobject for the file named by the given
 option.
 
- getReader(char, String) - Method in class org.apache.river.system.POSIXCommandLine
- 
Return a Readerthat is the result of creating a newFileReaderobject 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 Writerthat is the result of creating a newFileWriterobject for the file named by the given
 option.
 
- getWriter(String, String) - Method in class org.apache.river.system.MultiCommandLine
- 
Return a Writerthat is the result of creating a newFileWriterobject for the file named by the given
 option.
 
- getWriter(char, Writer) - Method in class org.apache.river.system.POSIXCommandLine
- 
Return a Writerthat is the result of creating a newFileWriterobject for the file named by the given
 option.
 
- getWriter(char, String) - Method in class org.apache.river.system.POSIXCommandLine
- 
Return a Writerthat is the result of creating a newFileWriterobject 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 doublefrom
 the command line.
 
- parseInputStream(String, InputStream) - Static method in class org.apache.river.system.CommandLine
- 
Return a InputStreamthat is the result of creating
 a newFileInputStreamobject for the file named by
 the givenpath.
 
- parseInputStream(String, String) - Static method in class org.apache.river.system.CommandLine
- 
Return a InputStreamthat is the result of creating
 a newFileInputStreamobject for the file named by
 the givenpath.
 
- parseInt(String, int) - Static method in class org.apache.river.system.CommandLine
- 
Return the result of parsing the given intfrom the
 command line.
 
- parseLong(String, long) - Static method in class org.apache.river.system.CommandLine
- 
Return the result of parsing the given longfrom
 the command line.
 
- parseOutputStream(String, OutputStream) - Static method in class org.apache.river.system.CommandLine
- 
Return a OutputStreamthat is the result of
 creating a newFileOutputStreamobject for the file
 named by the givenpath.
 
- parseOutputStream(String, String) - Static method in class org.apache.river.system.CommandLine
- 
Return a InputStreamthat is the result of creating
 a newFileInputStreamobject for the file named by
 the givenpath.
 
- parseRandomAccessFile(String, RandomAccessFile, String) - Static method in class org.apache.river.system.CommandLine
- 
Return a RandomAccessFilethat is the result of
 creating a newRandomAccessFileobject for the file
 named by the givenpath, using the givenmode.
 
- parseRandomAccessFile(String, String, String) - Static method in class org.apache.river.system.CommandLine
- 
Return a RandomAccessFilethat is the result of
 creating a newRandomAccessFileobject for the file
 named by the givenpath, using the givenmode.
 
- parseReader(String, Reader) - Static method in class org.apache.river.system.CommandLine
- 
Return a Readerthat is the result of creating a
 newFileReaderobject for the file named by the
 givenpath.
 
- parseReader(String, String) - Static method in class org.apache.river.system.CommandLine
- 
Return a Readerthat is the result of creating a
 newFileReaderobject for the file named by the
 givenpath.
 
- 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 Writerthat is the result of creating a
 newFileWriterobject for the file named by the
 givenpath.
 
- parseWriter(String, String) - Static method in class org.apache.river.system.CommandLine
- 
Return a Writerthat is the result of creating a
 newFileWriterobject for the file named by the
 givenpath.
 
- 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 CommandLineobject that will return
 specified options, arguments, and operands.
 
- POSIXCommandLine(String, String[]) - Constructor for class org.apache.river.system.POSIXCommandLine
- 
Create a new CommandLineobject 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.