public interface WorkspaceProject
| Modifier and Type | Method and Description |
|---|---|
default AppArtifact |
getAppArtifact(String extension) |
default AppArtifact |
getAppArtifact(String classifier,
String extension) |
String |
getArtifactId() |
Path |
getDir()
Project location on the filesystem
|
String |
getGroupId() |
AppArtifactKey |
getKey()
Project's key consisting of its group and artifact IDs
|
Collection<BuildOutput> |
getMainOutput()
Where the main build output can be located and from which
sources and resources it was produced
|
Collection<BuildOutput> |
getTestOutput()
Where the test build output can be located and from which
sources and resources it was produced
|
String |
getVersion() |
String getGroupId()
String getArtifactId()
String getVersion()
Path getDir()
AppArtifactKey getKey()
Collection<BuildOutput> getMainOutput()
Collection<BuildOutput> getTestOutput()
default AppArtifact getAppArtifact(String extension)
default AppArtifact getAppArtifact(String classifier, String extension)
Copyright © 2021 JBoss by Red Hat. All rights reserved.