| 
 | Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.6.0) E13403-07 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectoracle.ide.dependency.Scope
public class Scope
The scope of a dependency search.
| Constructor Summary | |
|---|---|
| Scope(Project project) | |
| Scope(Project project,
      java.net.URL url) | |
| Scope(Workspace workspace) | |
| Scope(Workspace workspace,
      WorkingSet workingSet) | |
| Method Summary | |
|---|---|
|  java.util.Collection<Project> | getProjects()Get the set of projects that are in scope. | 
|  boolean | isIncluded(Project project,
           ContentSet content,
           java.net.URL url)Determine whether a URL in included in this scope. | 
|  boolean | isIncluded(Project project,
           java.lang.String relativePath)Determine whether a relative path is included in this scope. | 
|  boolean | isIncluded(Project project,
           java.net.URL url)Determine whether a URL in included in this scope. | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public Scope(Workspace workspace)
public Scope(Workspace workspace,
             WorkingSet workingSet)
public Scope(Project project)
public Scope(Project project,
             java.net.URL url)
| Method Detail | 
|---|
public java.util.Collection<Project> getProjects()
public boolean isIncluded(Project project,
                          java.net.URL url)
isIncluded(Project, ContentSet, URL).
project - the project containing the URLurl - the URL
public boolean isIncluded(Project project,
                          ContentSet content,
                          java.net.URL url)
project - the project containing the URLcontent - the project content set containing the URLurl - the URL
public boolean isIncluded(Project project,
                          java.lang.String relativePath)
project - the project containing the URLrelativePath - the relative path
| 
 | Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.6.0) E13403-07 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||