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
Project from identifier |
Project |
getProject(Properties properties)
Deprecated.
Use ProjectUtils.getProject(properties) instead
|
Project |
getProject(String groupId,
String artifactId)
Create a
Project from groupId and artifactId |
protected String |
getPropertiesFileLocation(String groupId,
String artifactId) |
protected Project |
load(String groupId,
String artifactId) |
public DefaultProjectService(EnvironmentService env)
@Deprecated public Project getProject(Properties properties)
ProjectService
Project
from properties
getProject
in interface ProjectService
public Project getProject(ProjectIdentifier identifier)
ProjectService
Project
from identifier
getProject
in interface ProjectService
public Project getProject(String groupId, String artifactId)
ProjectService
Project
from groupId
and artifactId
getProject
in interface ProjectService
protected void clearCache()
protected String getPropertiesFileLocation(String groupId, String artifactId)
public EnvironmentService getEnv()
Copyright © 2010–2014 The Kuali Foundation. All rights reserved.