|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 11g Release 2 (11.1.2.2.0) E17493-03 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ContentSetRoot | |
|---|---|
| oracle.ide.file | Classes and interfaces used to track changes to files. |
| Uses of ContentSetRoot in oracle.ide.file |
|---|
| Methods in oracle.ide.file that return ContentSetRoot | |
|---|---|
static ContentSetRoot |
ContentSetRoot.getInstance(Project project, FileSet fileSet) |
| Methods in oracle.ide.file that return types with arguments of type ContentSetRoot | |
|---|---|
static java.util.Collection<ContentSetRoot> |
ContentSetRoot.getContentSetRoots(Project project)Get the content set roots for a project. |
static java.util.Collection<ContentSetRoot> |
ContentSetRoot.getContentSetRoots(Project project, ContentSet contentSet)Get the content set roots for a specific content set of a project. |
static java.util.Collection<ContentSetRoot> |
ContentSetRoot.getContentSetRoots(Workspace workspace)Get the content set roots for an application. |
static java.util.Collection<ContentSetRoot> |
ContentSetRoot.getContentSetRoots(Workspace workspace, ContentSet contentSet)Get the content set roots for a specific content set of an application. |
static java.util.Collection<ContentSetRoot> |
ContentSetRoot.getContentSetRootsContaining(Project project, java.net.URL url)Returns the content set roots in the project that contain a specific URL. |
static java.util.Collection<ContentSetRoot> |
ContentSetRoot.getContentSetRootsContaining(java.net.URL url)Returns the content set roots that contain a specific URL. |
| Method parameters in oracle.ide.file with type arguments of type ContentSetRoot | |
|---|---|
static Path |
ContentSetRoot.asPath(java.util.Collection<ContentSetRoot> roots)Convert a collection of content set roots to a Path. |
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 11g Release 2 (11.1.2.2.0) E17493-03 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||