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, tokens
public 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 OmeCliCommandBuilder
protected util.runtime.CommandBuilder assembleArguments(util.runtime.jvm.JvmCmdBuilder java)
assembleArguments
in class OmeCliCommandBuilder
public java.lang.String toString()
toString
in class OmeCliCommandBuilder