public class DefaultNutsId extends Object implements net.thevpc.nuts.NutsId
| Modifier and Type | Field and Description |
|---|---|
static long |
serialVersionUID |
| Constructor and Description |
|---|
DefaultNutsId(String groupId,
String artifactId,
net.thevpc.nuts.NutsVersion version,
String classifier,
Map<String,String> properties,
net.thevpc.nuts.NutsEnvCondition condition,
net.thevpc.nuts.NutsSession session) |
DefaultNutsId(String groupId,
String artifactId,
net.thevpc.nuts.NutsVersion version,
String classifier,
String properties,
net.thevpc.nuts.NutsEnvCondition condition,
net.thevpc.nuts.NutsSession session) |
| Modifier and Type | Method and Description |
|---|---|
net.thevpc.nuts.NutsIdBuilder |
builder() |
int |
compareTo(net.thevpc.nuts.NutsId o2) |
net.thevpc.nuts.NutsId |
compatNewer() |
net.thevpc.nuts.NutsId |
compatOlder() |
boolean |
equals(Object o) |
boolean |
equalsLongId(net.thevpc.nuts.NutsId other) |
boolean |
equalsShortId(net.thevpc.nuts.NutsId other) |
net.thevpc.nuts.NutsIdFilter |
filter() |
net.thevpc.nuts.NutsFormat |
formatter() |
String |
getArtifactId() |
String |
getClassifier() |
net.thevpc.nuts.NutsEnvCondition |
getCondition() |
String |
getFace() |
String |
getFullName() |
String |
getGroupId() |
net.thevpc.nuts.NutsId |
getLongId() |
String |
getLongName() |
String |
getPackaging() |
Map<String,String> |
getProperties() |
String |
getPropertiesQuery() |
String |
getRepository() |
net.thevpc.nuts.NutsId |
getShortId() |
String |
getShortName() |
net.thevpc.nuts.NutsVersion |
getVersion() |
int |
hashCode() |
boolean |
isBlank() |
boolean |
isLongId() |
boolean |
isNull() |
boolean |
isShortId() |
net.thevpc.nuts.NutsDependency |
toDependency() |
String |
toString() |
public static final long serialVersionUID
public DefaultNutsId(String groupId, String artifactId, net.thevpc.nuts.NutsVersion version, String classifier, Map<String,String> properties, net.thevpc.nuts.NutsEnvCondition condition, net.thevpc.nuts.NutsSession session)
public net.thevpc.nuts.NutsFormat formatter()
formatter in interface net.thevpc.nuts.NutsFormattablepublic boolean isNull()
isNull in interface net.thevpc.nuts.NutsIdpublic boolean isBlank()
isBlank in interface net.thevpc.nuts.NutsBlankableisBlank in interface net.thevpc.nuts.NutsIdpublic boolean equalsShortId(net.thevpc.nuts.NutsId other)
equalsShortId in interface net.thevpc.nuts.NutsIdpublic boolean isLongId()
isLongId in interface net.thevpc.nuts.NutsIdpublic boolean isShortId()
isShortId in interface net.thevpc.nuts.NutsIdpublic boolean equalsLongId(net.thevpc.nuts.NutsId other)
equalsLongId in interface net.thevpc.nuts.NutsIdpublic String getFace()
getFace in interface net.thevpc.nuts.NutsIdpublic String getClassifier()
getClassifier in interface net.thevpc.nuts.NutsIdpublic String getPackaging()
getPackaging in interface net.thevpc.nuts.NutsIdpublic net.thevpc.nuts.NutsEnvCondition getCondition()
getCondition in interface net.thevpc.nuts.NutsIdpublic String getPropertiesQuery()
getPropertiesQuery in interface net.thevpc.nuts.NutsIdpublic Map<String,String> getProperties()
getProperties in interface net.thevpc.nuts.NutsIdpublic String getRepository()
getRepository in interface net.thevpc.nuts.NutsIdpublic String getGroupId()
getGroupId in interface net.thevpc.nuts.NutsIdpublic net.thevpc.nuts.NutsId getShortId()
getShortId in interface net.thevpc.nuts.NutsIdpublic net.thevpc.nuts.NutsId getLongId()
getLongId in interface net.thevpc.nuts.NutsIdpublic String getShortName()
getShortName in interface net.thevpc.nuts.NutsIdpublic String getLongName()
getLongName in interface net.thevpc.nuts.NutsIdpublic String getFullName()
getFullName in interface net.thevpc.nuts.NutsIdpublic String getArtifactId()
getArtifactId in interface net.thevpc.nuts.NutsIdpublic net.thevpc.nuts.NutsVersion getVersion()
getVersion in interface net.thevpc.nuts.NutsIdpublic net.thevpc.nuts.NutsDependency toDependency()
toDependency in interface net.thevpc.nuts.NutsIdpublic net.thevpc.nuts.NutsIdBuilder builder()
builder in interface net.thevpc.nuts.NutsIdpublic int compareTo(net.thevpc.nuts.NutsId o2)
compareTo in interface Comparable<net.thevpc.nuts.NutsId>public net.thevpc.nuts.NutsIdFilter filter()
filter in interface net.thevpc.nuts.NutsIdpublic net.thevpc.nuts.NutsId compatNewer()
compatNewer in interface net.thevpc.nuts.NutsIdpublic net.thevpc.nuts.NutsId compatOlder()
compatOlder in interface net.thevpc.nuts.NutsIdCopyright © 2022 vpc open source initiative. All rights reserved.