Modifier and Type | Field and Description |
---|---|
static PackagingType |
PackagingType.EAR |
static PackagingType |
PackagingType.EJB |
static PackagingType |
PackagingType.EJB_CLIENT |
static PackagingType |
PackagingType.JAR |
static PackagingType |
PackagingType.JAVA_SOURCE |
static PackagingType |
PackagingType.JAVADOC |
static PackagingType |
PackagingType.MAVEN_PLUGIN |
static PackagingType |
PackagingType.PAR |
static PackagingType |
PackagingType.POM |
static PackagingType |
PackagingType.RAR |
static PackagingType |
PackagingType.TEST_JAR |
static PackagingType |
PackagingType.WAR |
Modifier and Type | Method and Description |
---|---|
static PackagingType |
PackagingType.of(String typeName)
Builds a
PackagingType object |
Modifier and Type | Method and Description |
---|---|
PackagingType |
MavenCoordinate.getPackaging()
Returns the "packaging" portion of this artifact's coordinates; always returns a value.
|
PackagingType |
MavenCoordinate.getType()
Alias to
MavenCoordinate.getPackaging() . |
Modifier and Type | Method and Description |
---|---|
static MavenCoordinate |
MavenCoordinates.createCoordinate(String groupId,
String artifactId,
String version,
PackagingType packaging,
String classifier)
Creates a new
MavenCoordinate instance from the specified arguments |
Modifier and Type | Method and Description |
---|---|
PackagingType |
ParsedPomFile.getPackagingType()
Packaging type of the project
|
Modifier and Type | Method and Description |
---|---|
boolean |
JarPackagingProcessor.handles(PackagingType packagingType) |
boolean |
WarPackagingProcessor.handles(PackagingType packagingType) |
Modifier and Type | Method and Description |
---|---|
PackagingType |
MavenDependencyImpl.getPackaging()
Returns the "packaging" portion of this artifact's coordinates; always returns a value.
|
PackagingType |
MavenDependencyImpl.getType()
Alias to
MavenCoordinate.getPackaging() . |
Modifier and Type | Method and Description |
---|---|
PackagingType |
ParsedPomFileImpl.getPackagingType() |
Modifier and Type | Method and Description |
---|---|
PackagingType |
InferPackagingTypeTask.execute(MavenWorkingSession session) |
Modifier and Type | Method and Description |
---|---|
static PackagingProcessor<? extends org.jboss.shrinkwrap.api.Archive<?>> |
PackagingProcessors.find(PackagingType packagingType)
Finds the first packaging processor on the classpath that supports give
packageType |
boolean |
PackagingProcessor.handles(PackagingType packagingType)
Check that
packagingType is supported by this packaging processor |
Copyright © 2022 JBoss by Red Hat. All rights reserved.