public class LoadService19 extends LoadService
LoadService.AlreadyLoaded, LoadService.BailoutSearcher, LoadService.ClassLoaderSearcher, LoadService.ExtensionSearcher, LoadService.LoadSearcher, LoadService.NormalSearcher, LoadService.ScriptClassSearcher, LoadService.SearchState, LoadService.SourceBailoutSearcher, LoadService.SuffixType
autoloadMap, builtinLibraries, caseInsensitiveFS, extensionPattern, jarFiles, loadedFeatures, loadedFeaturesInternal, loadPath, requireLocks, runtime, searchers, sourcePattern
Constructor and Description |
---|
LoadService19(Ruby runtime) |
Modifier and Type | Method and Description |
---|---|
protected java.lang.String |
getFileName(JRubyFile file,
java.lang.String nameWithSuffix) |
protected java.lang.String |
resolveLoadName(LoadServiceResource foundResource,
java.lang.String previousPath) |
addAutoload, addBuiltinLibrary, addLoadedFeature, addPath, autoload, autoloadFor, buildClassName, checkEmptyLoad, createLibrary, debugLogFound, debugLogFound, debugLogTry, featureAlreadyLoaded, findBuiltinLibrary, findFileForLoad, findFileInClasspath, findLibraryWithClassloaders, findLibraryWithoutCWD, getClassPathResource, getLoadedFeatures, getLoadPath, init, isCaseInsensitiveFS, isJarfileLibrary, isRequireable, load, loadPathLooksLikeJarURL, lockAndRequire, reflectedLoad, removeAutoLoadFor, removeBuiltinLibrary, removeInternalLoadedFeature, removeLoadedFeature, require, reraiseRaiseExceptions, smartLoad, tryLoadingLibraryOrScript, tryResourceAsIs, tryResourceFromCWD, tryResourceFromHome, tryResourceFromJarURL, tryResourceFromJarURLWithLoadPath, tryResourceFromLoadPath, tryResourceFromLoadPathOrURL
public LoadService19(Ruby runtime)
protected java.lang.String resolveLoadName(LoadServiceResource foundResource, java.lang.String previousPath)
resolveLoadName
in class LoadService
protected java.lang.String getFileName(JRubyFile file, java.lang.String nameWithSuffix)
getFileName
in class LoadService
Copyright © 2002-2009 JRuby Team. All Rights Reserved.