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 | Method and Description |
---|---|
Restart |
SessionInterface.getRestart() |
Modifier and Type | Method and Description |
---|---|
boolean |
AbstractFile.restartMarker(Restart restart) |
boolean |
FileInterface.restartMarker(Restart restart)
Restart from a Marker for the current FileInterface if any.
|
Modifier and Type | Class and Description |
---|---|
class |
FilesystemBasedRestartImpl
Restart implementation for Filesystem Based
|
Modifier and Type | Class and Description |
---|---|
class |
PassthroughBasedRestartImpl
Restart implementation for Passthrough Based
|
Copyright © 2009–2019 Waarp. All rights reserved.