| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--org.python.core.Options
A class with static fields for each of the settable options. The options from registry and command line is copied into the fields here and the rest of Jyhton checks these fields.
| Field Summary | |
| static boolean | caseokIf true, Jython will use the first module found on sys.path where java File.isFile() returns true. | 
| static boolean | deprecatedKeywordManglingSetting this to true will support old 1.0 style keyword+"_" names. | 
| static boolean | importSiteWhen false the site.pywill not be imported. | 
| static boolean | pollStandardInSetting this to true will cause the console to poll standard in. | 
| static java.lang.String | proxyDebugDirectoryA directory where the dynamicly generated classes are written. | 
| static boolean | respectJavaAccessibilityIf true, JPython respects Java the accessibility flag for fields, methods, and constructors. | 
| static boolean | showJavaExceptionswhen an exception occurs in Java code, and it is not caught, should the interpreter print out the Java exception in the traceback? | 
| static boolean | showPythonProxyExceptionsWhen true, python exception raised in overriden methods will be shown on stderr. | 
| static boolean | skipCompileTo force JIT compilation of Jython code -- should be unnecessary Setting this to true will cause jdk1.2rc1 to core dump on Windows | 
| static int | verboseSet verbosity to Py.ERROR, Py.WARNING, Py.MESSAGE, Py.COMMENT, or Py.DEBUG for varying levels of informative messages from Jython. | 
| Method Summary | |
| static void | setFromRegistry()Initialize the static fields from the registry options. | 
| Methods inherited from class java.lang.Object | 
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
public static boolean showJavaExceptions
public static boolean showPythonProxyExceptions
public static boolean skipCompile
public static boolean pollStandardIn
public static boolean respectJavaAccessibility
public static boolean importSite
site.py will not be imported.
 This is only honored by the command line main class.
public static int verbose
public static boolean deprecatedKeywordMangling
public static java.lang.String proxyDebugDirectory
public static boolean caseok
| Method Detail | 
public static void setFromRegistry()
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||