Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.7.0)

E13403-08

Uses of Interface
oracle.jdeveloper.java.JavaResourceLocator

Packages that use JavaResourceLocator
oracle.jdeveloper.java.locator Public implementations of the JavaClassLocator interface. 
oracle.jdeveloper.java.provider Public implementations of the JavaFileProvider interface. 
oracle.jdeveloper.java.util Public utilities for use with the java model, including the parser. 
 

Uses of JavaResourceLocator in oracle.jdeveloper.java.locator
 

Classes in oracle.jdeveloper.java.locator that implement JavaResourceLocator
 class ArrayClassLocator
          The ArrayClassLocator is an implementation of the JavaClassLocator that delegates the task of locating classes to an array of BaseClassLocator instances.
 class BaseClassLocator
          The BaseClassLocator is an abstract starting point for a JavaClassLocator that adds the buildIndex() entry point for instructing the locator to build its index.
 class CachedDirURLClassLocator
          The CachedDirURLClassLocator is an implementation of the URL-based ClassLocator which deals with root URLs that are not Jar URLs.
 class DebugClassLocator
          The DebugClassLocator is a decorator of the JavaClassLocator API to provide debug/verbose output for tracing the calls to a JavaClassLocator.
 class DirURLClassLocator
          The DirURLClassLocator is an implementation of the URL-based ClassLocator which deals with root URLs that are not Jar URLs.
 class JarURLClassLocator
          Locates classes in JAR files.
 class JdevPathClassLocator
           
 class LibraryClassLocator
          The LibraryClassLocator is an implementation of the JavaClassLocator to locate classes for a Library instance.
 class PathClassLocator
          The PathClassLocator is an implementation of the JavaClassLocator to locate classes for based on an URLPaths for both the source and class paths
 class ProjectClassLocator
          The ProjectClassLocator is an implementation of the JavaClassLocator to locate classes for a Project instance.
 class URLClassLocator
          The URLClassLocator is an abstract starting point for a JavaClassLocator implementation based out of a root URL.
 

Uses of JavaResourceLocator in oracle.jdeveloper.java.provider
 

Classes in oracle.jdeveloper.java.provider that implement JavaResourceLocator
 class LocatorWrapper
          The LocatorWrapper is a JavaClassLocator implementation that simply wraps a BaseFileProvider instance.
 

Uses of JavaResourceLocator in oracle.jdeveloper.java.util
 

Constructors in oracle.jdeveloper.java.util with parameters of type JavaResourceLocator
JRLClassLoader(java.lang.ClassLoader parent, JavaResourceLocator locator)
          Construct a JRLClassLoader instance with the given locator, delegating first to the specified parent loader.
JRLClassLoader(JavaResourceLocator locator)
          Construct a JRLClassLoader instance for the given locator.
 


Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.7.0)

E13403-08

Copyright © 1997, 2013, Oracle. All rights reserved.