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, supportsgetInfo, getPriority, setInfo, setPriority, toStringcontext, getContextclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetType, handlegetIdentifier, logcontext, getContext, setContextcompareTo, getPriority, setPrioritygetInfo, setInfogetLocationgetVersionprotected 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.