public final class ProjectOutputScope extends AbstractFileScope
| Modifier and Type | Method and Description |
|---|---|
protected void |
activate()
Activate this scope.
|
protected void |
deactivate()
Deactivate this scope.
|
static ProjectOutputScope |
getInstance(Workspace workspace,
Project project) |
protected Path |
getPath()
Get the current path of this scope.
|
Project |
getProject()
Get the project for this scope.
|
protected Storage |
getStorage()
Get the storage where data for this scope should be stored.
|
Workspace |
getWorkspace()
Get the application workspace for this scope.
|
addFileChangeListener, contains, getDirectories, getFiles, getFileTable, getFileTables, getLogger, locate, notifyPathChanged, refresh, refresh, removeFileChangeListener, updatepublic static ProjectOutputScope getInstance(Workspace workspace, Project project)
public Workspace getWorkspace()
public Project getProject()
protected void activate()
AbstractFileScopeactivate in class AbstractFileScopeprotected void deactivate()
AbstractFileScopeAbstractFileScope.activate() method.deactivate in class AbstractFileScopeprotected Path getPath()
AbstractFileScopegetPath in class AbstractFileScopeprotected Storage getStorage()
AbstractFileScopegetStorage in class AbstractFileScope