public interface PackagingFacet extends ProvidedProjectFacet
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.
|
String |
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(String type)
Set the packaging type currently in use by this project.
|
getFaceted, install, isInstalled, uninstall
void setPackagingType(String type)
String 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 © 2014 JBoss by Red Hat. All rights reserved.