-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/4195/
-----------------------------------------------------------

Review request for oodt, Chris Mattmann and Paul Ramirez.


Summary
-------

$ ./filemgr-client -h retrieveFilesById

** Action Help for 'retrieveFilesById' **
> DESCRIPTION:
 Retrieve a Product's files by Product ID

> USAGE:
 Required:
   -dest [--destination] <classpath>
   -op [--operation]
     -rfbyid [--retrieveFilesById] (required)
   -pid [--productId] <product-id>
   -trans [--transferer] <classpath>
   -u [--url] <url>
 Optional:

> EXAMPLES:
 - N/A


$ ./filemgr-client -h retrieveFilesByName

** Action Help for 'retrieveFilesByName' **
> DESCRIPTION:
 Retrieve a Product's files by Product name

> USAGE:
 Required:
   -dest [--destination] <classpath>
   -op [--operation]
     -rfbyn [--retrieveFilesByName] (required)
   -pn [--productName] <product-name>
   -trans [--transferer] <classpath>
   -u [--url] <url>
 Optional:

> EXAMPLES:
 - N/A


This addresses bug OODT-84.
    https://issues.apache.org/jira/browse/OODT-84


Diffs
-----

  
trunk/filemgr/src/main/java/org/apache/oodt/cas/filemgr/datatransfer/LocalDataTransferer.java
 1297159 
  
trunk/filemgr/src/main/java/org/apache/oodt/cas/filemgr/datatransfer/InPlaceDataTransferer.java
 1297159 
  
trunk/filemgr/src/main/java/org/apache/oodt/cas/filemgr/datatransfer/DataTransfer.java
 1297159 
  
trunk/filemgr/src/main/java/org/apache/oodt/cas/filemgr/cli/action/RetrieveFilesCliAction.java
 PRE-CREATION 
  
trunk/filemgr/src/main/java/org/apache/oodt/cas/filemgr/datatransfer/RemoteDataTransferer.java
 1297159 
  
trunk/filemgr/src/main/java/org/apache/oodt/cas/filemgr/system/XmlRpcFileManager.java
 1297159 
  
trunk/filemgr/src/main/java/org/apache/oodt/cas/filemgr/system/XmlRpcFileManagerClient.java
 1297159 
  trunk/filemgr/src/main/resources/cmd-line-actions.xml 1297159 
  trunk/filemgr/src/main/resources/cmd-line-options.xml 1297159 
  
trunk/filemgr/src/test/org/apache/oodt/cas/filemgr/cli/TestFileManagerCli.java 
1297159 
  
trunk/filemgr/src/test/org/apache/oodt/cas/filemgr/system/MockXmlRpcFileManagerClient.java
 1297159 

Diff: https://reviews.apache.org/r/4195/diff


Testing
-------

Added unit-tests


Thanks,

brian

Reply via email to