public class DDSRepositoryFetcher
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static void |
fetch(java.lang.String baseUrl,
java.io.File backupsDir,
java.lang.String instanceName)
Download all collections of repository and write to disk.
|
static void |
main(java.lang.String[] args)
The main program for the DDSRepositoryFetcher class
|
public static void fetch(java.lang.String baseUrl,
java.io.File backupsDir,
java.lang.String instanceName)
baseUrl - DDS webservice baseUrlbackupsDir - Destination repository to be writteninstanceName - name of repository used to name disk filespublic static void main(java.lang.String[] args)
throws java.lang.Exception
args - The command line argumentsjava.lang.Exception - NOT YET DOCUMENTED