public class DefaultProjectService extends Object implements ProjectService
| Constructor and Description | 
|---|
| DefaultProjectService(EnvironmentService env) | 
| Modifier and Type | Method and Description | 
|---|---|
| protected void | clearCache() | 
| EnvironmentService | getEnv() | 
| Project | getProject(ProjectIdentifier identifier)Create a  Projectfromidentifier | 
| Project | getProject(Properties properties)Deprecated. 
 Use ProjectUtils.getProject(properties) instead | 
| Project | getProject(String groupId,
                    String artifactId)Create a  ProjectfromgroupIdandartifactId | 
| protected String | getPropertiesFileLocation(String groupId,
                                                  String artifactId) | 
| protected Project | load(String groupId,
        String artifactId) | 
public DefaultProjectService(EnvironmentService env)
@Deprecated public Project getProject(Properties properties)
ProjectServiceProject from propertiesgetProject in interface ProjectServicepublic Project getProject(ProjectIdentifier identifier)
ProjectServiceProject from identifiergetProject in interface ProjectServicepublic Project getProject(String groupId, String artifactId)
ProjectServiceProject from groupId and artifactIdgetProject in interface ProjectServiceprotected void clearCache()
protected String getPropertiesFileLocation(String groupId, String artifactId)
public EnvironmentService getEnv()
Copyright © 2010–2014 The Kuali Foundation. All rights reserved.