public class ImporterCommandBuilder extends OmeCliCommandBuilder
config| Constructor and Description |
|---|
ImporterCommandBuilder(OmeCliConfigSource config,
ImportInput importArgs,
java.nio.file.Path importPath,
util.runtime.CommandBuilder niceCommand)
Creates a new instance to build a command line from the given data.
|
| Modifier and Type | Method and Description |
|---|---|
protected util.runtime.CommandBuilder |
assembleArguments(util.runtime.jvm.JvmCmdBuilder java) |
protected java.lang.String |
commandName() |
java.lang.String |
toString() |
arg, assembleCommand, jarFile, optionalArg, tokenspublic ImporterCommandBuilder(OmeCliConfigSource config, ImportInput importArgs, java.nio.file.Path importPath, util.runtime.CommandBuilder niceCommand)
config - configuration for the OMERO CLI commands.importArgs - details what to import.importPath - file or directory to import.niceCommand - "nice" command to set process priority.java.lang.NullPointerException - if any argument is null.protected java.lang.String commandName()
commandName in class OmeCliCommandBuilderprotected util.runtime.CommandBuilder assembleArguments(util.runtime.jvm.JvmCmdBuilder java)
assembleArguments in class OmeCliCommandBuilderpublic java.lang.String toString()
toString in class OmeCliCommandBuilder