public class ScriptGenerator extends AbstractContextual
Modules as OMERO scripts.| Constructor and Description |
|---|
ScriptGenerator() |
ScriptGenerator(Context context) |
| Modifier and Type | Method and Description |
|---|---|
int |
generateAll(File omeroDir)
Generates OMERO script stubs for all available ImageJ modules.
|
static void |
main(String... args)
Entry point for generating OMERO script stubs.
|
void |
setForceOverwrite(boolean forceOverwrite)
Toggles whether to force overwrite any existing ImageJ scripts.
|
void |
setHeadlessOnly(boolean headlessOnly)
Toggles whether to generate only headless-friendly modules.
|
void |
setNamespace(String namespace) |
context, getContextclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsetContextpublic ScriptGenerator()
public ScriptGenerator(Context context)
public void setNamespace(String namespace)
public void setHeadlessOnly(boolean headlessOnly)
public void setForceOverwrite(boolean forceOverwrite)
public int generateAll(File omeroDir) throws IOException
IOExceptionCopyright © 2014–2022 ImageJ. All rights reserved.