org.kuali.common.util.project
Class ImmutableProject
java.lang.Object
org.kuali.common.util.project.ImmutableProject
- All Implemented Interfaces:
- Project
public final class ImmutableProject
- extends Object
- implements Project
ImmutableProject
public ImmutableProject(String groupId,
String artifactId,
String version,
Properties properties)
toString
public String toString()
- Overrides:
toString
in class Object
getGroupId
public String getGroupId()
- Specified by:
getGroupId
in interface Project
getArtifactId
public String getArtifactId()
- Specified by:
getArtifactId
in interface Project
getVersion
public String getVersion()
- Specified by:
getVersion
in interface Project
getProperties
public Properties getProperties()
- Specified by:
getProperties
in interface Project
Copyright © 2010-2013 The Kuali Foundation. All Rights Reserved.