Package org.jruby.main
Class PrebootMain
java.lang.Object
org.jruby.Main
org.jruby.main.PrebootMain
- Direct Known Subclasses:
CheckpointMain
,DripMain
-
Nested Class Summary
Nested classes/interfaces inherited from class org.jruby.Main
Main.Status
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
endPreboot
(RubyInstanceConfig config, Ruby ruby, String[] args) static PrebootMain
void
static void
preboot
(PrebootMain main, String[] args) protected RubyInstanceConfig
prepareConfig
(String[] args) protected String[]
prepareOptions
(String[] args) protected Ruby
prepareRuntime
(RubyInstanceConfig config, String[] args) protected String[]
Methods inherited from class org.jruby.Main
handleRaiseException, main, processDotfile, run, run
-
Constructor Details
-
PrebootMain
public PrebootMain()
-
-
Method Details
-
getPrebootMain
-
getPrebootConfig
-
getPrebootRuntime
-
preboot
-
preboot
-
warmup
-
prepareOptions
-
prepareConfig
-
prepareRuntime
-
endPreboot
-