org.jruby
Class RubyInstanceConfig
java.lang.Object
org.jruby.RubyInstanceConfig
- public class RubyInstanceConfig
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RubyInstanceConfig
public RubyInstanceConfig()
getLoadServiceCreator
public RubyInstanceConfig.LoadServiceCreator getLoadServiceCreator()
setLoadServiceCreator
public void setLoadServiceCreator(RubyInstanceConfig.LoadServiceCreator creator)
createLoadService
public LoadService createLoadService(Ruby runtime)
updateWithCommandline
public void updateWithCommandline(CommandlineParser cmdline)
isJitEnabled
public boolean isJitEnabled()
isJitLogging
public boolean isJitLogging()
isJitLoggingVerbose
public boolean isJitLoggingVerbose()
getJitThreshold
public int getJitThreshold()
setInput
public void setInput(java.io.InputStream newInput)
getInput
public java.io.InputStream getInput()
setOutput
public void setOutput(java.io.PrintStream newOutput)
getOutput
public java.io.PrintStream getOutput()
setError
public void setError(java.io.PrintStream newError)
getError
public java.io.PrintStream getError()
setCurrentDirectory
public void setCurrentDirectory(java.lang.String newCurrentDirectory)
getCurrentDirectory
public java.lang.String getCurrentDirectory()
setProfile
public void setProfile(Profile newProfile)
getProfile
public Profile getProfile()
setObjectSpaceEnabled
public void setObjectSpaceEnabled(boolean newObjectSpaceEnabled)
isObjectSpaceEnabled
public boolean isObjectSpaceEnabled()
setEnvironment
public void setEnvironment(java.util.Map newEnvironment)
getEnvironment
public java.util.Map getEnvironment()
Copyright © 2002-2007 JRuby Team. All Rights Reserved.