| Constructor and Description |
|---|
RuntimeImpl() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
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() |
int |
hashCode() |
void |
setArchetypes(List<ArchetypeVersion> archetypes) |
void |
setArtifactId(String artifactId) |
void |
setBoms(List<BomVersion> boms) |
void |
setDefaultArchetype(ArchetypeVersion defaultArchetype) |
void |
setDefaultBom(BomVersion defaultBom) |
void |
setDownloadUrl(String downloadUrl) |
void |
setGroupId(String groupId) |
void |
setId(String id) |
void |
setLabels(Properties labels) |
void |
setLicense(String license) |
void |
setName(String name) |
void |
setUrl(String url) |
void |
setVersion(String version) |
String |
toString() |
public void setId(String id)
public void setName(String name)
public String getGroupId()
getGroupId in interface Runtimepublic void setGroupId(String groupId)
public String getArtifactId()
getArtifactId in interface Runtimepublic void setArtifactId(String artifactId)
public String getVersion()
getVersion in interface Runtimepublic void setVersion(String version)
public void setUrl(String url)
public String getDownloadUrl()
getDownloadUrl in interface Runtimepublic void setDownloadUrl(String downloadUrl)
public Properties getLabels()
public void setLabels(Properties labels)
public List<BomVersion> getBoms()
public void setBoms(List<BomVersion> boms)
public BomVersion getDefaultBom()
getDefaultBom in interface Runtimepublic void setDefaultBom(BomVersion defaultBom)
public List<ArchetypeVersion> getArchetypes()
getArchetypes in interface Runtimepublic void setArchetypes(List<ArchetypeVersion> archetypes)
public ArchetypeVersion getDefaultArchetype()
getDefaultArchetype in interface Runtimepublic void setDefaultArchetype(ArchetypeVersion defaultArchetype)
public String getLicense()
getLicense in interface Runtimepublic void setLicense(String license)
Copyright © 2016. All rights reserved.