| Package | Description |
|---|---|
| org.jboss.shrinkwrap.resolver.api.maven | |
| org.jboss.shrinkwrap.resolver.api.maven.coordinate |
| Modifier and Type | Method and Description |
|---|---|
static PackagingType |
PackagingType.fromPackagingType(String typeName)
Maps a string to PackagingType
|
static PackagingType |
PackagingType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PackagingType[] |
PackagingType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| 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 |
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.