| Interface | Description |
|---|---|
| UWSBackupManager |
Let's saving and restoring the whole UWS.
|
| Class | Description |
|---|---|
| DefaultUWSBackupManager |
Default implementation of the interface
UWSBackupManager. |
| DefaultUWSBackupManager.JSONArrayReader |
Lets reading a JSON array from a
JSONTokener (that's to directly from a file)
as an iterator which returns all items which MUST BE JSONObjects. |
| DefaultUWSBackupManager.JSONObjectReader |
Lets reading a JSON object from a
JSONTokener (that's to say directly from a file),
as an iterator which returns all the keys. |
| DefaultUWSBackupManager.SingleInputIterator |
An iterator of input streams with ONLY ONE input stream.
|