@Deprecated public class ProjectConfigContainer extends Object
| Constructor and Description | 
|---|
| ProjectConfigContainer()Deprecated.  | 
| ProjectConfigContainer(ProjectConfigContainer config)Deprecated.  | 
| ProjectConfigContainer(String groupId,
                                            String artifactId)Deprecated.  | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getArtifactId()Deprecated.  | 
| List<ContextConfig> | getContexts()Deprecated.  | 
| String | getGroupId()Deprecated.  | 
| List<Location> | getLocations()Deprecated.  | 
| void | setArtifactId(String artifactId)Deprecated.  | 
| void | setContexts(List<ContextConfig> contexts)Deprecated.  | 
| void | setGroupId(String groupId)Deprecated.  | 
| void | setLocations(List<Location> locations)Deprecated.  | 
public ProjectConfigContainer()
public ProjectConfigContainer(String groupId, String artifactId)
public ProjectConfigContainer(ProjectConfigContainer config)
public String getGroupId()
public String getArtifactId()
public List<Location> getLocations()
public List<ContextConfig> getContexts()
public void setGroupId(String groupId)
public void setArtifactId(String artifactId)
public void setLocations(List<Location> locations)
public void setContexts(List<ContextConfig> contexts)
Copyright © 2010–2014 The Kuali Foundation. All rights reserved.