You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@oodt.apache.org by "Brian Foster (Updated) (JIRA)" <ji...@apache.org> on 2012/03/06 08:59:00 UTC

[jira] [Updated] (OODT-84) Ability for File Manager to stage an ingested Product to one of its clients

     [ https://issues.apache.org/jira/browse/OODT-84?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brian Foster updated OODT-84:
-----------------------------

    Attachment: OODT-84.2012-03-05.patch.txt

- attached patch
                
> Ability for File Manager to stage an ingested Product to one of its clients
> ---------------------------------------------------------------------------
>
>                 Key: OODT-84
>                 URL: https://issues.apache.org/jira/browse/OODT-84
>             Project: OODT
>          Issue Type: New Feature
>          Components: file manager
>    Affects Versions: 0.1-incubating
>         Environment: none
>            Reporter: Brian Foster
>            Assignee: Brian Foster
>            Priority: Minor
>             Fix For: 0.4
>
>         Attachments: OODT-84.2012-03-05.patch.txt
>
>
> - This patch will introduce the following method to DataTransfer:
> {noformat}
> 	/**
> 	 * Requires that the data store reference be set, nothing else is used
> 	 * @param product The product whose data store reference will be copied
> 	 * @param directory The directory where the data store reference will be copied to
> 	 * @throws DataTransferException
> 	 *             If a general error occurs during the transfer.
> 	 * @throws IOException
> 	 *             If there is an IO error when performing the transfer.
> 	 */
> 	public void copyProduct(Product product, File directory) throws DataTransferException,
> 			IOException;
> {noformat}
> - There will also be a new File Manager client command line option introduced:
> {noformat}
>        --copyProduct (--productId <id> | --productName <name>) --destPath <directory> [--transferer <factory-class>]
> {noformat}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira