com.uwyn.rife.config
Class RifeConfig.Global
java.lang.Object
com.uwyn.rife.config.RifeConfig.Global
- Enclosing class:
- RifeConfig
public abstract static class RifeConfig.Global
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PARAM_TEMP_PATH
public static final String PARAM_TEMP_PATH
- See Also:
- Constant Field Values
PARAM_APPLICATION_CLASSPATH
public static final String PARAM_APPLICATION_CLASSPATH
- See Also:
- Constant Field Values
PARAM_JAVA_COMPILER_PATH
public static final String PARAM_JAVA_COMPILER_PATH
- See Also:
- Constant Field Values
PARAM_JAVA_COMPILER_ARGS
public static final String PARAM_JAVA_COMPILER_ARGS
- See Also:
- Constant Field Values
PARAM_JAVA_COMPILER_INTERNAL
public static final String PARAM_JAVA_COMPILER_INTERNAL
- See Also:
- Constant Field Values
PARAM_AUTO_RELOAD_DELAY
public static final String PARAM_AUTO_RELOAD_DELAY
- See Also:
- Constant Field Values
PARAM_USE_FAST_EXCEPTIONS
public static final String PARAM_USE_FAST_EXCEPTIONS
- See Also:
- Constant Field Values
RifeConfig.Global
public RifeConfig.Global()
getTempPath
public static String getTempPath()
setTempPath
public static void setTempPath(String path)
getApplicationClassPath
public static String getApplicationClassPath()
setApplicationClassPath
public static void setApplicationClassPath(String path)
getJavaCompilerPath
public static String getJavaCompilerPath()
isJavaCompilerPathSet
public static boolean isJavaCompilerPathSet()
getJavaCompilerInternal
public static boolean getJavaCompilerInternal()
areJavaCompilerArgsSet
public static boolean areJavaCompilerArgsSet()
getJavaCompilerArgs
public static Collection<String> getJavaCompilerArgs()
isInternalJavaCompilerAvailable
public static boolean isInternalJavaCompilerAvailable()
getAutoReloadDelay
public static int getAutoReloadDelay()
setAutoReloadDelay
public static void setAutoReloadDelay(int delay)
getUseFastExceptions
public static boolean getUseFastExceptions()
setUseFastExceptions
public static void setUseFastExceptions(boolean toggle)
Copyright © 2001-2007 Uwyn sprl/bvba. All Rights Reserved.