oracle.ide.model
Interface ContentProvider
- All Known Implementing Classes:
- JProjectSettings
- public interface ContentProvider
The ContentProvider
interface allows extension to provide
an URLPath
where a container can search for children it may
contain.
In general, project configuration components implement this interface
to allow projects to find sources that may not be in the project
source path, but may be in an extension defined source path.
This interface is used when a a project is configured to
"Scan the source path to determine the project contexts".
getPath
public URLPath getPath()
- Returns:
- the path where to look for additional sources.
Copyright © 1997, 2004, Oracle. All rights reserved.