public class CopyMode extends Object implements ProcessingMode
Constructor and Description |
---|
CopyMode() |
Modifier and Type | Method and Description |
---|---|
TableConsumer |
createConsumer(Environment env)
Creates a TableConsumer, deriving any additional required
configuration from a given environment.
|
static TableConsumer |
createConsumer(Environment env,
String loc,
String fmt)
Creates a TableConsumer which writes to a given location.
|
Parameter<?>[] |
getAssociatedParameters()
Returns a list of any parameters which are associated with this mode.
|
String |
getDescription()
Returns a textual description of this processing mode.
|
public Parameter<?>[] getAssociatedParameters()
ProcessingMode
getAssociatedParameters
in interface ProcessingMode
public String getDescription()
ProcessingMode
getDescription
in interface ProcessingMode
public TableConsumer createConsumer(Environment env) throws TaskException
ProcessingMode
createConsumer
in interface ProcessingMode
env
- execution environmentTaskException
public static TableConsumer createConsumer(Environment env, String loc, String fmt) throws UsageException
env
- execution environmentloc
- location of outputfmt
- output format nameUsageException
Copyright © 2024 Central Laboratory of the Research Councils. All Rights Reserved.