org.kuali.common.util
Class DefaultProjectContext
java.lang.Object
org.kuali.common.util.DefaultProjectContext
- All Implemented Interfaces:
- ProjectContext
- Direct Known Subclasses:
- UtilProjectContext
public class DefaultProjectContext
- extends Object
- implements ProjectContext
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
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)
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.