org.jruby.test
Class TestRubyInstanceConfig.NullLoadService

java.lang.Object
  extended by org.jruby.runtime.load.LoadService
      extended by org.jruby.test.TestRubyInstanceConfig.NullLoadService
Enclosing class:
TestRubyInstanceConfig

protected static final class TestRubyInstanceConfig.NullLoadService
extends LoadService


Nested Class Summary
 
Nested classes/interfaces inherited from class org.jruby.runtime.load.LoadService
LoadService.AlreadyLoaded, LoadService.BailoutSearcher, LoadService.ClassLoaderSearcher, LoadService.ExtensionSearcher, LoadService.LoadSearcher, LoadService.NormalSearcher, LoadService.ScriptClassSearcher, LoadService.SearchState
 
Field Summary
 
Fields inherited from class org.jruby.runtime.load.LoadService
autoloadMap, builtinLibraries, extensionPattern, jarFiles, loadedFeatures, loadedFeaturesInternal, loadPath, runtime, sourcePattern
 
Constructor Summary
TestRubyInstanceConfig.NullLoadService(Ruby runtime)
           
 
Method Summary
 
Methods inherited from class org.jruby.runtime.load.LoadService
addAutoload, addBuiltinLibrary, autoload, autoloadFor, getLoadedFeatures, getLoadPath, init, load, removeAutoLoadFor, removeBuiltinLibrary, removeInternalLoadedFeature, require, smartLoad
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestRubyInstanceConfig.NullLoadService

public TestRubyInstanceConfig.NullLoadService(Ruby runtime)


Copyright © 2002-2007 JRuby Team. All Rights Reserved.