public class Copy extends Object
Modifier and Type | Field and Description |
---|---|
static long |
mCopiedBytes |
static long |
mCopiedFiles |
static long |
mProcessedBytes |
static long |
mProcessedFiles |
Constructor and Description |
---|
Copy() |
Modifier and Type | Method and Description |
---|---|
void |
copyFiles(String fromPath,
String toPath)
Pull files from a remote location based on the Mimic configuration which applies to a given path.
|
static void |
main(String[] args)
Command-line interface.
|
void |
showHelp()
Show the help for the tool.
|
public static long mProcessedBytes
public static long mProcessedFiles
public static long mCopiedBytes
public static long mCopiedFiles
public static void main(String[] args)
args
- command-line arguments.public void showHelp()
public void copyFiles(String fromPath, String toPath)
fromPath
- the path to copy files from.toPath
- the path to where to copy to files to.IOException
- if unable to pull filesCopyright © 2014-2016 Regents University of California. All Rights Reserved.