| Package | Description |
|---|---|
| org.jboss.forge.projects | |
| 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 targetDir,
ProjectType... types)
|
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 |
ProjectListener.projectCreated(Project project) |
void |
ProjectFacet.setOrigin(Project project)
Set the
Project to which this Facet belongs. |
| 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 |
|---|---|
Project |
PackagingChanged.getProject() |
| Constructor and Description |
|---|
PackagingChanged(Project project,
String previousType,
String newType) |
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.