public class DefaultNutsId extends Object implements net.thevpc.nuts.NutsId
| Modifier and Type | Field and Description |
|---|---|
static long |
serialVersionUID |
| Modifier | Constructor and Description |
|---|---|
protected |
DefaultNutsId(String groupId,
String artifactId,
net.thevpc.nuts.NutsVersion version,
Map<String,String> properties,
net.thevpc.nuts.NutsSession session) |
protected |
DefaultNutsId(String groupId,
String artifactId,
net.thevpc.nuts.NutsVersion version,
String properties,
net.thevpc.nuts.NutsSession session) |
|
DefaultNutsId(String groupId,
String artifactId,
String version,
Map<String,String> properties,
net.thevpc.nuts.NutsSession session) |
|
DefaultNutsId(String groupId,
String artifactId,
String version,
net.thevpc.nuts.NutsSession session) |
|
DefaultNutsId(String groupId,
String artifactId,
String version,
String properties,
net.thevpc.nuts.NutsSession session) |
| Modifier and Type | Method and Description |
|---|---|
net.thevpc.nuts.NutsTokenFilter |
anyToken() |
net.thevpc.nuts.NutsTokenFilter |
artifactIdToken() |
net.thevpc.nuts.NutsIdBuilder |
builder() |
int |
compareTo(net.thevpc.nuts.NutsId o2) |
boolean |
contains(String substring) |
boolean |
equals(Object o) |
boolean |
equalsShortName(net.thevpc.nuts.NutsId other) |
net.thevpc.nuts.NutsFormat |
formatter() |
String |
getArch() |
String |
getArtifactId() |
String |
getClassifier() |
String |
getFace() |
String |
getFullName() |
String |
getGroupId() |
String |
getLongName() |
net.thevpc.nuts.NutsId |
getLongNameId() |
String |
getOs() |
String |
getOsdist() |
String |
getPackaging() |
String |
getPlatform() |
Map<String,String> |
getProperties() |
String |
getPropertiesQuery() |
String |
getRepository() |
String |
getShortName() |
net.thevpc.nuts.NutsId |
getShortNameId() |
net.thevpc.nuts.NutsVersion |
getVersion() |
net.thevpc.nuts.NutsTokenFilter |
groupIdToken() |
int |
hashCode() |
boolean |
isBlank() |
boolean |
isNull() |
boolean |
like(String pattern) |
boolean |
matches(String pattern) |
net.thevpc.nuts.NutsTokenFilter |
propertiesToken() |
net.thevpc.nuts.NutsTokenFilter |
repositoryToken() |
net.thevpc.nuts.NutsDependency |
toDependency() |
String |
toString() |
net.thevpc.nuts.NutsTokenFilter |
versionToken() |
public static final long serialVersionUID
public DefaultNutsId(String groupId, String artifactId, String version, Map<String,String> properties, net.thevpc.nuts.NutsSession session)
protected DefaultNutsId(String groupId, String artifactId, net.thevpc.nuts.NutsVersion version, Map<String,String> properties, net.thevpc.nuts.NutsSession session)
protected DefaultNutsId(String groupId, String artifactId, net.thevpc.nuts.NutsVersion version, String properties, net.thevpc.nuts.NutsSession session)
public DefaultNutsId(String groupId, String artifactId, String version, 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.NutsTokenFilterpublic boolean isBlank()
isBlank in interface net.thevpc.nuts.NutsTokenFilterpublic boolean matches(String pattern)
matches in interface net.thevpc.nuts.NutsTokenFilterpublic boolean contains(String substring)
contains in interface net.thevpc.nuts.NutsTokenFilterpublic net.thevpc.nuts.NutsTokenFilter groupIdToken()
groupIdToken in interface net.thevpc.nuts.NutsIdpublic net.thevpc.nuts.NutsTokenFilter propertiesToken()
propertiesToken in interface net.thevpc.nuts.NutsIdpublic net.thevpc.nuts.NutsTokenFilter versionToken()
versionToken in interface net.thevpc.nuts.NutsIdpublic net.thevpc.nuts.NutsTokenFilter artifactIdToken()
artifactIdToken in interface net.thevpc.nuts.NutsIdpublic net.thevpc.nuts.NutsTokenFilter repositoryToken()
repositoryToken in interface net.thevpc.nuts.NutsIdpublic net.thevpc.nuts.NutsTokenFilter anyToken()
anyToken in interface net.thevpc.nuts.NutsIdpublic boolean equalsShortName(net.thevpc.nuts.NutsId other)
equalsShortName in interface net.thevpc.nuts.NutsIdpublic boolean like(String pattern)
like in interface net.thevpc.nuts.NutsTokenFilterpublic 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 String getOs()
getOs in interface net.thevpc.nuts.NutsIdpublic String getOsdist()
getOsdist in interface net.thevpc.nuts.NutsIdpublic String getPlatform()
getPlatform in interface net.thevpc.nuts.NutsIdpublic String getArch()
getArch 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 getShortNameId()
getShortNameId in interface net.thevpc.nuts.NutsIdpublic net.thevpc.nuts.NutsId getLongNameId()
getLongNameId 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>Copyright © 2021 vpc open source initiative. All rights reserved.