public interface ProjectService
| Modifier and Type | Method and Description |
|---|---|
Project |
getProject(ProjectIdentifier identifier)
Create a
Project from identifier |
Project |
getProject(Properties properties)
Deprecated.
|
Project |
getProject(String groupId,
String artifactId)
Create a
Project from groupId and artifactId |
Project getProject(ProjectIdentifier identifier)
Project from identifierProject getProject(String groupId, String artifactId)
Project from groupId and artifactId@Deprecated Project getProject(Properties properties)
Project from propertiesCopyright © 2010–2014 The Kuali Foundation. All rights reserved.