Package | Description |
---|---|
org.waarp.common.file |
Classes implementing File, Directory, Authentication and Session Interfaces
|
org.waarp.common.file.filesystembased |
Classes implementing FileInterface and Directory according to a filesystem implementation
|
org.waarp.common.file.passthrough |
Classes implementing FileInterface and Directory according to a pass through implementation (no
storage since data are just pass through this interface)
|
Modifier and Type | Field and Description |
---|---|
protected OptsMLSxInterface |
AbstractDir.optsMLSx
Opts command for MLSx. (-1) means not supported, 0 supported but not active, 1 supported and
active
|
Modifier and Type | Method and Description |
---|---|
OptsMLSxInterface |
DirInterface.getOptsMLSx() |
OptsMLSxInterface |
AbstractDir.getOptsMLSx() |
Modifier and Type | Class and Description |
---|---|
class |
FilesystemBasedOptsMLSxImpl
Class that implements Opts command for MLSx operations. (-1) means not supported, 0 supported but
not active, 1 supported and active
|
Constructor and Description |
---|
FilesystemBasedDirImpl(SessionInterface session,
OptsMLSxInterface optsMLSx) |
Modifier and Type | Class and Description |
---|---|
class |
PassthroughBasedOptsMLSxImpl
Class that implements Opts command for MLSx operations. (-1) means not supported, 0 supported but
not active, 1 supported and active
|
Constructor and Description |
---|
PassthroughBasedDirImpl(SessionInterface session,
OptsMLSxInterface optsMLSx) |
Copyright © 2009–2019 Waarp. All rights reserved.