Package | Description |
---|---|
org.waarp.common.command |
Global classes that store all informations on implemented commands, arguments, reply codes.
|
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 | Method and Description |
---|---|
SessionInterface |
CommandInterface.getSession() |
Modifier and Type | Method and Description |
---|---|
void |
CommandInterface.setArgs(SessionInterface session,
String command,
String arg,
Enum code)
Set the Command from the args
|
Modifier and Type | Field and Description |
---|---|
protected SessionInterface |
AbstractDir.session
SessionInterface
|
Modifier and Type | Method and Description |
---|---|
SessionInterface |
DirInterface.getSession() |
protected SessionInterface |
Restart.getSession() |
SessionInterface |
AuthInterface.getSession() |
SessionInterface |
AbstractDir.getSession() |
SessionInterface |
FileInterface.getSession() |
Constructor and Description |
---|
Restart(SessionInterface session)
Default constructor
|
Modifier and Type | Field and Description |
---|---|
protected SessionInterface |
FilesystemBasedFileImpl.session
SessionInterface
|
protected SessionInterface |
FilesystemBasedAuthImpl.session
SessionInterface
|
Modifier and Type | Method and Description |
---|---|
SessionInterface |
FilesystemBasedFileImpl.getSession() |
SessionInterface |
FilesystemBasedAuthImpl.getSession() |
Constructor and Description |
---|
FilesystemBasedAuthImpl(SessionInterface session) |
FilesystemBasedDirImpl(SessionInterface session,
OptsMLSxInterface optsMLSx) |
FilesystemBasedFileImpl(SessionInterface session,
FilesystemBasedDirImpl dir,
String path)
Special constructor for possibly external file
|
FilesystemBasedFileImpl(SessionInterface session,
FilesystemBasedDirImpl dir,
String path,
boolean append) |
FilesystemBasedRestartImpl(SessionInterface session) |
Modifier and Type | Field and Description |
---|---|
protected SessionInterface |
PassthroughBasedFileImpl.session
SessionInterface
|
Modifier and Type | Method and Description |
---|---|
SessionInterface |
PassthroughBasedFileImpl.getSession() |
Constructor and Description |
---|
PassthroughBasedAuthImpl(SessionInterface session) |
PassthroughBasedDirImpl(SessionInterface session,
OptsMLSxInterface optsMLSx) |
PassthroughBasedFileImpl(SessionInterface session,
PassthroughBasedDirImpl dir,
String path,
boolean append) |
PassthroughBasedRestartImpl(SessionInterface session) |
Copyright © 2009–2019 Waarp. All rights reserved.