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