public class Scope
extends java.lang.Object
| Constructor and Description | 
|---|
Scope(Project project)  | 
Scope(Project project,
     java.net.URL url)  | 
Scope(Workspace workspace)  | 
Scope(Workspace workspace,
     WorkingSet workingSet)  | 
| Modifier and Type | Method and Description | 
|---|---|
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.net.URL url)
Determine whether a URL in included in this scope. 
 | 
public Scope(Workspace workspace)
public Scope(Workspace workspace, WorkingSet workingSet)
public Scope(Project project)
public Scope(Project project, java.net.URL url)
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 URLpublic 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