A B C D E F G H I J K L M N O P R S T V W

O

OpenChannelException - exception au.com.prunge.jgenfile.OpenChannelException.
An exception that occurs when an attempt is made to close a file accessor but the channel acquried with that accessor is still open.
OpenChannelException(Channel) - Constructor for class au.com.prunge.jgenfile.OpenChannelException
Constructs an OpenChannelException.
OpenChannelException(Channel, String) - Constructor for class au.com.prunge.jgenfile.OpenChannelException
Constructs an OpenChannelException.
Operation - interface au.com.prunge.jgenfile.Operation.
An operation does something with a filesystem, for instance it might query the size of a file or rename a file.
OperationAbortedException - exception au.com.prunge.jgenfile.OperationAbortedException.
An excetpion that is thrown when an operation reacts to the abort() method being called.
OperationAbortedException() - Constructor for class au.com.prunge.jgenfile.OperationAbortedException
Constructs an OperationAbortedException.
OperationAbortedException(String) - Constructor for class au.com.prunge.jgenfile.OperationAbortedException
Constructs a OperationAbortedException with a detail message.
OperationHints - class au.com.prunge.jgenfile.OperationHints.
A set of hints to give operations that may affect their execution.
OperationHints.Key - interface au.com.prunge.jgenfile.OperationHints.Key.
An operation hints key.
OperationHints.Value - interface au.com.prunge.jgenfile.OperationHints.Value.
An operation hints value.
OperationHints() - Constructor for class au.com.prunge.jgenfile.OperationHints
Constructs an OperationHints object with initially no keys and values.
OperationHints(Map) - Constructor for class au.com.prunge.jgenfile.OperationHints
Constructs an OperationHints with the keys and values in hintsMap
OperationHints(OperationHints.Key, OperationHints.Value) - Constructor for class au.com.prunge.jgenfile.OperationHints
Constructs an OperationHints with the specified key and value.
OperationHintsCommonKeys - interface au.com.prunge.jgenfile.OperationHintsCommonKeys.
A collection of classes useful for creating operation hints.
OperationHintsCommonKeys.AbstractValue - class au.com.prunge.jgenfile.OperationHintsCommonKeys.AbstractValue.
A value implementation that fills in toString(), etc.
OperationHintsCommonKeys.AbstractValue(String) - Constructor for class au.com.prunge.jgenfile.OperationHintsCommonKeys.AbstractValue
Constructs a AbstractValue.
OperationHintsCommonKeys.KeyImpl - class au.com.prunge.jgenfile.OperationHintsCommonKeys.KeyImpl.
An simple key class.
OperationHintsCommonKeys.KeyImpl(String, Class) - Constructor for class au.com.prunge.jgenfile.OperationHintsCommonKeys.KeyImpl
Constructs a KeyImpl.
OperationHintsCommonKeys.ProgressObservingValue - class au.com.prunge.jgenfile.OperationHintsCommonKeys.ProgressObservingValue.
 
OperationHintsCommonKeys.ProgressObservingValue(String) - Constructor for class au.com.prunge.jgenfile.OperationHintsCommonKeys.ProgressObservingValue
 
OperationNotFinishedException - exception au.com.prunge.jgenfile.OperationNotFinishedException.
Occurs when an attempt is made to retrieve the result of an operation when the operation has not yet completed running or an error occurred when the operation was executed causing it not to finish running.
OperationNotFinishedException(Operation) - Constructor for class au.com.prunge.jgenfile.OperationNotFinishedException
Creates an OperationNotFinishedException.
OperationNotFinishedException(String, Operation) - Constructor for class au.com.prunge.jgenfile.OperationNotFinishedException
Creates an OperationNotFinishedException with the specified detail message.
OperationNotSupportedException - exception au.com.prunge.jgenfile.OperationNotSupportedException.
An exception that is thrown when an operation is not supported by a file system.
OperationNotSupportedException() - Constructor for class au.com.prunge.jgenfile.OperationNotSupportedException
Constructs an OperationNotSupportedException.
OperationNotSupportedException(String) - Constructor for class au.com.prunge.jgenfile.OperationNotSupportedException
Constructs an OperationNotSupportedException with a detail message.

A B C D E F G H I J K L M N O P R S T V W