PySystemState#initialize. If
a file META-INF/services/org.python.core.JythonInitializer is on the classpath, Jython will
instantiate the class named in that file and use it in Jython's initialization. The given class
must be an implementation of this interface with a no-arg constructor.
| Modifier and Type | Method and Description |
|---|---|
| public void | initialize(Properties preProperties, Properties postProperties, String[]
- The command line arguments the jython interpreter was started with, or an empty
array if jython wasn't started directly from the command line. argv, ClassLoader - The classloader to be used by sys, or null if no sys-specific classloader was
specified classLoader, ExtensiblePyObjectAdapter adapter)Called from |
| initialize | back to summary |
|---|---|
| public void initialize(Properties preProperties, Properties postProperties, String[] argv, ClassLoader classLoader, ExtensiblePyObjectAdapter adapter) Called from
| |