org.kuali.common.util.project
Class ImmutableProject

java.lang.Object
  extended by org.kuali.common.util.project.ImmutableProject
All Implemented Interfaces:
Project

public final class ImmutableProject
extends Object
implements Project


Constructor Summary
ImmutableProject(String groupId, String artifactId, String version, Properties properties)
           
 
Method Summary
 String getArtifactId()
           
 String getGroupId()
           
 Properties getProperties()
           
 String getVersion()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ImmutableProject

public ImmutableProject(String groupId,
                        String artifactId,
                        String version,
                        Properties properties)
Method Detail

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.