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


Field Summary
 
Fields inherited from class org.jruby.runtime.load.LoadService
allSuffixes, autoloadMap, builtinLibraries, extensionPattern, extensionSuffixes, jarFiles, loadedFeatures, loadedFeaturesInternal, loadPath, runtime, sourcePattern, sourceSuffixes
 
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.