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, update
public static ProjectOutputScope getInstance(Workspace workspace, Project project)
public Workspace getWorkspace()
public Project getProject()
protected void activate()
AbstractFileScope
activate
in class AbstractFileScope
protected void deactivate()
AbstractFileScope
AbstractFileScope.activate()
method.deactivate
in class AbstractFileScope
protected Path getPath()
AbstractFileScope
getPath
in class AbstractFileScope
protected Storage getStorage()
AbstractFileScope
getStorage
in class AbstractFileScope