Uses of Interface
au.com.prunge.jgenfile.GetFileSystemMetadataOperation

Packages that use GetFileSystemMetadataOperation
au.com.prunge.jgenfile JGenFile is a set of interfaces designed for working with various file systems in Java, providing a much more powerful alternative to using java.io.File objects. 
au.com.prunge.jgenfile.impl   
au.com.prunge.jgenfile.impl.local   
 

Uses of GetFileSystemMetadataOperation in au.com.prunge.jgenfile
 

Methods in au.com.prunge.jgenfile that return GetFileSystemMetadataOperation
 au.com.prunge.jgenfile.GetFileSystemMetadataOperation FileSystem.createGetMetadataOperation(Set metadataKeySet)
          Creates an operation that acquires the specified metadata.
 au.com.prunge.jgenfile.GetFileSystemMetadataOperation FileSystem.createGetAllMetadataOperation()
          Creates an operation that acquires all available metadata for this file system.
 

Uses of GetFileSystemMetadataOperation in au.com.prunge.jgenfile.impl
 

Classes in au.com.prunge.jgenfile.impl that implement GetFileSystemMetadataOperation
 class NullGetFileSystemMetadataOperation
          A get file system metadata operation that does nothing.
 

Uses of GetFileSystemMetadataOperation in au.com.prunge.jgenfile.impl.local
 

Methods in au.com.prunge.jgenfile.impl.local that return GetFileSystemMetadataOperation
 au.com.prunge.jgenfile.GetFileSystemMetadataOperation LocalFileSystem.createGetAllMetadataOperation()
           
 au.com.prunge.jgenfile.GetFileSystemMetadataOperation LocalFileSystem.createGetMetadataOperation(Set metadataKeySet)