class DefaultPluginVersionResult extends java.lang.Object implements PluginVersionResult
Modifier and Type | Field and Description |
---|---|
private org.eclipse.aether.repository.ArtifactRepository |
repository |
private java.lang.String |
version |
Constructor and Description |
---|
DefaultPluginVersionResult() |
DefaultPluginVersionResult(java.lang.String version) |
Modifier and Type | Method and Description |
---|---|
org.eclipse.aether.repository.ArtifactRepository |
getRepository()
The repository from which the plugin version was resolved.
|
java.lang.String |
getVersion()
The resolved plugin version.
|
void |
setRepository(org.eclipse.aether.repository.ArtifactRepository repository) |
void |
setVersion(java.lang.String version) |
private java.lang.String version
private org.eclipse.aether.repository.ArtifactRepository repository
public DefaultPluginVersionResult()
public DefaultPluginVersionResult(java.lang.String version)
public java.lang.String getVersion()
PluginVersionResult
getVersion
in interface PluginVersionResult
null
.public void setVersion(java.lang.String version)
public org.eclipse.aether.repository.ArtifactRepository getRepository()
PluginVersionResult
getRepository
in interface PluginVersionResult
null
.public void setRepository(org.eclipse.aether.repository.ArtifactRepository repository)