|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.kuali.common.util.config.ProjectConfigContainer
@Deprecated public class ProjectConfigContainer
Constructor Summary | |
---|---|
ProjectConfigContainer()
Deprecated. |
|
ProjectConfigContainer(ProjectConfigContainer config)
Deprecated. |
|
ProjectConfigContainer(String groupId,
String artifactId)
Deprecated. |
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ProjectConfigContainer()
public ProjectConfigContainer(String groupId, String artifactId)
public ProjectConfigContainer(ProjectConfigContainer config)
Method Detail |
---|
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)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |