Package org.jruby.main
Class CheckpointMain
java.lang.Object
org.jruby.Main
org.jruby.main.PrebootMain
org.jruby.main.CheckpointMain
-
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 void
protected RubyInstanceConfig
prepareConfig
(String[] args) protected Ruby
prepareRuntime
(RubyInstanceConfig config, String[] args) protected String[]
Methods inherited from class org.jruby.main.PrebootMain
getPrebootConfig, getPrebootMain, getPrebootRuntime, preboot, preboot, prepareOptions
Methods inherited from class org.jruby.Main
handleRaiseException, processDotfile, run, run
-
Constructor Details
-
CheckpointMain
public CheckpointMain()
-
-
Method Details
-
main
-
warmup
- Overrides:
warmup
in classPrebootMain
-
prepareConfig
- Overrides:
prepareConfig
in classPrebootMain
-
prepareRuntime
- Overrides:
prepareRuntime
in classPrebootMain
-
endPreboot
- Overrides:
endPreboot
in classPrebootMain
-