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

L

Link - interface au.com.prunge.jgenfile.Link.
The representation of a symbolic link or shortcut in a file system.
LinkOperation - interface au.com.prunge.jgenfile.LinkOperation.
An operation that operates on a link.
LocalCanCopyItemOperation - class au.com.prunge.jgenfile.impl.local.LocalCanCopyItemOperation.
An operation that tests whether a local item can be copied.
LocalCanCopyItemOperation(LocalItem) - Constructor for class au.com.prunge.jgenfile.impl.local.LocalCanCopyItemOperation
Constructs a LocalCanCopyItemOperation.
LocalCanCopyItemToDestinationOperation - class au.com.prunge.jgenfile.impl.local.LocalCanCopyItemToDestinationOperation.
An operation that tests whether an item can be copied into a specified destination directory.
LocalCanCopyItemToDestinationOperation(LocalItem, Directory, String) - Constructor for class au.com.prunge.jgenfile.impl.local.LocalCanCopyItemToDestinationOperation
Constructs a LocalCanCopyItemToDestinationOperation.
LocalCanGetChildOperation - class au.com.prunge.jgenfile.impl.local.LocalCanGetChildOperation.
A local implementation of the can get child operation.
LocalCanGetChildOperation(LocalDirectory, String) - Constructor for class au.com.prunge.jgenfile.impl.local.LocalCanGetChildOperation
Constructs a LocalCanGetChildOperation.
LocalCanGetFileAccessorOperation - class au.com.prunge.jgenfile.impl.local.LocalCanGetFileAccessorOperation.
An operation that tests whether a file accessor can be created to get access to a local file's contents.
LocalCanGetFileAccessorOperation(LocalFile, FileAccessorOptions) - Constructor for class au.com.prunge.jgenfile.impl.local.LocalCanGetFileAccessorOperation
Constructs a LocalCanGetFileAccessorOperation.
LocalCanGetItemFromAbsoluteReferenceOperation - class au.com.prunge.jgenfile.impl.local.LocalCanGetItemFromAbsoluteReferenceOperation.
An operation that tests whether an item object can be created in the local file system from an absolute reference.
LocalCanGetItemFromAbsoluteReferenceOperation(FileSystem, AbsoluteItemReference) - Constructor for class au.com.prunge.jgenfile.impl.local.LocalCanGetItemFromAbsoluteReferenceOperation
Constructs a LocalCanGetItemFromAbsoluteReferenceOperation.
LocalCanGetItemFromRelativeReferenceOperation - class au.com.prunge.jgenfile.impl.local.LocalCanGetItemFromRelativeReferenceOperation.
An operation that tests whether an item can be created from a relative reference on the local file system.
LocalCanGetItemFromRelativeReferenceOperation(LocalDirectory, RelativeItemReference) - Constructor for class au.com.prunge.jgenfile.impl.local.LocalCanGetItemFromRelativeReferenceOperation
Constructs a LocalCanGetItemFromRelativeReferenceOperation.
LocalCanGetMetadataOperation - class au.com.prunge.jgenfile.impl.local.LocalCanGetMetadataOperation.
An operation that tests whether certain metadata may be acquired for a local item.
LocalCanGetMetadataOperation(LocalItem, Set) - Constructor for class au.com.prunge.jgenfile.impl.local.LocalCanGetMetadataOperation
Constructs a LocalCanGetMetadataOperation.
LocalCanGetRelativePathOperation - class au.com.prunge.jgenfile.impl.local.LocalCanGetRelativePathOperation.
An operation that tests whether a relative path can be constructed for an item.
LocalCanGetRelativePathOperation(LocalItem, Directory) - Constructor for class au.com.prunge.jgenfile.impl.local.LocalCanGetRelativePathOperation
Constructs a LocalCanGetRelativePathOperation.
LocalCanGetRootsOperation - class au.com.prunge.jgenfile.impl.local.LocalCanGetRootsOperation.
An operation that checks whether roots can be acquired from the local file system.
LocalCanGetRootsOperation(FileSystem) - Constructor for class au.com.prunge.jgenfile.impl.local.LocalCanGetRootsOperation
Constructs a LocalCanGetRootsOperation.
LocalCloseFileAccessorOperation - class au.com.prunge.jgenfile.impl.local.LocalCloseFileAccessorOperation.
An operation that closes a local file accessor.
LocalCloseFileAccessorOperation(LocalFileAccessor) - Constructor for class au.com.prunge.jgenfile.impl.local.LocalCloseFileAccessorOperation
Constructs a LocalCloseFileAccessorOperation.
LocalCreateFileOperation - class au.com.prunge.jgenfile.impl.local.LocalCreateFileOperation.
An operation that creates a new empty file in a local directory.
LocalCreateFileOperation(LocalDirectory, String) - Constructor for class au.com.prunge.jgenfile.impl.local.LocalCreateFileOperation
Constructs a LocalCreateFileOperation.
LocalCreateSubdirectoryOperation - class au.com.prunge.jgenfile.impl.local.LocalCreateSubdirectoryOperation.
An operation that creates a subdirectory inside a local directory.
LocalCreateSubdirectoryOperation(LocalDirectory, String) - Constructor for class au.com.prunge.jgenfile.impl.local.LocalCreateSubdirectoryOperation
Constructs a LocalCreateSubdirectoryOperation.
LocalDeleteItemOperation - class au.com.prunge.jgenfile.impl.local.LocalDeleteItemOperation.
An operation that deletes an item on the local file system.
LocalDeleteItemOperation(LocalItem) - Constructor for class au.com.prunge.jgenfile.impl.local.LocalDeleteItemOperation
Constructs a LocalDeleteItemOperation.
LocalDirectory - class au.com.prunge.jgenfile.impl.local.LocalDirectory.
A directory in the local file system.
LocalDirectory(FileSystem, File) - Constructor for class au.com.prunge.jgenfile.impl.local.LocalDirectory
Constructs a LocalDirectory.
LocalDirectory(FileSystem, File, boolean) - Constructor for class au.com.prunge.jgenfile.impl.local.LocalDirectory
Constructs a LocalDirectory.
LocalFastCopyItemOperation - class au.com.prunge.jgenfile.impl.local.LocalFastCopyItemOperation.
An operation that copies a local item using FileChannel.transferTo.
LocalFastCopyItemOperation(LocalItem, Directory) - Constructor for class au.com.prunge.jgenfile.impl.local.LocalFastCopyItemOperation
Constructs a LocalFastCopyItemOperation.
LocalFastCopyItemOperation(LocalItem, Directory, String) - Constructor for class au.com.prunge.jgenfile.impl.local.LocalFastCopyItemOperation
Constructs a LocalFastCopyItemOperation.
LocalFile - class au.com.prunge.jgenfile.impl.local.LocalFile.
A file in the local file system.
LocalFile(FileSystem, File) - Constructor for class au.com.prunge.jgenfile.impl.local.LocalFile
Constructs a LocalFile.
LocalFileAccessor - class au.com.prunge.jgenfile.impl.local.LocalFileAccessor.
A file accessor for files on the local file system.
LocalFileAccessor(LocalFile, FileAccessorOptions) - Constructor for class au.com.prunge.jgenfile.impl.local.LocalFileAccessor
Constructs a LocalFileAccessor.
LocalFileSystem - class au.com.prunge.jgenfile.impl.local.LocalFileSystem.
A local file system uses the java.io.File class to access files existing on the local machine.
LocalFileSystem() - Constructor for class au.com.prunge.jgenfile.impl.local.LocalFileSystem
Constructs a LocalFileSystem.
LocalFileSystemProvider - class au.com.prunge.jgenfile.impl.local.spi.LocalFileSystemProvider.
The provider for the local file system.
LocalFileSystemProvider() - Constructor for class au.com.prunge.jgenfile.impl.local.spi.LocalFileSystemProvider
Constructs a LocalFileSystemProvider.
LocalGetAbsolutePathOperation - class au.com.prunge.jgenfile.impl.local.LocalGetAbsolutePathOperation.
An operation that gets the absolute path of a local item.
LocalGetAbsolutePathOperation(LocalItem) - Constructor for class au.com.prunge.jgenfile.impl.local.LocalGetAbsolutePathOperation
Constructs a LocalGetAbsolutePathOperation.
LocalGetChildOperation - class au.com.prunge.jgenfile.impl.local.LocalGetChildOperation.
An operation that makes an item from the name of a child in a local directory.
LocalGetChildOperation(LocalDirectory, String) - Constructor for class au.com.prunge.jgenfile.impl.local.LocalGetChildOperation
Constructs a LocalGetChildOperation.
LocalGetChildrenOperation - class au.com.prunge.jgenfile.impl.local.LocalGetChildrenOperation.
An operation to get all the children in a directory.
LocalGetChildrenOperation(LocalDirectory) - Constructor for class au.com.prunge.jgenfile.impl.local.LocalGetChildrenOperation
Constructs a LocalGetChildrenOperation.
LocalGetFileAccessorOperation - class au.com.prunge.jgenfile.impl.local.LocalGetFileAccessorOperation.
An operation that obtains a file accessor for a local file.
LocalGetFileAccessorOperation(LocalFile, FileAccessorOptions) - Constructor for class au.com.prunge.jgenfile.impl.local.LocalGetFileAccessorOperation
Constructs a LocalGetFileAccessorOperation.
LocalGetFileSizeOperation - class au.com.prunge.jgenfile.impl.local.LocalGetFileSizeOperation.
An operation that acquires the size of a file in the local file system.
LocalGetFileSizeOperation(LocalFile) - Constructor for class au.com.prunge.jgenfile.impl.local.LocalGetFileSizeOperation
Constructs a LocalGetFileSizeOperation.
LocalGetItemFromAbsoluteReferenceOperation - class au.com.prunge.jgenfile.impl.local.LocalGetItemFromAbsoluteReferenceOperation.
An operation that creates an item object in the local file system from an absolute reference.
LocalGetItemFromAbsoluteReferenceOperation(FileSystem, AbsoluteItemReference) - Constructor for class au.com.prunge.jgenfile.impl.local.LocalGetItemFromAbsoluteReferenceOperation
Constructs a LocalGetItemFromAbsoluteReferenceOperation.
LocalGetItemFromRelativeReferenceOperation - class au.com.prunge.jgenfile.impl.local.LocalGetItemFromRelativeReferenceOperation.
An operation that gets an item from a relative reference on the local file system.
LocalGetItemFromRelativeReferenceOperation(LocalDirectory, RelativeItemReference) - Constructor for class au.com.prunge.jgenfile.impl.local.LocalGetItemFromRelativeReferenceOperation
Constructs a LocalGetItemFromRelativeReferenceOperation.
LocalGetMetadataOperation - class au.com.prunge.jgenfile.impl.local.LocalGetMetadataOperation.
An operation that gets metadata for a local file.
LocalGetMetadataOperation(LocalItem, Set) - Constructor for class au.com.prunge.jgenfile.impl.local.LocalGetMetadataOperation
Constructs a LocalGetMetadataOperation.
LocalGetParentOperation - class au.com.prunge.jgenfile.impl.local.LocalGetParentOperation.
An operation that gets the parent item of another item in the local file system.
LocalGetParentOperation(LocalItem) - Constructor for class au.com.prunge.jgenfile.impl.local.LocalGetParentOperation
Constructs a LocalGetParentOperation.
LocalGetRelativePathOperation - class au.com.prunge.jgenfile.impl.local.LocalGetRelativePathOperation.
An operation that gets the relative path of a local item.
LocalGetRelativePathOperation(LocalItem, Directory) - Constructor for class au.com.prunge.jgenfile.impl.local.LocalGetRelativePathOperation
Constructs a LocalGetRelativePathOperation.
LocalGetRootOperation - class au.com.prunge.jgenfile.impl.local.LocalGetRootOperation.
An implemementation of the get root operation.
LocalGetRootOperation(LocalFileSystem, String) - Constructor for class au.com.prunge.jgenfile.impl.local.LocalGetRootOperation
Constructs a LocalGetRootOperation.
LocalGetRootsOperation - class au.com.prunge.jgenfile.impl.local.LocalGetRootsOperation.
An operation that gets all the roots on the local file system.
LocalGetRootsOperation(FileSystem) - Constructor for class au.com.prunge.jgenfile.impl.local.LocalGetRootsOperation
Constructs a LocalGetRootsOperation.
LocalItem - class au.com.prunge.jgenfile.impl.local.LocalItem.
An item in the local file system.
LocalItem(FileSystem, File) - Constructor for class au.com.prunge.jgenfile.impl.local.LocalItem
Constructs a LocalItem that is not a root.
LocalItem(FileSystem, File, boolean) - Constructor for class au.com.prunge.jgenfile.impl.local.LocalItem
Constructs a LocalItem.
LocalSetMetadataOperation - class au.com.prunge.jgenfile.impl.local.LocalSetMetadataOperation.
An operation that sets elements of metadata for local items.
LocalSetMetadataOperation(LocalItem, Map) - Constructor for class au.com.prunge.jgenfile.impl.local.LocalSetMetadataOperation
Constructs a LocalSetMetadataOperation.
LocalSetNameOperation - class au.com.prunge.jgenfile.impl.local.LocalSetNameOperation.
An operation that sets the name of a local item.
LocalSetNameOperation(LocalItem, String) - Constructor for class au.com.prunge.jgenfile.impl.local.LocalSetNameOperation
Constructs a LocalSetNameOperation.
LocalSetParentOperation - class au.com.prunge.jgenfile.impl.local.LocalSetParentOperation.
An operation that sets the parent of a local item.
LocalSetParentOperation(LocalItem, Directory) - Constructor for class au.com.prunge.jgenfile.impl.local.LocalSetParentOperation
Constructs a LocalSetParentOperation.
lock() - Method in class au.com.prunge.jgenfile.impl.local.channels.RandomAccessFileChannel
 
lock(long, long, boolean) - Method in class au.com.prunge.jgenfile.impl.local.channels.RandomAccessFileChannel
 
LOGIN_KEY - Static variable in class au.com.prunge.jgenfile.spi.ParameterKey
A key that represents a login or user name.

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