Skip to content
Snippets Groups Projects
Commit 3bc7ba17 authored by felmer's avatar felmer
Browse files

SE-246 Javadoc added

SVN: 15960
parent 0d6bb236
No related branches found
No related tags found
No related merge requests found
......@@ -277,6 +277,12 @@ class MsInjectionCopier implements Serializable, IPostRegistrationDatasetHandler
{
}
/**
* Copies specified data file/folder to destination specified in constructor. The name of the
* file/folder at the destination is defined as
* <code>&lt;sample code&gt;_&lt;data set type code&gt;</code> where sample code is provided by
* the parameter bindings (key: data set code).
*/
public Status handle(File originalData, DataSetInformation dataSetInformation,
Map<String, String> parameterBindings)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment