Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.0.0)

E17493-01

Uses of Interface
oracle.jdeveloper.java.JavaClassLocator

Packages that use JavaClassLocator
oracle.jdeveloper.java Public API for the java model. 
oracle.jdeveloper.java.locator Public implementations of the JavaClassLocator interface. 
oracle.jdeveloper.java.provider Public implementations of the JavaFileProvider interface. 
 

Uses of JavaClassLocator in oracle.jdeveloper.java
 

Subinterfaces of JavaClassLocator in oracle.jdeveloper.java
 interface JavaClassLocator2
          Extends the JavaClassLocator interface to provide additional functionality.
 

Fields in oracle.jdeveloper.java declared as JavaClassLocator
protected  JavaClassLocator JavaModel._classLocator
          The class locator for this manager.
 

Methods in oracle.jdeveloper.java that return JavaClassLocator
 JavaClassLocator JavaModel.getJavaClassLocator()
          Fetch a JavaClassLocator instance for fetching package and class information.
 

Uses of JavaClassLocator in oracle.jdeveloper.java.locator
 

Classes in oracle.jdeveloper.java.locator that implement JavaClassLocator
 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 JarClassPathClassLocator
          Locates classes in the manifest classpath of a JAR file.
 class JarURLClassLocator
          Locates classes in JAR files.
 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 URLClassLocator
          The URLClassLocator is an abstract starting point for a JavaClassLocator implementation based out of a root URL.
 

Uses of JavaClassLocator in oracle.jdeveloper.java.provider
 

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

Methods in oracle.jdeveloper.java.provider that return JavaClassLocator
abstract  JavaClassLocator BaseFileProvider.getClassLocator()
          Fetch the class locator to use for locating files.
 JavaClassLocator SimpleFileProvider.getClassLocator()
          Fetch the class locator to use for locating files.
 JavaClassLocator BaseFileProvider.getClassLocatorInterruptibly()
          Get the class locator for this provider.
 

Constructors in oracle.jdeveloper.java.provider with parameters of type JavaClassLocator
SimpleFileProvider(ProviderContext e, JavaClassLocator locator)
          Constructs a new PathFileProvider instance.
 


Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.0.0)

E17493-01

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