Interface FileSystemAccessor
- All Known Subinterfaces:
FileSystemAccessor.FileSystemProperty
public interface FileSystemAccessor
Provides an accessor for a
FileSystem property.-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceProvides a mutator for aFileSystemproperty.static interfaceProvides aFileSystemproperty. -
Method Summary
Modifier and TypeMethodDescriptionGets the file system stored by this property.
-
Method Details
-
getFileSystem
FileSystem getFileSystem()Gets the file system stored by this property.- Returns:
- The file system stored by this property.
-