public class Pull extends Object
Modifier and Type | Field and Description |
---|---|
static long |
mProcessedBytes |
static long |
mProcessedFiles |
static long |
mRemovedBytes |
static long |
mRemovedFiles |
static long |
mTransferredBytes |
static long |
mTransferredFiles |
Constructor and Description |
---|
Pull() |
Modifier and Type | Method and Description |
---|---|
static void |
main(String[] args)
Command-line interface.
|
void |
pullFiles(String path)
Pull files from a remote location based on the Mimic configuration.
|
void |
pullFiles(String path,
String name)
Pull files from a remote location based on the Mimic configuration which applies to a given path.
|
void |
showHelp()
Show the help for the tool.
|
public static long mProcessedBytes
public static long mProcessedFiles
public static long mTransferredBytes
public static long mTransferredFiles
public static long mRemovedFiles
public static long mRemovedBytes
public static void main(String[] args)
args
- command-line arguments.public void showHelp()
public void pullFiles(String path) throws IOException
path
- a path within a Mimic managed collection.IOException
- if unable to pull filespublic void pullFiles(String path, String name)
path
- a path within a Mimic managed collection.name
- the tag name of the pull to perform.IOException
- if unable to pull filesCopyright © 2014-2016 Regents University of California. All Rights Reserved.