public class UniverseLocation extends Object
| Modifier and Type | Field and Description |
|---|---|
static UniverseLocation |
DEFAULT |
| Constructor and Description |
|---|
UniverseLocation(String name,
ArtifactCoords coords) |
| Modifier and Type | Method and Description |
|---|---|
ArtifactCoords |
getCoordinates() |
String |
getName() |
String |
getVersionRange() |
void |
updateLatestVersion(String version)
Version has been retrieved.
|
public static UniverseLocation DEFAULT
public UniverseLocation(String name, ArtifactCoords coords)
public String getName()
public ArtifactCoords getCoordinates()
public String getVersionRange()
public void updateLatestVersion(String version)
version - The latest version of the universe location.Copyright © 2016–2018 JBoss by Red Hat. All rights reserved.