Class ArtifactIdentifier.MavenResource
java.lang.Object
org.wildfly.channel.ArtifactCoordinate
org.wildfly.channel.spi.ArtifactIdentifier.MavenResource
- All Implemented Interfaces:
ArtifactIdentifier
- Enclosing interface:
ArtifactIdentifier
public static class ArtifactIdentifier.MavenResource
extends ArtifactCoordinate
implements ArtifactIdentifier
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.wildfly.channel.spi.ArtifactIdentifier
ArtifactIdentifier.MavenResource, ArtifactIdentifier.UrlResource -
Field Summary
Fields inherited from class org.wildfly.channel.ArtifactCoordinate
artifactId, classifier, extension, groupId, version -
Constructor Summary
ConstructorsConstructorDescriptionMavenResource(String groupId, String artifactId, String extension, String classifier, String version) MavenResource(ArtifactCoordinate artifactCoordinate) -
Method Summary
Methods inherited from class org.wildfly.channel.ArtifactCoordinate
equals, getArtifactId, getClassifier, getExtension, getGroupId, getVersion, hashCode, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.wildfly.channel.spi.ArtifactIdentifier
isMavenResource
-
Constructor Details
-
MavenResource
-
MavenResource
-
-
Method Details
-
getDescription
- Specified by:
getDescriptionin interfaceArtifactIdentifier
-