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
K
L
M
N
O
P
R
S
T
V
W
G
get(boolean, boolean, boolean)
- Static method in class au.com.prunge.jgenfile.
FileAccessorOptions
Creates file accessor options with the specified file access modes and an initial position at the start of the file.
get(boolean, boolean, boolean, FileAccessorOptions.OffsetMode)
- Static method in class au.com.prunge.jgenfile.
FileAccessorOptions
Creates file accessor options with the specified file access modes and an initial position in the file specified by
offsetMode
.
get(Object)
- Method in class au.com.prunge.jgenfile.
OperationHints
getAbortOnError()
- Method in interface au.com.prunge.jgenfile.
BatchOperation
getAbortOnError()
- Method in class au.com.prunge.jgenfile.impl.
DefaultBatchOperation
getAbsolutePath()
- Method in interface au.com.prunge.jgenfile.
GetAbsolutePathOperation
Returns the absolute path of the item.
getAbsolutePath()
- Method in class au.com.prunge.jgenfile.impl.local.
LocalGetAbsolutePathOperation
GetAbsolutePathOperation
- interface au.com.prunge.jgenfile.
GetAbsolutePathOperation
.
An operation that gets the absolute path of an item.
getAccessibleMetadataKeySet()
- Method in interface au.com.prunge.jgenfile.
CanGetFileSystemMetadataOperation
Returns the set of metadata keys that can be acquired for this file system.
getAccessibleMetadataKeySet()
- Method in interface au.com.prunge.jgenfile.
CanGetMetadataOperation
Returns the set of metadata keys that can be acquired for this item.
getAccessibleMetadataKeySet()
- Method in class au.com.prunge.jgenfile.impl.
ConstantCanGetFileSystemMetadataOperation
getAccessibleMetadataKeySet()
- Method in class au.com.prunge.jgenfile.impl.local.
LocalCanGetMetadataOperation
getAdditionalInfo()
- Method in class au.com.prunge.jgenfile.spi.
FileSystemProvider
Returns additional information about this file system provider.
getAllFileSystemMetadataKeysSet()
- Method in interface au.com.prunge.jgenfile.
FileSystem
Returns a set of metadata keys that can be used to access metadata for this file system.
getAllFileSystemMetadataKeysSet()
- Method in class au.com.prunge.jgenfile.impl.local.
LocalFileSystem
getAllFileSystemProviders()
- Static method in class au.com.prunge.jgenfile.
JGenFile
Returns a collection of all file system providers that are installed.
getAllItemMetadataKeysSet()
- Method in interface au.com.prunge.jgenfile.
FileSystem
Returns a set of metadata keys that can be used to access metadata for items.
getAllItemMetadataKeysSet()
- Method in class au.com.prunge.jgenfile.impl.local.
LocalFileSystem
GetAllMetadataKeysOperation
- interface au.com.prunge.jgenfile.
GetAllMetadataKeysOperation
.
An operation that retrieves keys for all the metadata an item has.
getAllProviders()
- Static method in class au.com.prunge.jgenfile.spi.
FileSystemProvider
Returns a collection of all providers that are installed.
getAncestor()
- Method in class au.com.prunge.jgenfile.
InvalidAncestorException
Returns the directory that was found not to be an ancestor of the item.
getAncestorNames()
- Method in class au.com.prunge.jgenfile.
ItemReference
Returns a list of ancestor names ordered from the item itself down to its most distant ancestor.
getAuthor()
- Method in class au.com.prunge.jgenfile.spi.
FileSystemProvider.Info
getChild()
- Method in interface au.com.prunge.jgenfile.
GetChildOperation
Returns the child item.
getChild()
- Method in class au.com.prunge.jgenfile.impl.local.
LocalGetChildOperation
GetChildOperation
- interface au.com.prunge.jgenfile.
GetChildOperation
.
An operation that acquires a child item with a specific name in a directory.
getChildren()
- Method in interface au.com.prunge.jgenfile.
GetChildrenOperation
Returns a list of items which are the children.
getChildren()
- Method in class au.com.prunge.jgenfile.impl.local.
LocalGetChildrenOperation
getChildrenIterator()
- Method in interface au.com.prunge.jgenfile.
GetChildrenOperation
Returns an iterator that can iterate through the children in the directory.
getChildrenIterator()
- Method in class au.com.prunge.jgenfile.impl.local.
LocalGetChildrenOperation
GetChildrenOperation
- interface au.com.prunge.jgenfile.
GetChildrenOperation
.
An operation that retrieves the items contained in a directory.
getCopiedFilesCount()
- Method in interface au.com.prunge.jgenfile.
CopyItemOperation
Returns the number of files that were copied by this operation.
getCopiedFilesCount()
- Method in class au.com.prunge.jgenfile.impl.
DefaultCopyItemOperation
Deprecated.
getCopiedFilesCount()
- Method in class au.com.prunge.jgenfile.impl.local.
LocalFastCopyItemOperation
getCopyBufferSize()
- Method in class au.com.prunge.jgenfile.impl.
DefaultCopyItemOperation
Deprecated.
Returns the size of the buffer used to copy files with.
getCopyBufferSize()
- Method in class au.com.prunge.jgenfile.impl.local.
LocalFastCopyItemOperation
Returns the size of the buffer used to copy files with using the slow method.
getDateCreated()
- Method in class au.com.prunge.jgenfile.spi.
FileSystemProvider.Info
getDeletedFilesCount()
- Method in interface au.com.prunge.jgenfile.
DeleteItemOperation
Returns the number of files that were deleted by this operation.
getDeletedFilesCount()
- Method in class au.com.prunge.jgenfile.impl.local.
LocalDeleteItemOperation
getDescription()
- Method in class au.com.prunge.jgenfile.spi.
ParameterKey
Returns the description of the parameter key using the system locale.
getDescription()
- Method in class au.com.prunge.jgenfile.spi.
FileSystemProvider
Returns the description of the provider using the system locale.
getDescription()
- Method in interface au.com.prunge.jgenfile.metadata.
MetadataKey
Returns the description of the metadata key using the system locale.
getDescription()
- Method in class au.com.prunge.jgenfile.metadata.
AbstractMetadataKey
getDescription(Locale)
- Method in class au.com.prunge.jgenfile.spi.
ResourceKey
getDescription(Locale)
- Method in class au.com.prunge.jgenfile.spi.
ParameterKey
Returns the description of the parameter key using the specified locale.
getDescription(Locale)
- Method in class au.com.prunge.jgenfile.spi.
FileSystemProvider
Returns the description of the provider using the specified locale.
getDescription(Locale)
- Method in class au.com.prunge.jgenfile.metadata.
ResourceMetadataKey
getDescription(Locale)
- Method in interface au.com.prunge.jgenfile.metadata.
MetadataKey
Returns the description of the metadata key using the specified locale.
getDestination()
- Method in interface au.com.prunge.jgenfile.
CopyItemOperation
Returns the directory the item will be copied to.
getDestination()
- Method in interface au.com.prunge.jgenfile.
CanCopyItemToDestinationOperation
Returns the directory the item will be copied to.
getDestination()
- Method in class au.com.prunge.jgenfile.impl.
DefaultCopyItemOperation
Deprecated.
getDestination()
- Method in class au.com.prunge.jgenfile.impl.local.
LocalFastCopyItemOperation
getDestination()
- Method in class au.com.prunge.jgenfile.impl.local.
LocalCanCopyItemToDestinationOperation
getDirectory()
- Method in interface au.com.prunge.jgenfile.
DirectoryOperation
Returns the directory used by this operation.
getDirectory()
- Method in class au.com.prunge.jgenfile.impl.
AbstractDirectoryOperation
getExpectedBytes()
- Method in class au.com.prunge.jgenfile.
IncompleteCopyException
Returns the number of bytes that were meant to be copied.
getFile()
- Method in interface au.com.prunge.jgenfile.
CreateFileOperation
Returns the newly created file.
getFile()
- Method in interface au.com.prunge.jgenfile.
FileOperation
Returns the file used by this operation.
getFile()
- Method in class au.com.prunge.jgenfile.impl.
AbstractFileOperation
getFile()
- Method in class au.com.prunge.jgenfile.impl.local.
LocalItem
Returns the underlying file object of this item.
getFile()
- Method in class au.com.prunge.jgenfile.impl.local.
LocalCreateFileOperation
getFileAccessor()
- Method in interface au.com.prunge.jgenfile.
GetFileAccessorOperation
Returns the file accessor retrieved through this operation.
getFileAccessor()
- Method in interface au.com.prunge.jgenfile.
FileAccessorOperation
Returns the file accessor used by this operation.
getFileAccessor()
- Method in class au.com.prunge.jgenfile.impl.
AbstractFileAccessorOperation
getFileAccessor()
- Method in class au.com.prunge.jgenfile.impl.local.
LocalGetFileAccessorOperation
GetFileAccessorOperation
- interface au.com.prunge.jgenfile.
GetFileAccessorOperation
.
An operation that gets a file accessor for a file.
getFileAccessorOptions()
- Method in class au.com.prunge.jgenfile.
FileAccessorOptionsException
Returns the file accessor options that were not appropriate for the method.
getFileName()
- Method in interface au.com.prunge.jgenfile.
CreateFileOperation
Returns the name of the file to create.
getFileName()
- Method in class au.com.prunge.jgenfile.impl.local.
LocalCreateFileOperation
GetFileSizeOperation
- interface au.com.prunge.jgenfile.
GetFileSizeOperation
.
An operation that retrieves the size of a file.
getFileSystem()
- Method in interface au.com.prunge.jgenfile.
Item
Returns the file system this item exists in.
getFileSystem()
- Method in class au.com.prunge.jgenfile.
RelativePath.ParentItem
getFileSystem()
- Method in interface au.com.prunge.jgenfile.
FileSystemOperation
Returns the file system this operation is for.
getFileSystem()
- Method in class au.com.prunge.jgenfile.impl.
AbstractItem
getFileSystem()
- Method in class au.com.prunge.jgenfile.impl.
AbstractFileSystemOperation
getFileSystem()
- Method in class au.com.prunge.jgenfile.impl.local.
LocalItem
GetFileSystemMetadataOperation
- interface au.com.prunge.jgenfile.
GetFileSystemMetadataOperation
.
An operation that acquires metadata for a file system.
getFileSystemProvider(String)
- Static method in class au.com.prunge.jgenfile.
JGenFile
Returns access to the specified provider.
getInaccessibleMetadataKeySet()
- Method in interface au.com.prunge.jgenfile.
CanGetFileSystemMetadataOperation
Returns the set of metadata keys that cannot be acquired for this file system.
getInaccessibleMetadataKeySet()
- Method in interface au.com.prunge.jgenfile.
CanGetMetadataOperation
Returns the set of metadata keys that cannot be acquired for this item.
getInaccessibleMetadataKeySet()
- Method in class au.com.prunge.jgenfile.impl.
ConstantCanGetFileSystemMetadataOperation
getInaccessibleMetadataKeySet()
- Method in class au.com.prunge.jgenfile.impl.local.
LocalCanGetMetadataOperation
getItem()
- Method in interface au.com.prunge.jgenfile.
ItemOperation
Returns the item this operation is acting on.
getItem()
- Method in interface au.com.prunge.jgenfile.
Path
Returns the item the path is for.
getItem()
- Method in class au.com.prunge.jgenfile.
InvalidAncestorException
Returns the item whose ancestor could not be found.
getItem()
- Method in class au.com.prunge.jgenfile.impl.
AbstractPath
getItem()
- Method in class au.com.prunge.jgenfile.impl.
AbstractItemOperation
GetItemFromAbsoluteReferenceOperation
- interface au.com.prunge.jgenfile.
GetItemFromAbsoluteReferenceOperation
.
An operation that attempts to get an item given an absolute reference.
getItemFromReference()
- Method in interface au.com.prunge.jgenfile.
GetItemFromRelativeReferenceOperation
Returns the item acquired with the reference.
getItemFromReference()
- Method in interface au.com.prunge.jgenfile.
GetItemFromAbsoluteReferenceOperation
Returns the item acquired with the reference.
getItemFromReference()
- Method in class au.com.prunge.jgenfile.impl.local.
LocalGetItemFromRelativeReferenceOperation
getItemFromReference()
- Method in class au.com.prunge.jgenfile.impl.local.
LocalGetItemFromAbsoluteReferenceOperation
GetItemFromRelativeReferenceOperation
- interface au.com.prunge.jgenfile.
GetItemFromRelativeReferenceOperation
.
An operation that attempts to get an item given a relative reference.
getItemName()
- Method in class au.com.prunge.jgenfile.
InvalidItemNameException
Returns the item name that was invalid.
getItemName()
- Method in interface au.com.prunge.jgenfile.
CanGetChildOperation
Returns the name of the item to find.
getItemName()
- Method in interface au.com.prunge.jgenfile.
GetChildOperation
Returns the name of the item to acquire.
getItemName()
- Method in class au.com.prunge.jgenfile.
ItemNameInUseException
Returns the item name that was in use.
getItemName()
- Method in class au.com.prunge.jgenfile.impl.local.
LocalGetChildOperation
getItemName()
- Method in class au.com.prunge.jgenfile.impl.local.
LocalCanGetChildOperation
getItemSeparator()
- Method in class au.com.prunge.jgenfile.text.
ItemReferenceFormat
Returns the character to use to separate items in the path.
getLastRunException()
- Method in interface au.com.prunge.jgenfile.
Operation
Returns the exception that occurred on the last run of this operation.
getLastRunException()
- Method in class au.com.prunge.jgenfile.impl.
AbstractOperation
Returns the exception that occurred on the last run of this operation.
getLink()
- Method in interface au.com.prunge.jgenfile.
CreateLinkOperation
Returns the link that was created by this operation.
getLink()
- Method in interface au.com.prunge.jgenfile.
LinkOperation
Returns the directory used by this operation.
getLink()
- Method in class au.com.prunge.jgenfile.impl.
NullCreateLinkOperation
getLinkTarget()
- Method in interface au.com.prunge.jgenfile.
GetLinkTargetOperation
Returns the target of the link.
GetLinkTargetOperation
- interface au.com.prunge.jgenfile.
GetLinkTargetOperation
.
An operation that acquires the target item of the link.
getLocalFileSystem()
- Static method in class au.com.prunge.jgenfile.
JGenFile
Gets access to the local file system.
getMetadata()
- Method in interface au.com.prunge.jgenfile.
GetMetadataOperation
Returns a map of MetadataKey objects to the values that were looked up.
getMetadata()
- Method in interface au.com.prunge.jgenfile.
GetFileSystemMetadataOperation
Returns a map of MetadataKey objects to the values that were looked up.
getMetadata()
- Method in class au.com.prunge.jgenfile.impl.
NullGetFileSystemMetadataOperation
Always returns an empty map.
getMetadata()
- Method in class au.com.prunge.jgenfile.impl.local.
LocalGetMetadataOperation
getMetadataKeys()
- Method in interface au.com.prunge.jgenfile.
GetAllMetadataKeysOperation
Returns a set of metadata keys for each element of metadata the item has.
getMetadataKeys()
- Method in class au.com.prunge.jgenfile.impl.
ConstantGetAllMetadataKeysOperation
getMetadataKeySet()
- Method in interface au.com.prunge.jgenfile.
CanSetMetadataOperation
Returns the set of metadata keys this operation is checking for modification for the item.
getMetadataKeySet()
- Method in interface au.com.prunge.jgenfile.
CanGetFileSystemMetadataOperation
Returns the set of metadata keys this operation is checking for access for the file system.
getMetadataKeySet()
- Method in interface au.com.prunge.jgenfile.
CanGetMetadataOperation
Returns the set of metadata keys this operation is checking for access for the item.
getMetadataKeySet()
- Method in interface au.com.prunge.jgenfile.
GetMetadataOperation
Returns the set of metadata keys this operation is looking up for the item.
getMetadataKeySet()
- Method in interface au.com.prunge.jgenfile.
CanSetFileSystemMetadataOperation
Returns the set of metadata keys this operation is checking for modification for the file system.
getMetadataKeySet()
- Method in interface au.com.prunge.jgenfile.
GetFileSystemMetadataOperation
Returns the set of metadata keys this operation is looking up for the file system.
getMetadataKeySet()
- Method in class au.com.prunge.jgenfile.impl.
NullGetFileSystemMetadataOperation
getMetadataKeySet()
- Method in class au.com.prunge.jgenfile.impl.
ConstantCanSetMetadataOperation
getMetadataKeySet()
- Method in class au.com.prunge.jgenfile.impl.
ConstantCanSetFileSystemMetadataOperation
getMetadataKeySet()
- Method in class au.com.prunge.jgenfile.impl.
ConstantCanGetFileSystemMetadataOperation
getMetadataKeySet()
- Method in class au.com.prunge.jgenfile.impl.local.
LocalGetMetadataOperation
getMetadataKeySet()
- Method in class au.com.prunge.jgenfile.impl.local.
LocalCanGetMetadataOperation
getMetadataModifiedSet()
- Method in interface au.com.prunge.jgenfile.
SetMetadataOperation
Returns a set of MetadataKey objects that were successfully modified.
getMetadataModifiedSet()
- Method in interface au.com.prunge.jgenfile.
SetFileSystemMetadataOperation
Returns a set of MetadataKey objects that were successfully modified.
getMetadataModifiedSet()
- Method in class au.com.prunge.jgenfile.impl.
NullSetFileSystemMetadataOperation
getMetadataModifiedSet()
- Method in class au.com.prunge.jgenfile.impl.local.
LocalSetMetadataOperation
GetMetadataOperation
- interface au.com.prunge.jgenfile.
GetMetadataOperation
.
An operation that acquires metadata for an item.
getMetadataToModifyMap()
- Method in interface au.com.prunge.jgenfile.
SetMetadataOperation
Returns a map of metadata keys to values that this operation is setting for the item.
getMetadataToModifyMap()
- Method in interface au.com.prunge.jgenfile.
SetFileSystemMetadataOperation
Returns a map of metadata keys to values that this operation is setting for the file system.
getMetadataToModifyMap()
- Method in class au.com.prunge.jgenfile.impl.
NullSetFileSystemMetadataOperation
getMetadataToModifyMap()
- Method in class au.com.prunge.jgenfile.impl.local.
LocalSetMetadataOperation
getModifiableMetadataSet()
- Method in interface au.com.prunge.jgenfile.
CanSetMetadataOperation
Returns the set of metadata keys that can be set for this item.
getModifiableMetadataSet()
- Method in interface au.com.prunge.jgenfile.
CanSetFileSystemMetadataOperation
Returns the set of metadata keys that can be set for this file system.
getModifiableMetadataSet()
- Method in class au.com.prunge.jgenfile.impl.
ConstantCanSetMetadataOperation
getModifiableMetadataSet()
- Method in class au.com.prunge.jgenfile.impl.
ConstantCanSetFileSystemMetadataOperation
getName()
- Method in interface au.com.prunge.jgenfile.
Item
Returns the name of the item.
getName()
- Method in class au.com.prunge.jgenfile.
RelativePath.ParentItem
getName()
- Method in class au.com.prunge.jgenfile.spi.
ParameterKey
Returns the name of the parameter key using the system locale.
getName()
- Method in class au.com.prunge.jgenfile.spi.
FileSystemProvider
Returns the name of the provider using the system locale.
getName()
- Method in class au.com.prunge.jgenfile.impl.local.
LocalItem
getName()
- Method in interface au.com.prunge.jgenfile.metadata.
MetadataKey
Returns the name of the metadata key using the system locale.
getName()
- Method in class au.com.prunge.jgenfile.metadata.
AbstractMetadataKey
getName(Locale)
- Method in class au.com.prunge.jgenfile.impl.local.spi.
LocalFileSystemProvider
getName(Locale)
- Method in class au.com.prunge.jgenfile.spi.
ResourceKey
getName(Locale)
- Method in class au.com.prunge.jgenfile.spi.
ParameterKey
Returns the name of the parameter key using the specified locale.
getName(Locale)
- Method in class au.com.prunge.jgenfile.spi.
FileSystemProvider
Returns the name of the provider using the specified locale.
getName(Locale)
- Method in class au.com.prunge.jgenfile.metadata.
ResourceMetadataKey
getName(Locale)
- Method in interface au.com.prunge.jgenfile.metadata.
MetadataKey
Returns the name of the metadata key using the specified locale.
getNewLinkTarget()
- Method in interface au.com.prunge.jgenfile.
SetLinkTargetOperation
Returns the new target of the link.
getNewName()
- Method in interface au.com.prunge.jgenfile.
SetNameOperation
Returns the new name set with this operation.
getNewName()
- Method in interface au.com.prunge.jgenfile.
CopyItemOperation
Returns the name the copy will have after it has been copied.
getNewName()
- Method in interface au.com.prunge.jgenfile.
CanCopyItemToDestinationOperation
Returns the name the copy will have after it has been copied.
getNewName()
- Method in class au.com.prunge.jgenfile.impl.
DefaultCopyItemOperation
Deprecated.
getNewName()
- Method in class au.com.prunge.jgenfile.impl.local.
LocalSetNameOperation
getNewName()
- Method in class au.com.prunge.jgenfile.impl.local.
LocalFastCopyItemOperation
getNewName()
- Method in class au.com.prunge.jgenfile.impl.local.
LocalCanCopyItemToDestinationOperation
getNewParent()
- Method in interface au.com.prunge.jgenfile.
SetParentOperation
Returns the new parent directory set with this operation.
getNewParent()
- Method in class au.com.prunge.jgenfile.impl.local.
LocalSetParentOperation
getNonCopiedItemReferenceSet()
- Method in class au.com.prunge.jgenfile.
PartialCopyException
Returns a set of references to items that could not be copied.
getNonCopiedItemReferenceToExceptionMap()
- Method in class au.com.prunge.jgenfile.
PartialCopyException
Returns a map of references to items that could not be copied as keys and exceptions as values for each item indicating why each copy failed.
getNonDeletedItemReferenceSet()
- Method in class au.com.prunge.jgenfile.
PartialDeleteException
Returns a set of references to items that could not be deleted.
getNonDeletedItemReferenceToExceptionMap()
- Method in class au.com.prunge.jgenfile.
PartialDeleteException
Returns a map of references to items that could not be deleted as keys and exceptions as values for each item indicating why each deletion failed.
getNonModifiableMetadataSet()
- Method in interface au.com.prunge.jgenfile.
CanSetMetadataOperation
Returns the set of metadata keys that cannot be set for this item.
getNonModifiableMetadataSet()
- Method in interface au.com.prunge.jgenfile.
CanSetFileSystemMetadataOperation
Returns the set of metadata keys that cannot be set for this file system.
getNonModifiableMetadataSet()
- Method in class au.com.prunge.jgenfile.impl.
ConstantCanSetMetadataOperation
getNonModifiableMetadataSet()
- Method in class au.com.prunge.jgenfile.impl.
ConstantCanSetFileSystemMetadataOperation
getNumBytes()
- Method in class au.com.prunge.jgenfile.
IncompleteCopyException
Returns the number of bytes that were actually copied, or -1 if the number of bytes copied is unknown.
getOffsetMode()
- Method in class au.com.prunge.jgenfile.
FileAccessorOptions
Returns the offset mode for channels the file accessor creates.
getOldName()
- Method in interface au.com.prunge.jgenfile.
SetNameOperation
Returns the old name of the item.
getOldName()
- Method in class au.com.prunge.jgenfile.impl.local.
LocalSetNameOperation
getOperationHint(OperationHints.Key)
- Method in interface au.com.prunge.jgenfile.
FileSystem
Returns the value of a single hint.
getOperationHint(OperationHints.Key)
- Method in interface au.com.prunge.jgenfile.
Operation
Returns the value of a single hint.
getOperationHint(OperationHints.Key)
- Method in class au.com.prunge.jgenfile.impl.
AbstractOperation
getOperationHint(OperationHints.Key)
- Method in class au.com.prunge.jgenfile.impl.
AbstractFileSystem
getOperationHints()
- Method in interface au.com.prunge.jgenfile.
FileSystem
Returns the operation hints that operations created from this file system or objects derived from the file system (e.g.
getOperationHints()
- Method in interface au.com.prunge.jgenfile.
Operation
Returns the operation hints used for this operation.
getOperationHints()
- Method in class au.com.prunge.jgenfile.impl.
AbstractOperation
getOperationHints()
- Method in class au.com.prunge.jgenfile.impl.
AbstractFileSystem
getOperations()
- Method in interface au.com.prunge.jgenfile.
BatchOperation
Returns a list of operations this batch operation will execute.
getOperations()
- Method in class au.com.prunge.jgenfile.impl.
DefaultBatchOperation
getOptions()
- Method in interface au.com.prunge.jgenfile.
GetFileAccessorOperation
Returns the options used to create the file accessor.
getOptions()
- Method in interface au.com.prunge.jgenfile.
CanGetFileAccessorOperation
Returns the options used to create the file accessor.
getOptions()
- Method in class au.com.prunge.jgenfile.impl.local.
LocalGetFileAccessorOperation
getOptions()
- Method in class au.com.prunge.jgenfile.impl.local.
LocalCanGetFileAccessorOperation
getParameterDefaults()
- Method in class au.com.prunge.jgenfile.spi.
FileSystemProvider
Returns an unmodifiable map of parameter keys to default values for any parameter that has a default value.
getParameterKeys()
- Method in class au.com.prunge.jgenfile.impl.local.spi.
LocalFileSystemProvider
getParameterKeys()
- Method in class au.com.prunge.jgenfile.spi.
FileSystemProvider
Returns a set of parameter keys that are required for creating a file system with this provider.
getParent()
- Method in interface au.com.prunge.jgenfile.
GetParentOperation
Returns the parent directory acquired with this operation.
getParent()
- Method in class au.com.prunge.jgenfile.impl.local.
LocalGetParentOperation
GetParentOperation
- interface au.com.prunge.jgenfile.
GetParentOperation
.
An operation that retrieves the parent directory of an item.
getPosition()
- Method in class au.com.prunge.jgenfile.
FileAccessorOptions.OffsetMode
Returns the position of the offset mode or -1 if position is not specified.
getProgress()
- Method in interface au.com.prunge.util.
ProgressObservable
Returns the progress of the operation.
getProgress()
- Method in class au.com.prunge.jgenfile.impl.local.
LocalFastCopyItemOperation
Returns the progress of this operation.
getProgress()
- Method in class au.com.prunge.jgenfile.impl.local.
LocalDeleteItemOperation
Returns the progress of this operation.
getProvider(String)
- Static method in class au.com.prunge.jgenfile.spi.
FileSystemProvider
Returns access to the specified provider.
getQuoteCharacter()
- Method in class au.com.prunge.jgenfile.text.
ItemReferenceFormat
Returns the character to use to surround item names that contain this character or item separators.
getRandomAccessReadChannel()
- Method in interface au.com.prunge.jgenfile.
FileAccessor
Returns a byte channel that can be read from and has random access.
getRandomAccessReadChannel()
- Method in class au.com.prunge.jgenfile.impl.local.
LocalFileAccessor
getRandomAccessReadWriteChannel()
- Method in interface au.com.prunge.jgenfile.
FileAccessor
Returns a byte channel that can be read from and written to and has random access.
getRandomAccessReadWriteChannel()
- Method in class au.com.prunge.jgenfile.impl.local.
LocalFileAccessor
getRandomAccessWriteChannel()
- Method in interface au.com.prunge.jgenfile.
FileAccessor
Returns a byte channel that can be written to and has random access.
getRandomAccessWriteChannel()
- Method in class au.com.prunge.jgenfile.impl.local.
LocalFileAccessor
getReadChannel()
- Method in interface au.com.prunge.jgenfile.
FileAccessor
Returns a byte channel that can be read from.
getReadChannel()
- Method in class au.com.prunge.jgenfile.impl.local.
LocalFileAccessor
getReadWriteChannel()
- Method in interface au.com.prunge.jgenfile.
FileAccessor
Returns a byte channel that can be read from and written to.
getReadWriteChannel()
- Method in class au.com.prunge.jgenfile.impl.local.
LocalFileAccessor
getReference()
- Method in interface au.com.prunge.jgenfile.
CanGetItemFromRelativeReferenceOperation
Returns the reference of the item.
getReference()
- Method in interface au.com.prunge.jgenfile.
GetItemFromRelativeReferenceOperation
Returns the reference of the item.
getReference()
- Method in interface au.com.prunge.jgenfile.
CanGetItemFromAbsoluteReferenceOperation
Returns the reference of the item.
getReference()
- Method in interface au.com.prunge.jgenfile.
GetItemFromAbsoluteReferenceOperation
Returns the reference of the item.
getReference()
- Method in class au.com.prunge.jgenfile.impl.local.
LocalGetItemFromRelativeReferenceOperation
getReference()
- Method in class au.com.prunge.jgenfile.impl.local.
LocalGetItemFromAbsoluteReferenceOperation
getReference()
- Method in class au.com.prunge.jgenfile.impl.local.
LocalCanGetItemFromRelativeReferenceOperation
getReference()
- Method in class au.com.prunge.jgenfile.impl.local.
LocalCanGetItemFromAbsoluteReferenceOperation
getRelativePath()
- Method in interface au.com.prunge.jgenfile.
GetRelativePathOperation
Returns the relative path of the item.
getRelativePath()
- Method in class au.com.prunge.jgenfile.impl.local.
LocalGetRelativePathOperation
GetRelativePathOperation
- interface au.com.prunge.jgenfile.
GetRelativePathOperation
.
An operation that gets the relative path of an item.
getRoot()
- Method in interface au.com.prunge.jgenfile.
GetRootOperation
Returns the root item.
getRoot()
- Method in class au.com.prunge.jgenfile.impl.local.
LocalGetRootOperation
getRootName()
- Method in interface au.com.prunge.jgenfile.
GetRootOperation
Returns the name of the root to acquire.
getRootName()
- Method in class au.com.prunge.jgenfile.impl.local.
LocalGetRootOperation
GetRootOperation
- interface au.com.prunge.jgenfile.
GetRootOperation
.
An operation that acquires a root item with a specific name in a file system.
getRoots()
- Method in interface au.com.prunge.jgenfile.
GetRootsOperation
Returns a list of items which are the roots.
getRoots()
- Method in class au.com.prunge.jgenfile.impl.local.
LocalGetRootsOperation
getRootsIterator()
- Method in interface au.com.prunge.jgenfile.
GetRootsOperation
Returns an iterator that can iterate through the roots in the file system.
getRootsIterator()
- Method in class au.com.prunge.jgenfile.impl.local.
LocalGetRootsOperation
GetRootsOperation
- interface au.com.prunge.jgenfile.
GetRootsOperation
.
An operation that retrieves the roots of a file system.
getSizeInBytes()
- Method in interface au.com.prunge.jgenfile.
GetFileSizeOperation
Returns the size of the file in bytes, or -1 if the file size cannot be determined.
getSizeInBytes()
- Method in class au.com.prunge.jgenfile.impl.local.
LocalGetFileSizeOperation
getSubdirectory()
- Method in interface au.com.prunge.jgenfile.
CreateSubdirectoryOperation
Returns the newly created subdirectory.
getSubdirectory()
- Method in class au.com.prunge.jgenfile.impl.local.
LocalCreateSubdirectoryOperation
getSubdirectoryName()
- Method in interface au.com.prunge.jgenfile.
CreateSubdirectoryOperation
Returns the name of the subdirectory to create.
getSubdirectoryName()
- Method in class au.com.prunge.jgenfile.impl.local.
LocalCreateSubdirectoryOperation
getTargetItem()
- Method in interface au.com.prunge.jgenfile.
CreateLinkOperation
Returns the target item of the link.
getTargetItem()
- Method in class au.com.prunge.jgenfile.impl.
NullCreateLinkOperation
getToAncestor()
- Method in interface au.com.prunge.jgenfile.
GetRelativePathOperation
Returns the directory that will be the parent of the most distant ancestor in the path created by this operation.
getToAncestor()
- Method in interface au.com.prunge.jgenfile.
CanGetRelativePathOperation
Returns the directory that will be the most distant ancestor in the path created by this operation.
getToAncestor()
- Method in class au.com.prunge.jgenfile.impl.local.
LocalGetRelativePathOperation
getToAncestor()
- Method in class au.com.prunge.jgenfile.impl.local.
LocalCanGetRelativePathOperation
getUnclosedChannel()
- Method in class au.com.prunge.jgenfile.
OpenChannelException
Returns the channel that was not closed.
getUnderlyingChannel()
- Method in class au.com.prunge.jgenfile.impl.local.channels.
RandomAccessFileChannel
getUnderlyingChannel()
- Method in interface au.com.prunge.jgenfile.channels.
WrappedByteChannel
Returns the byte channel that this channel is wrapping.
getUrl()
- Method in class au.com.prunge.jgenfile.spi.
FileSystemProvider.Info
getValueClass()
- Method in class au.com.prunge.jgenfile.spi.
ResourceKey
getValueClass()
- Method in class au.com.prunge.jgenfile.spi.
ParameterKey
Returns the class of the data that would be returned for this key.
getValueClass()
- Method in class au.com.prunge.jgenfile.metadata.
ResourceMetadataKey
getValueClass()
- Method in interface au.com.prunge.jgenfile.metadata.
MetadataKey
Returns the class of the data that would be returned for this key.
getVersion()
- Method in class au.com.prunge.jgenfile.spi.
FileSystemProvider.Info
getWriteChannel()
- Method in interface au.com.prunge.jgenfile.
FileAccessor
Returns a byte channel that can be written to.
getWriteChannel()
- Method in class au.com.prunge.jgenfile.impl.local.
LocalFileAccessor
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
K
L
M
N
O
P
R
S
T
V
W