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

P

ParameterKey - class au.com.prunge.jgenfile.spi.ParameterKey.
Parameter keys are used for defining parameters when creating file systems with a provider.
ParameterKey() - Constructor for class au.com.prunge.jgenfile.spi.ParameterKey
 
PARENT_ITEM - Static variable in interface au.com.prunge.jgenfile.RelativePath
A reference to a parent in a path.
PARENT_REFERENCE - Static variable in class au.com.prunge.jgenfile.RelativeItemReference
A special parent reference, which refers to the parent of the starting item of the reference.
parse(String) - Method in class au.com.prunge.jgenfile.text.ItemReferenceFormat
Parses the specified string into an item reference.
parse(String, ParsePosition) - Method in class au.com.prunge.jgenfile.text.ItemReferenceFormat
Parses the specified string into an item reference starting at the specified position.
parseObject(String, ParsePosition) - Method in class au.com.prunge.jgenfile.text.ItemReferenceFormat
Parses the specified string into an item reference starting at the specified position.
PartialCopyException - exception au.com.prunge.jgenfile.PartialCopyException.
An exception that occurs when a copy item operation attempts to copy a directory containing multiple files and only some of the files could be copied successfully.
PartialCopyException() - Constructor for class au.com.prunge.jgenfile.PartialCopyException
Constructs a PartialCopyException.
PartialCopyException(Map) - Constructor for class au.com.prunge.jgenfile.PartialCopyException
Constructs a PartialCopyException with a mapping of relative item references which could not be copied as keys and PFileExceptions which caused each copy to fail as values in the map.
PartialCopyException(Set) - Constructor for class au.com.prunge.jgenfile.PartialCopyException
Constructs a PartialCopyException with a set of item references for items that could not be copied.
PartialCopyException(String) - Constructor for class au.com.prunge.jgenfile.PartialCopyException
Constructs a PartialCopyException with a detail message.
PartialCopyException(String, Map) - Constructor for class au.com.prunge.jgenfile.PartialCopyException
Constructs a PartialCopyException with a mapping of relative item references which could not be copied as keys and PFileExceptions which caused each copy to fail as values in the map.
PartialCopyException(String, Set) - Constructor for class au.com.prunge.jgenfile.PartialCopyException
Constructs a PartialCopyException with a set of item references for items that could not be copied and a detail message.
PartialDeleteException - exception au.com.prunge.jgenfile.PartialDeleteException.
An exception that occurs when a delete item operation attempts to delete a directory containing multiple files and only some of the files could be deleted.
PartialDeleteException() - Constructor for class au.com.prunge.jgenfile.PartialDeleteException
Constructs a PartialDeleteException.
PartialDeleteException(Map) - Constructor for class au.com.prunge.jgenfile.PartialDeleteException
Constructs a PartialDeleteException with a mapping of relative item references which could not be deleted as keys and PFileExceptions which caused each deletion to fail as values in the map.
PartialDeleteException(Set) - Constructor for class au.com.prunge.jgenfile.PartialDeleteException
Constructs a PartialDeleteException with a set of item references for items that could not be deleted.
PartialDeleteException(String) - Constructor for class au.com.prunge.jgenfile.PartialDeleteException
Constructs a PartialDeleteException with a detail message.
PartialDeleteException(String, Map) - Constructor for class au.com.prunge.jgenfile.PartialDeleteException
Constructs a PartialDeleteException with a mapping of relative item references which could not be deleted as keys and PFileExceptions which caused each deletion to fail as values in the map.
PartialDeleteException(String, Set) - Constructor for class au.com.prunge.jgenfile.PartialDeleteException
Constructs a PartialDeleteException with a set of item references for items that could not be deleted and a detail message.
PASSWORD_KEY - Static variable in class au.com.prunge.jgenfile.spi.ParameterKey
A key that represents a password.
Path - interface au.com.prunge.jgenfile.Path.
A path is a list of ancestors of an item in order from the parent of the item itself to the most distant ancestor.
Path.Iterator - interface au.com.prunge.jgenfile.Path.Iterator.
Iterator interface for path objects.
PORT_KEY - Static variable in class au.com.prunge.jgenfile.spi.ParameterKey
A key that represents a TCP/IP port number.
position() - Method in class au.com.prunge.jgenfile.impl.local.channels.RandomAccessFileChannel
 
position() - Method in interface au.com.prunge.jgenfile.channels.RandomAccessChannel
Returns the channel's position.
position(long) - Method in class au.com.prunge.jgenfile.impl.local.channels.RandomAccessFileChannel
 
position(long) - Method in interface au.com.prunge.jgenfile.channels.RandomAccessChannel
Sets this channel's position.
processDateModifiedKey(MetadataKey, Map) - Method in class au.com.prunge.jgenfile.impl.local.LocalGetMetadataOperation
Processes the date modified metadata key, putting the acquired value into the metadata map.
processHiddenKey(MetadataKey, Map) - Method in class au.com.prunge.jgenfile.impl.local.LocalGetMetadataOperation
Processes the hidden metadata key, putting the acquired value into the metadata map.
PROGRESS_OBSERVING_DESIRED - Static variable in class au.com.prunge.jgenfile.OperationHints
Specifies that progress observation is desired, but should not be used if performance will suffer greatly.
PROGRESS_OBSERVING_HIGHLY_DESIRED - Static variable in class au.com.prunge.jgenfile.OperationHints
Specifies that progress observation is important and that every effort should be made to allow the monitoring of progress of operations.
PROGRESS_OBSERVING_UNNEEDED - Static variable in class au.com.prunge.jgenfile.OperationHints
Specifies that progress observing need not be supported by operations.
ProgressObservable - interface au.com.prunge.util.ProgressObservable.
An interface to allow the monitoring of progress of operations.
put(Object, Object) - Method in class au.com.prunge.jgenfile.OperationHints
 
putAll(Map) - Method in class au.com.prunge.jgenfile.OperationHints
 

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