| Package | Description |
|---|---|
| jfilesyslib |
This package contains the FileSystem and the FullFileSystem interface.
|
| jfilesyslib.filesystems |
This package contains some demo file systems, which may be used by you.
|
| Modifier and Type | Method and Description |
|---|---|
ExtendedAttribute |
FileSystem.getExtendedAttribute(java.lang.String path,
java.lang.String name)
Returns one specific extended attribute.
|
| Modifier and Type | Method and Description |
|---|---|
abstract java.lang.Iterable<ExtendedAttribute> |
FullFileSystem.listExtendedAttributes(java.lang.String path) |
java.lang.Iterable<ExtendedAttribute> |
FileSystem.listExtendedAttributes(java.lang.String path)
Lists the extended attributes of a path.
|
| Modifier and Type | Method and Description |
|---|---|
abstract void |
FullFileSystem.setExtendedAttribute(java.lang.String path,
ExtendedAttribute attribute) |
void |
FileSystem.setExtendedAttribute(java.lang.String path,
ExtendedAttribute attribute)
Sets or adds extended attribute.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Iterable<ExtendedAttribute> |
MergeDirectlyFs.listExtendedAttributes(java.lang.String path) |
java.lang.Iterable<ExtendedAttribute> |
LoggingFs.listExtendedAttributes(java.lang.String path) |
java.lang.Iterable<ExtendedAttribute> |
ExtendedSupportFs.listExtendedAttributes(java.lang.String path) |
java.lang.Iterable<ExtendedAttribute> |
CachingFs.listExtendedAttributes(java.lang.String path) |
| Modifier and Type | Method and Description |
|---|---|
void |
MergeDirectlyFs.setExtendedAttribute(java.lang.String path,
ExtendedAttribute attribute) |
void |
LoggingFs.setExtendedAttribute(java.lang.String path,
ExtendedAttribute attribute) |
void |
ExtendedSupportFs.setExtendedAttribute(java.lang.String path,
ExtendedAttribute attribute) |
void |
CachingFs.setExtendedAttribute(java.lang.String path,
ExtendedAttribute attribute) |