org.kuali.common.util
Class DefaultProjectContext

java.lang.Object
  extended by org.kuali.common.util.DefaultProjectContext
All Implemented Interfaces:
ProjectContext
Direct Known Subclasses:
UtilProjectContext

public class DefaultProjectContext
extends Object
implements ProjectContext


Field Summary
static String DEFAULT_GROUP_ID
           
static List<String> DEFAULT_PROPERTY_LOCATIONS
           
 
Constructor Summary
DefaultProjectContext()
           
DefaultProjectContext(String artifactId)
           
DefaultProjectContext(String artifactId, List<String> propertyLocations)
           
DefaultProjectContext(String groupId, String artifactId)
           
DefaultProjectContext(String groupId, String artifactId, List<String> propertyLocations)
           
DefaultProjectContext(String groupId, String artifactId, String propertyLocation)
           
 
Method Summary
 String getArtifactId()
           
 String getGroupId()
           
 List<String> getPropertyLocations()
           
 void setArtifactId(String artifactId)
           
 void setGroupId(String groupId)
           
 void setPropertyLocations(List<String> propertyLocations)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_PROPERTY_LOCATIONS

public static final List<String> DEFAULT_PROPERTY_LOCATIONS

DEFAULT_GROUP_ID

public static final String DEFAULT_GROUP_ID
See Also:
Constant Field Values
Constructor Detail

DefaultProjectContext

public DefaultProjectContext()

DefaultProjectContext

public DefaultProjectContext(String artifactId)

DefaultProjectContext

public DefaultProjectContext(String groupId,
                             String artifactId)

DefaultProjectContext

public DefaultProjectContext(String groupId,
                             String artifactId,
                             String propertyLocation)

DefaultProjectContext

public DefaultProjectContext(String artifactId,
                             List<String> propertyLocations)

DefaultProjectContext

public DefaultProjectContext(String groupId,
                             String artifactId,
                             List<String> propertyLocations)
Method Detail

getGroupId

public String getGroupId()
Specified by:
getGroupId in interface ProjectContext

getArtifactId

public String getArtifactId()
Specified by:
getArtifactId in interface ProjectContext

getPropertyLocations

public List<String> getPropertyLocations()
Specified by:
getPropertyLocations in interface ProjectContext

setGroupId

public void setGroupId(String groupId)

setArtifactId

public void setArtifactId(String artifactId)

setPropertyLocations

public void setPropertyLocations(List<String> propertyLocations)


Copyright © 2010-2013 The Kuali Foundation. All Rights Reserved.