|
Forge - Shell API 1.2.0.Final | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PackagingFacet
A Facet representing this project's Packaging (JAR, WAR, EAR, etc...)
| Method Summary | |
|---|---|
ProjectBuilder |
createBuilder()
Return a new ProjectBuilder instance. |
Resource<?> |
executeBuild(String... args)
Trigger the underlying build system to perform a build with the given arguments or flags. |
Resource<?> |
getFinalArtifact()
Return the resource representing the fully built output artifact of this project. |
String |
getFinalName()
Get the final name of this project's build output artifact. |
PackagingType |
getPackagingType()
Get the packaging type currently in use by this project. |
void |
setFinalName(String finalName)
Set the final name of this project's build output artifact. |
void |
setPackagingType(PackagingType type)
Set the packaging type currently in use by this project. |
| Methods inherited from interface org.jboss.forge.project.Facet |
|---|
getProject, install, isInstalled, setProject, uninstall |
| Method Detail |
|---|
void setPackagingType(PackagingType type)
PackagingType getPackagingType()
Resource<?> getFinalArtifact()
Resource representing that JAR file.
ProjectBuilder createBuilder()
ProjectBuilder instance. This object is responsible for executing a build with custom
options.
Resource<?> executeBuild(String... args)
#getFinalArtifact()}String getFinalName()
void setFinalName(String finalName)
|
Forge - Shell API 1.2.0.Final | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||