| Package | Description |
|---|---|
| oracle.ide.file |
Classes and interfaces used to track changes to files.
|
| oracle.jdeveloper.file |
| Modifier and Type | Method and Description |
|---|---|
static LibraryPaths |
LibraryPaths.getInstance(java.lang.String name,
Path sourcePath,
Path classPath)
Get an instance of this class.
|
| Modifier and Type | Method and Description |
|---|---|
LibraryPaths |
JavaProjectCache.getJdkPaths(Project project)
Get the JDK paths for a project.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<LibraryPaths> |
JavaProjectCache.getExportLibraryPaths(Project project)
Get the library paths for export libraries of a project.
|
java.util.List<LibraryPaths> |
JavaProjectCache.getLibraryPaths(Project project)
Get the library paths for all libraries used by a project.
|