Package omero :: Package plugins :: Module import
[hide private]
[frames] | no frames]

Module import

source code

Startup plugin for command-line importer.

Copyright 2009 Glencoe Software, Inc. All rights reserved. Use is subject to license terms supplied in LICENSE.txt

Classes [hide private]
  ImportControl
  TestEngine
Variables [hide private]
  START_CLASS = "ome.formats.importer.cli.CommandLineImporter"
  TEST_CLASS = "ome.formats.test.util.TestEngine"
  HELP = """Run the Java-based command-line impor...
  TESTHELP = """Run the Importer TestEngine suite (devs-only)"""

Imports: os, sys, BaseControl, CLI, omero


Variables Details [hide private]

HELP

Value:
"""Run the Java-based command-line importer

This is a Python wrapper around the Java importer. Login is handled by\
 Python
OmeroCli. To see more options, use "--javahelp".

Options marked with "**" are passed strictly to Java. If they interfer\
e with
...