Package | Description |
---|---|
jfilesyslib |
This package contains the FileSystem and the FullFileSystem interface.
|
jfilesyslib.data |
This package contains data classes which are being used to transfer data between the driver and your file system.
|
jfilesyslib.filesystems |
This package contains some demo file systems, which may be used by you.
|
Modifier and Type | Method and Description |
---|---|
abstract WindowsAttributes |
FullFileSystem.getWindowsAttributes(java.lang.String path) |
WindowsAttributes |
FileSystem.getWindowsAttributes(java.lang.String path)
Returns the windows attributes.
|
Modifier and Type | Method and Description |
---|---|
abstract void |
FullFileSystem.setWindowsAttributes(java.lang.String path,
WindowsAttributes windowsAttributes) |
void |
FileSystem.setWindowsAttributes(java.lang.String path,
WindowsAttributes windowsAttributes)
Sets the windows attributes.
|
Modifier and Type | Field and Description |
---|---|
static WindowsAttributes |
WindowsAttributes.DefaultWindowsAttributes
The default windows attributes
|
static WindowsAttributes |
WindowsAttributes.ReadOnlyWindowsAttributes
The default windows attributes with the read only flag set
|
Modifier and Type | Method and Description |
---|---|
WindowsAttributes |
MergeDirectlyFs.getWindowsAttributes(java.lang.String path) |
WindowsAttributes |
LoggingFs.getWindowsAttributes(java.lang.String path) |
WindowsAttributes |
ExtendedSupportFs.getWindowsAttributes(java.lang.String path) |
WindowsAttributes |
CachingFs.getWindowsAttributes(java.lang.String path) |
Modifier and Type | Method and Description |
---|---|
void |
MergeDirectlyFs.setWindowsAttributes(java.lang.String path,
WindowsAttributes windowsAttributes) |
void |
LoggingFs.setWindowsAttributes(java.lang.String path,
WindowsAttributes windowsAttributes) |
void |
ExtendedSupportFs.setWindowsAttributes(java.lang.String path,
WindowsAttributes windowsAttributes) |
void |
CachingFs.setWindowsAttributes(java.lang.String path,
WindowsAttributes windowsAttributes) |