public class Descriptor extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Descriptor.DistTags |
static class |
Descriptor.Version |
| Constructor and Description |
|---|
Descriptor() |
| Modifier and Type | Method and Description |
|---|---|
Descriptor.DistTags |
getDistTags() |
String |
getName() |
Map<String,Descriptor.Version> |
getVersions() |
void |
setDistTags(Descriptor.DistTags distTags) |
void |
setName(String name) |
void |
setVersions(Map<String,Descriptor.Version> versions) |
public String getName()
public void setName(String name)
name - the name to setpublic Descriptor.DistTags getDistTags()
public void setDistTags(Descriptor.DistTags distTags)
distTags - the distTags to setpublic Map<String,Descriptor.Version> getVersions()
public void setVersions(Map<String,Descriptor.Version> versions)
versions - the versions to setCopyright © 2014. All Rights Reserved.