| Package | Description |
|---|---|
| org.jboss.forge.projects | |
| org.jboss.forge.projects.dependencies | |
| org.jboss.forge.projects.events |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractProject
Convenience base class for
Project implementations. |
| Modifier and Type | Method and Description |
|---|---|
Project |
ProjectLocator.createProject(DirectoryResource targetDir)
|
Project |
ProjectFactory.createProject(DirectoryResource projectDir)
Create a
Project in the specified DirectoryResource. |
Project |
ProjectFactory.createProject(DirectoryResource targetDir,
Iterable<Class<? extends ProjectFacet>> facetTypes)
|
Project |
ProjectFactory.createTempProject()
Create a
Project in a temporary location. |
Project |
ProjectFactory.findProject(DirectoryResource target)
Locate a
Project in the ancestry of the given DirectoryResource. |
Project |
ProjectFactory.findProject(DirectoryResource target,
Predicate<Project> filter)
Locate a
Project in the ancestry of the given DirectoryResource. |
| 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 |
ProjectListener.projectCreated(Project project) |
| Modifier and Type | Method and Description |
|---|---|
Project |
ProjectFactory.findProject(DirectoryResource target,
Predicate<Project> filter)
Locate a
Project in the ancestry of the given DirectoryResource. |
| Modifier and Type | Method and Description |
|---|---|
Dependency |
DependencyInstaller.install(Project project,
Dependency dependency)
Install the given
Dependency. |
Dependency |
DependencyInstaller.installManaged(Project project,
Dependency dependency)
Install a managed
Dependency matching the given Dependency. |
boolean |
DependencyInstaller.isInstalled(Project project,
Dependency dependency)
Returns
true if the given Dependency. |
| Modifier and Type | Method and Description |
|---|---|
Project |
PackagingChanged.getProject() |
| Constructor and Description |
|---|
PackagingChanged(Project project,
String previousType,
String newType) |
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.