public abstract class LegacyCommandline extends AbstractConsoleArgument
ImageJ
's
documentation:
Modifier and Type | Class and Description |
---|---|
static class |
LegacyCommandline.Batch
Implements
-batch path [arg] and -batch-no-exit path [arg] . |
static class |
LegacyCommandline.Debug
Implements
-debug . |
static class |
LegacyCommandline.Eval
Implements
-eval "macro code" . |
static class |
LegacyCommandline.Filename
Handles
"file-name" . |
static class |
LegacyCommandline.IJPath
Implements
-ijpath path . |
static class |
LegacyCommandline.Macro
Implements
-macro path [arg] . |
static class |
LegacyCommandline.Port
Implements
-port<n> . |
static class |
LegacyCommandline.Run
Implements
-run command . |
Modifier and Type | Field and Description |
---|---|
protected LegacyService |
legacyService |
protected LogService |
log |
Constructor and Description |
---|
LegacyCommandline() |
Modifier and Type | Method and Description |
---|---|
protected void |
handleBatchExit(LinkedList<String> args) |
protected void |
handleBatchOption(LinkedList<String> args) |
protected IJ1Helper |
ij1Helper() |
protected boolean |
isBatchMode() |
getParam, isFlag, supports
getInfo, getPriority, setInfo, setPriority, toString
context, getContext
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getType, handle
getIdentifier, log
context, getContext, setContext
compareTo, getPriority, setPriority
getInfo, setInfo
getLocation
getVersion
protected LegacyService legacyService
protected LogService log
protected IJ1Helper ij1Helper()
protected boolean isBatchMode()
protected void handleBatchOption(LinkedList<String> args)
protected void handleBatchExit(LinkedList<String> args)
Copyright © 2014–2022 ImageJ. All rights reserved.