org.kuali.common.util.config
Class ProjectConfigContainer

java.lang.Object
  extended by org.kuali.common.util.config.ProjectConfigContainer

Deprecated.

@Deprecated
public class ProjectConfigContainer
extends Object


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

ProjectConfigContainer

public ProjectConfigContainer()
Deprecated. 

ProjectConfigContainer

public ProjectConfigContainer(String groupId,
                              String artifactId)
Deprecated. 

ProjectConfigContainer

public ProjectConfigContainer(ProjectConfigContainer config)
Deprecated. 
Method Detail

getGroupId

public String getGroupId()
Deprecated. 

getArtifactId

public String getArtifactId()
Deprecated. 

getLocations

public List<Location> getLocations()
Deprecated. 

getContexts

public List<ContextConfig> getContexts()
Deprecated. 

setGroupId

public void setGroupId(String groupId)
Deprecated. 

setArtifactId

public void setArtifactId(String artifactId)
Deprecated. 

setLocations

public void setLocations(List<Location> locations)
Deprecated. 

setContexts

public void setContexts(List<ContextConfig> contexts)
Deprecated. 


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