public interface ConfigMBean
Modifier and Type | Method and Description |
---|---|
String |
getArgv() |
String |
getCompatVersion() |
String |
getCompileMode() |
String |
getCopyrightString() |
String |
getCurrentDirectory() |
String |
getDisplayedFileName() |
String |
getEnvironment() |
String |
getExcludedMethods() |
String |
getInputFieldSeparator() |
int |
getJitLogEvery() |
int |
getJitMax() |
int |
getJitMaxSize() |
int |
getJitThreshold() |
String |
getJRubyHome() |
String |
getKCode() |
String |
getLoadPaths() |
String |
getOptionGlobals() |
String |
getRecordSeparator() |
String |
getRequiredLibraries() |
int |
getSafeLevel() |
String |
getScriptFileName() |
String |
getVersionString() |
boolean |
isAssumeLoop() |
boolean |
isAssumePrinting() |
boolean |
isDebug() |
boolean |
isFullTraceEnabled() |
boolean |
isJitLogging() |
boolean |
isJitLoggingVerbose() |
boolean |
isLazyHandlesEnabled() |
boolean |
isManagementEnabled() |
boolean |
isObjectSpaceEnabled() |
boolean |
isProcessLineEnds() |
boolean |
isRunRubyInProcess() |
boolean |
isShowBytecode() |
boolean |
isSplit() |
boolean |
isVerbose() |
String getVersionString()
String getCopyrightString()
String getCompileMode()
boolean isJitLogging()
boolean isJitLoggingVerbose()
int getJitLogEvery()
int getJitThreshold()
int getJitMax()
int getJitMaxSize()
boolean isRunRubyInProcess()
String getCompatVersion()
String getCurrentDirectory()
boolean isObjectSpaceEnabled()
String getEnvironment()
String getArgv()
String getJRubyHome()
String getRequiredLibraries()
String getLoadPaths()
String getDisplayedFileName()
String getScriptFileName()
boolean isAssumeLoop()
boolean isAssumePrinting()
boolean isProcessLineEnds()
boolean isSplit()
boolean isVerbose()
boolean isDebug()
String getInputFieldSeparator()
String getKCode()
String getRecordSeparator()
int getSafeLevel()
String getOptionGlobals()
boolean isManagementEnabled()
boolean isFullTraceEnabled()
boolean isLazyHandlesEnabled()
boolean isShowBytecode()
String getExcludedMethods()
Copyright © 2001-2014 JRuby. All Rights Reserved.