Skip navigation links

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

E17493-03


oracle.jdeveloper.library
Class DynamicLibraryProvider

java.lang.Object
  extended by oracle.jdeveloper.library.DynamicLibraryProvider


public abstract class DynamicLibraryProvider
extends java.lang.Object

A DynamicLibraryProvider can contribute classpath entries to a project dynamically.

Since:
11.0

Constructor Summary
DynamicLibraryProvider()
           

 

Method Summary
 void updateClassPath(Project project, URLPath classPath)
          Is called when we are building the classpath for a project.

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

DynamicLibraryProvider

public DynamicLibraryProvider()

Method Detail

updateClassPath

public void updateClassPath(Project project,
                            URLPath classPath)
Is called when we are building the classpath for a project. The URLPath is already configured with the output directory, additional classpath, dependencies and library classpath entries. The provider should contribute additional classpath entries by modifying the classPath object.

This implementation does nothing.

Parameters:
project - the project.
classPath - the classpath.

Skip navigation links

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

E17493-03


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