public final class ProjectIdentifier extends Object implements Comparable<ProjectIdentifier>
Modifier and Type | Class and Description |
---|---|
static class |
ProjectIdentifier.Builder |
Modifier and Type | Method and Description |
---|---|
static ProjectIdentifier |
build(String groupId,
String artifactId) |
static ProjectIdentifier.Builder |
builder() |
int |
compareTo(ProjectIdentifier other) |
boolean |
equals(Object object) |
String |
getArtifactId() |
String |
getGroupId() |
int |
hashCode() |
String |
toString() |
public static ProjectIdentifier build(String groupId, String artifactId)
public static ProjectIdentifier.Builder builder()
public int compareTo(ProjectIdentifier other)
compareTo
in interface Comparable<ProjectIdentifier>
public String getGroupId()
public String getArtifactId()
Copyright © 2015 The Kuali Foundation. All rights reserved.