public final class ImmutableProject extends Object implements Project
| Constructor and Description |
|---|
ImmutableProject(ProjectIdentifier identifier,
String version,
Properties properties) |
ImmutableProject(String groupId,
String artifactId,
String version,
Properties properties) |
| Modifier and Type | Method and Description |
|---|---|
static ImmutableProject |
copyOf(Project project) |
boolean |
equals(Object other) |
String |
getArtifactId() |
String |
getGroupId() |
String |
getIdentifier() |
Properties |
getProperties() |
String |
getVersion() |
int |
hashCode() |
String |
toString() |
public ImmutableProject(ProjectIdentifier identifier, String version, Properties properties)
public ImmutableProject(String groupId, String artifactId, String version, Properties properties)
public static ImmutableProject copyOf(Project project)
public String getGroupId()
getGroupId in interface Projectpublic String getArtifactId()
getArtifactId in interface Projectpublic String getVersion()
getVersion in interface Projectpublic Properties getProperties()
getProperties in interface Projectpublic String getIdentifier()
Copyright © 2010–2014 The Kuali Foundation. All rights reserved.