public interface PackagingFacet extends Facet
| Modifier and Type | Method and Description |
|---|---|
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.
|
getProject, install, isInstalled, setProject, uninstallvoid 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)
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.