@Deprecated public class DefaultProjectContext extends Object implements ProjectContext
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_GROUP_ID
Deprecated.
|
static List<String> |
DEFAULT_PROPERTY_LOCATIONS
Deprecated.
|
Constructor and Description |
---|
DefaultProjectContext()
Deprecated.
|
DefaultProjectContext(String artifactId)
Deprecated.
|
DefaultProjectContext(String artifactId,
List<String> propertyLocations)
Deprecated.
|
DefaultProjectContext(String groupId,
String artifactId)
Deprecated.
|
DefaultProjectContext(String groupId,
String artifactId,
List<String> propertyLocations)
Deprecated.
|
DefaultProjectContext(String groupId,
String artifactId,
String propertyLocation)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
String |
getArtifactId()
Deprecated.
|
String |
getGroupId()
Deprecated.
|
List<String> |
getPropertyLocations()
Deprecated.
|
void |
setArtifactId(String artifactId)
Deprecated.
|
void |
setGroupId(String groupId)
Deprecated.
|
void |
setPropertyLocations(List<String> propertyLocations)
Deprecated.
|
public static final List<String> DEFAULT_PROPERTY_LOCATIONS
@Deprecated public static final String DEFAULT_GROUP_ID
public DefaultProjectContext()
public DefaultProjectContext(String artifactId)
public DefaultProjectContext(String groupId, String artifactId)
public DefaultProjectContext(String groupId, String artifactId, String propertyLocation)
public DefaultProjectContext(String artifactId, List<String> propertyLocations)
public DefaultProjectContext(String groupId, String artifactId, List<String> propertyLocations)
public String getGroupId()
getGroupId
in interface ProjectContext
public String getArtifactId()
getArtifactId
in interface ProjectContext
public List<String> getPropertyLocations()
getPropertyLocations
in interface ProjectContext
public void setGroupId(String groupId)
public void setArtifactId(String artifactId)
public void setPropertyLocations(List<String> propertyLocations)
Copyright © 2010–2014 The Kuali Foundation. All rights reserved.