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
|
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 |
FileInterface.getSession() |
SessionInterface |
AbstractDir.getSession() |
protected SessionInterface |
Restart.getSession() |
SessionInterface |
DirInterface.getSession() |
SessionInterface |
AuthInterface.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) |
Copyright © 2009–2022 Waarp. All rights reserved.