public interface Runtime
Modifier and Type | Method and Description |
---|---|
List<ArchetypeVersion> |
getArchetypes() |
String |
getArtifactId() |
List<BomVersion> |
getBoms() |
ArchetypeVersion |
getDefaultArchetype() |
BomVersion |
getDefaultBom() |
String |
getDownloadUrl() |
String |
getGroupId() |
String |
getId() |
Properties |
getLabels() |
String |
getLicense() |
String |
getName() |
String |
getUrl() |
String |
getVersion() |
String getId()
String getName()
String getGroupId()
String getArtifactId()
String getVersion()
String getUrl()
String getDownloadUrl()
Properties getLabels()
List<BomVersion> getBoms()
BomVersion getDefaultBom()
List<ArchetypeVersion> getArchetypes()
ArchetypeVersion getDefaultArchetype()
String getLicense()
Copyright © 2016. All rights reserved.