public class NBootId extends Object
| Modifier and Type | Field and Description |
|---|---|
static NBootId |
API_ID |
static NBootId |
BLANK |
static Pattern |
PATTERN |
static NBootId |
RUNTIME_ID |
| Constructor and Description |
|---|
NBootId() |
NBootId(NBootId id) |
NBootId(String groupId,
String artifactId) |
NBootId(String groupId,
String artifactId,
String version) |
NBootId(String groupId,
String artifactId,
String classifier,
String version,
String propertiesQuery,
NBootEnvCondition condition) |
public static NBootId API_ID
public static NBootId RUNTIME_ID
public static Pattern PATTERN
public static NBootId BLANK
public NBootId()
public NBootId(NBootId id)
public static NBootId ofApi(NBootVersion version)
public NBootId clear()
public String getFace()
public String getPackaging()
public NBootId setFaceContent()
public NBootId setFaceDescriptor()
public String getClassifier()
public NBootId setCondition(NBootEnvCondition c)
public NBootEnvCondition getCondition()
public NBootId clearProperties()
public String getPropertiesQuery()
public String getRepository()
public String getGroupId()
public String getFullName()
public String getShortName()
public String getLongName()
public String getArtifactId()
public String getVersion()
public boolean equalsShortId(NBootId other)
public boolean equalsLongId(NBootId other)
public NBootId getShortId()
public NBootId getLongId()
public NBootId copy()
public NBootDependency toDependency()
public boolean isNull()
public boolean isBlank()
public int compareTo(NBootId o2)
Copyright © 2025 vpc open source initiative. All rights reserved.