Package org.jruby.main
Class DripMain
java.lang.Object
org.jruby.Main
org.jruby.main.PrebootMain
org.jruby.main.DripMain
-
Nested Class Summary
Nested classes/interfaces inherited from class org.jruby.Main
Main.Status
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic RubyInstanceConfig
static Ruby
static final String
static final String
static final String
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
endPreboot
(RubyInstanceConfig config, Ruby ruby, String[] args) static void
protected String[]
prepareOptions
(String[] args) protected Ruby
prepareRuntime
(RubyInstanceConfig config, String[] args) protected String[]
Methods inherited from class org.jruby.main.PrebootMain
getPrebootConfig, getPrebootMain, getPrebootRuntime, preboot, preboot, prepareConfig
Methods inherited from class org.jruby.Main
handleRaiseException, processDotfile, run, run
-
Field Details
-
DRIP_CONFIG
-
DRIP_RUNTIME
-
JRUBY_DRIP_WARMUP_ENV
- See Also:
-
JRUBY_DRIP_WARMUP_DEFAULT
- See Also:
-
JRUBY_DRIP_FILE
- See Also:
-
-
Constructor Details
-
DripMain
public DripMain()
-
-
Method Details
-
main
-
warmup
- Overrides:
warmup
in classPrebootMain
-
prepareOptions
- Overrides:
prepareOptions
in classPrebootMain
-
prepareRuntime
- Overrides:
prepareRuntime
in classPrebootMain
-
endPreboot
- Overrides:
endPreboot
in classPrebootMain
-