public interface PluginPrefixResult
Modifier and Type | Method and Description |
---|---|
String |
getArtifactId()
The resolved artifact id for the plugin.
|
String |
getGroupId()
The resolved group id for the plugin.
|
org.eclipse.aether.repository.ArtifactRepository |
getRepository()
The repository from which the plugin prefix was resolved.
|
String getGroupId()
null
.String getArtifactId()
null
.org.eclipse.aether.repository.ArtifactRepository getRepository()
null
if the prefix was resolved from
the supplied POM.Copyright © 2001–2018 The Apache Software Foundation. All rights reserved.