public abstract class DynamicLibraryProvider
extends java.lang.Object
| Constructor and Description | 
|---|
DynamicLibraryProvider()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
updateClassPath(Project project, URLPath classPath)
Is called when we are building the classpath for a project. 
 | 
public void updateClassPath(Project project, URLPath classPath)
This implementation does nothing.
project - the project.classPath - the classpath.