public final class ArtifactInfoUtil extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
DEPLOYMENT |
| Constructor and Description |
|---|
ArtifactInfoUtil() |
| Modifier and Type | Method and Description |
|---|---|
static Map.Entry<String,String> |
groupIdAndArtifactId(Class<?> clazz)
Returns a Map.Entry containing the groupId and the artifactId of the module the contains the BuildItem
|
static Map.Entry<String,String> |
groupIdAndArtifactId(Class<?> clazz,
CurateOutcomeBuildItem curateOutcomeBuildItem)
Returns a Map.Entry containing the groupId and the artifactId of the module the contains the BuildItem
|
static Map.Entry<String,String> |
groupIdAndArtifactId(FileSystem fs)
Returns a Map.Entry containing the groupId and the artifactId of the module the contains the BuildItem
|
public static final String DEPLOYMENT
public static Map.Entry<String,String> groupIdAndArtifactId(Class<?> clazz)
The way this works is by depending on the pom.properties file that should be present in the deployment jar
public static Map.Entry<String,String> groupIdAndArtifactId(Class<?> clazz, CurateOutcomeBuildItem curateOutcomeBuildItem)
The way this works is by depending on the pom.properties file that should be present in the deployment jar
public static Map.Entry<String,String> groupIdAndArtifactId(FileSystem fs) throws IOException
The way this works is by depending on the pom.properties file that should be present in the deployment jar
IOExceptionCopyright © 2021 JBoss by Red Hat. All rights reserved.