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
R
RandomAccessByteChannel
- interface au.com.prunge.jgenfile.channels.
RandomAccessByteChannel
.
A channel that can read and write bytes and has random access.
RandomAccessChannel
- interface au.com.prunge.jgenfile.channels.
RandomAccessChannel
.
Interface for a channel that supports random access to its data.
RandomAccessFileChannel
- class au.com.prunge.jgenfile.impl.local.channels.
RandomAccessFileChannel
.
A wrapper for a file channel that implements the random access set of interfaces of JGenFile.
RandomAccessFileChannel(FileChannel)
- Constructor for class au.com.prunge.jgenfile.impl.local.channels.
RandomAccessFileChannel
Constructs a
RandomAccessFileChannel
.
RandomAccessReadableByteChannel
- interface au.com.prunge.jgenfile.channels.
RandomAccessReadableByteChannel
.
A channel that can read bytes and has random access.
RandomAccessWritableByteChannel
- interface au.com.prunge.jgenfile.channels.
RandomAccessWritableByteChannel
.
A channel that can write bytes and has random access.
READ_ONLY
- Static variable in interface au.com.prunge.jgenfile.metadata.
CommonKeys
A key for checking or setting whether a file is read-only.
read(ByteBuffer)
- Method in class au.com.prunge.jgenfile.impl.local.channels.
RandomAccessFileChannel
read(ByteBuffer[])
- Method in class au.com.prunge.jgenfile.impl.local.channels.
RandomAccessFileChannel
read(ByteBuffer[], int, int)
- Method in class au.com.prunge.jgenfile.impl.local.channels.
RandomAccessFileChannel
read(ByteBuffer, long)
- Method in class au.com.prunge.jgenfile.impl.local.channels.
RandomAccessFileChannel
recursiveDelete(File, Set)
- Method in class au.com.prunge.jgenfile.impl.local.
LocalDeleteItemOperation
Recursively deletes all children of this file and then the file itself.
RelativeItemReference
- class au.com.prunge.jgenfile.
RelativeItemReference
.
A relative item reference is an item reference where its most distant ancestor is not a root in the file system.
RelativeItemReference.ParentReference
- class au.com.prunge.jgenfile.
RelativeItemReference.ParentReference
.
A parent reference class which is the type of the PARENT_REFERENCE variable.
RelativeItemReference(List)
- Constructor for class au.com.prunge.jgenfile.
RelativeItemReference
Constructs a
RelativeItemReference
.
RelativePath
- interface au.com.prunge.jgenfile.
RelativePath
.
An extension of the path interface.
RelativePath.ParentItem
- class au.com.prunge.jgenfile.
RelativePath.ParentItem
.
A singleton class representing a parent type reference in the path.
remove(Object)
- Method in class au.com.prunge.jgenfile.
OperationHints
ResourceKey
- class au.com.prunge.jgenfile.spi.
ResourceKey
.
A key that uses resource bundles to get the key and description.
ResourceKey(String, String, Class)
- Constructor for class au.com.prunge.jgenfile.spi.
ResourceKey
Constructs a
ResourceKey
.
ResourceMetadataKey
- class au.com.prunge.jgenfile.metadata.
ResourceMetadataKey
.
A key that uses resource bundles to get the key and description.
ResourceMetadataKey(String, String, Class)
- Constructor for class au.com.prunge.jgenfile.metadata.
ResourceMetadataKey
Constructs a
ResourceMetadataKey
.
run()
- Method in interface au.com.prunge.jgenfile.
CreateFileOperation
Runs this operation.
run()
- Method in interface au.com.prunge.jgenfile.
GetRootOperation
Runs this operation.
run()
- Method in interface au.com.prunge.jgenfile.
CreateLinkOperation
Runs this operation.
run()
- Method in interface au.com.prunge.jgenfile.
GetParentOperation
Runs this operation.
run()
- Method in interface au.com.prunge.jgenfile.
GetRelativePathOperation
Runs this operation.
run()
- Method in interface au.com.prunge.jgenfile.
DeleteItemOperation
Runs this operation.
run()
- Method in interface au.com.prunge.jgenfile.
GetItemFromRelativeReferenceOperation
Runs this operation.
run()
- Method in interface au.com.prunge.jgenfile.
CloseFileAccessorOperation
Runs this operation.
run()
- Method in interface au.com.prunge.jgenfile.
SetNameOperation
Begins execution of this operation.
run()
- Method in interface au.com.prunge.jgenfile.
CreateSubdirectoryOperation
Runs this operation.
run()
- Method in interface au.com.prunge.jgenfile.
GetChildOperation
Runs this operation.
run()
- Method in interface au.com.prunge.jgenfile.
CopyItemOperation
Runs this operation.
run()
- Method in interface au.com.prunge.jgenfile.
GetItemFromAbsoluteReferenceOperation
Runs this operation.
run()
- Method in interface au.com.prunge.jgenfile.
Operation
Begins execution of this operation.
run()
- Method in class au.com.prunge.jgenfile.impl.
AbstractOperation
The run method calls runImpl() and provides functionality such as setting the last run exception on error and setting hasRun to true.
runImpl()
- Method in class au.com.prunge.jgenfile.impl.
NullSetFileSystemMetadataOperation
runImpl()
- Method in class au.com.prunge.jgenfile.impl.
NullGetFileSystemMetadataOperation
runImpl()
- Method in class au.com.prunge.jgenfile.impl.
NullCreateLinkOperation
runImpl()
- Method in class au.com.prunge.jgenfile.impl.
NullCloseFileSystemOperation
runImpl()
- Method in class au.com.prunge.jgenfile.impl.
DefaultCopyItemOperation
Deprecated.
runImpl()
- Method in class au.com.prunge.jgenfile.impl.
DefaultBatchOperation
runImpl()
- Method in class au.com.prunge.jgenfile.impl.
ConstantGetAllMetadataKeysOperation
runImpl()
- Method in class au.com.prunge.jgenfile.impl.
ConstantCanSetParentOperation
runImpl()
- Method in class au.com.prunge.jgenfile.impl.
ConstantCanSetNameOperation
runImpl()
- Method in class au.com.prunge.jgenfile.impl.
ConstantCanSetMetadataOperation
runImpl()
- Method in class au.com.prunge.jgenfile.impl.
ConstantCanSetFileSystemMetadataOperation
runImpl()
- Method in class au.com.prunge.jgenfile.impl.
ConstantCanGetRootsOperation
runImpl()
- Method in class au.com.prunge.jgenfile.impl.
ConstantCanGetParentOperation
runImpl()
- Method in class au.com.prunge.jgenfile.impl.
ConstantCanGetFileSystemMetadataOperation
runImpl()
- Method in class au.com.prunge.jgenfile.impl.
ConstantCanGetFileSizeOperation
runImpl()
- Method in class au.com.prunge.jgenfile.impl.
ConstantCanGetChildrenOperation
runImpl()
- Method in class au.com.prunge.jgenfile.impl.
ConstantCanGetAbsolutePathOperation
runImpl()
- Method in class au.com.prunge.jgenfile.impl.
ConstantCanDeleteItemOperation
runImpl()
- Method in class au.com.prunge.jgenfile.impl.
ConstantCanCreateSubdirectoryOperation
runImpl()
- Method in class au.com.prunge.jgenfile.impl.
ConstantCanCreateLinkOperation
runImpl()
- Method in class au.com.prunge.jgenfile.impl.
ConstantCanCreateFileOperation
runImpl()
- Method in class au.com.prunge.jgenfile.impl.
AbstractOperation
The actual run() implementation goes in this method.
runImpl()
- Method in class au.com.prunge.jgenfile.impl.local.
LocalSetParentOperation
runImpl()
- Method in class au.com.prunge.jgenfile.impl.local.
LocalSetNameOperation
Begins execution of this operation.
runImpl()
- Method in class au.com.prunge.jgenfile.impl.local.
LocalSetMetadataOperation
runImpl()
- Method in class au.com.prunge.jgenfile.impl.local.
LocalGetRootsOperation
runImpl()
- Method in class au.com.prunge.jgenfile.impl.local.
LocalGetRootOperation
runImpl()
- Method in class au.com.prunge.jgenfile.impl.local.
LocalGetRelativePathOperation
runImpl()
- Method in class au.com.prunge.jgenfile.impl.local.
LocalGetParentOperation
runImpl()
- Method in class au.com.prunge.jgenfile.impl.local.
LocalGetMetadataOperation
runImpl()
- Method in class au.com.prunge.jgenfile.impl.local.
LocalGetItemFromRelativeReferenceOperation
runImpl()
- Method in class au.com.prunge.jgenfile.impl.local.
LocalGetItemFromAbsoluteReferenceOperation
runImpl()
- Method in class au.com.prunge.jgenfile.impl.local.
LocalGetFileSizeOperation
runImpl()
- Method in class au.com.prunge.jgenfile.impl.local.
LocalGetFileAccessorOperation
runImpl()
- Method in class au.com.prunge.jgenfile.impl.local.
LocalGetChildrenOperation
runImpl()
- Method in class au.com.prunge.jgenfile.impl.local.
LocalGetChildOperation
runImpl()
- Method in class au.com.prunge.jgenfile.impl.local.
LocalGetAbsolutePathOperation
runImpl()
- Method in class au.com.prunge.jgenfile.impl.local.
LocalFastCopyItemOperation
runImpl()
- Method in class au.com.prunge.jgenfile.impl.local.
LocalDeleteItemOperation
runImpl()
- Method in class au.com.prunge.jgenfile.impl.local.
LocalCreateSubdirectoryOperation
runImpl()
- Method in class au.com.prunge.jgenfile.impl.local.
LocalCreateFileOperation
runImpl()
- Method in class au.com.prunge.jgenfile.impl.local.
LocalCloseFileAccessorOperation
runImpl()
- Method in class au.com.prunge.jgenfile.impl.local.
LocalCanGetRootsOperation
runImpl()
- Method in class au.com.prunge.jgenfile.impl.local.
LocalCanGetRelativePathOperation
runImpl()
- Method in class au.com.prunge.jgenfile.impl.local.
LocalCanGetMetadataOperation
runImpl()
- Method in class au.com.prunge.jgenfile.impl.local.
LocalCanGetItemFromRelativeReferenceOperation
runImpl()
- Method in class au.com.prunge.jgenfile.impl.local.
LocalCanGetItemFromAbsoluteReferenceOperation
runImpl()
- Method in class au.com.prunge.jgenfile.impl.local.
LocalCanGetFileAccessorOperation
runImpl()
- Method in class au.com.prunge.jgenfile.impl.local.
LocalCanGetChildOperation
runImpl()
- Method in class au.com.prunge.jgenfile.impl.local.
LocalCanCopyItemToDestinationOperation
runImpl()
- Method in class au.com.prunge.jgenfile.impl.local.
LocalCanCopyItemOperation
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