Uses of Class
org.jruby.runtime.load.LoadService
Packages that use LoadService
-
Uses of LoadService in org.jruby
Methods in org.jruby that return LoadServiceModifier and TypeMethodDescriptionRubyInstanceConfig.createLoadService
(Ruby runtime) Ruby.getLoadService()
Returns the loadService. -
Uses of LoadService in org.jruby.api
Methods in org.jruby.api that return LoadServiceModifier and TypeMethodDescriptionstatic LoadService
Access.loadService
(ThreadContext context) Retrieve LoadService instance -
Uses of LoadService in org.jruby.embed.osgi.internal
Subclasses of LoadService in org.jruby.embed.osgi.internalModifier and TypeClassDescriptionclass
Load scripts and java classes directly from the OSGi bundles. -
Uses of LoadService in org.jruby.runtime.load
Constructors in org.jruby.runtime.load with parameters of type LoadService