| Modifier and Type | Method and Description |
|---|---|
Configuration |
ConfigurationFactory.getProjectConfig(Project project) |
| Modifier and Type | Class and Description |
|---|---|
class |
BaseProject
Convenience base class for
Project implementations. |
| Modifier and Type | Method and Description |
|---|---|
Project |
Facet.getProject()
|
Project |
Project.installFacet(Facet facet)
Install and register the given
Facet. |
Project |
BaseProject.installFacet(Facet facet) |
Project |
Project.registerFacet(Facet facet)
|
Project |
BaseProject.registerFacet(Facet facet) |
Project |
Project.removeFacet(Facet facet)
|
Project |
BaseProject.removeFacet(Facet facet) |
Project |
Project.unregisterFacet(Facet facet)
|
Project |
BaseProject.unregisterFacet(Facet facet) |
| Modifier and Type | Method and Description |
|---|---|
void |
Facet.setProject(Project project)
|
| Modifier and Type | Method and Description |
|---|---|
Dependency |
DependencyInstaller.install(Project project,
Dependency dependency)
Install given
Dependency with the default ScopeType. |
Dependency |
DependencyInstaller.install(Project project,
Dependency dependency,
DependencyFilter filter)
|
Dependency |
DependencyInstaller.install(Project project,
Dependency dependency,
ScopeType type)
Install given
Dependency with the given ScopeType. |
Dependency |
DependencyInstaller.install(Project project,
Dependency dependency,
ScopeType type,
DependencyFilter filter)
|
Dependency |
DependencyInstaller.installManaged(Project project,
Dependency dependency)
Install given managed
Dependency with the default ScopeType. |
Dependency |
DependencyInstaller.installManaged(Project project,
Dependency dependency,
DependencyFilter filter)
|
Dependency |
DependencyInstaller.installManaged(Project project,
Dependency dependency,
ScopeType type)
Install given managed
Dependency with the given ScopeType . |
Dependency |
DependencyInstaller.installManaged(Project project,
Dependency dependency,
ScopeType type,
DependencyFilter filter)
|
boolean |
DependencyInstaller.isInstalled(Project project,
Dependency dependency)
Returns whether or not the given
Dependency is installed. |
| Modifier and Type | Method and Description |
|---|---|
Project |
RemovedDependencies.getProject()
Get the
Project from which this event was fired. |
Project |
UpdatingDependency.getProject() |
Project |
AddedDependencies.getProject()
Get the
Project from which this event was fired. |
Project |
UpdatedDependency.getProject() |
| Constructor and Description |
|---|
AddedDependencies(Project project,
Dependency... dependencies) |
AddedDependencies(Project project,
List<Dependency> dependencies) |
RemovedDependencies(Project project,
Dependency... dependencies) |
RemovedDependencies(Project project,
List<Dependency> dependencies) |
UpdatedDependency(Project project,
Dependency from,
Dependency to) |
UpdatingDependency(Project project,
Dependency from,
Dependency to) |
| Modifier and Type | Field and Description |
|---|---|
protected Project |
BaseFacet.project |
| Modifier and Type | Method and Description |
|---|---|
Project |
BaseFacet.getProject() |
| Modifier and Type | Method and Description |
|---|---|
void |
BaseFacet.setProject(Project project) |
| Modifier and Type | Method and Description |
|---|---|
Project |
ProjectLocator.createProject(DirectoryResource dir)
Attempt to locate a project root directory in the given folder.
|
| Modifier and Type | Method and Description |
|---|---|
Project |
PackagingChanged.getProject() |
| Constructor and Description |
|---|
PackagingChanged(Project project,
PackagingType old,
PackagingType newType) |
| Modifier and Type | Method and Description |
|---|---|
Project |
ProjectFactory.createProject(DirectoryResource root,
Class<? extends Facet>... facetTypes) |
Project |
ProjectFactory.findProject(DirectoryResource dir) |
Project |
ProjectFactory.findProjectRecursively(DirectoryResource startingPath) |
| Modifier and Type | Method and Description |
|---|---|
void |
ProjectAssociationProvider.associate(Project project,
DirectoryResource parent)
Create a parent-child association between the given Project and the given parent directory.
|
boolean |
ProjectAssociationProvider.canAssociate(Project project,
DirectoryResource parent)
Return true if this provide is capable of creating a parent-child association between the given Project and the
given parent directory.
|
void |
ProjectFactory.installSingleFacet(Project project,
Class<? extends Facet> type) |
void |
ProjectFactory.registerSingleFacet(Project project,
Class<? extends Facet> type) |
| Modifier and Type | Method and Description |
|---|---|
Project |
Shell.getCurrentProject()
Return the
Project on which this shell instance is currently operating. |
| Modifier and Type | Method and Description |
|---|---|
Project |
ProjectChanged.getNewProject() |
Project |
ProjectChanged.getOldProject() |
| Constructor and Description |
|---|
ProjectChanged(Project oldProject,
Project newProject) |
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.