org.kuali.common.util.project
Interface ProjectService

All Known Implementing Classes:
DefaultProjectService

public interface ProjectService


Method Summary
 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
 

Method Detail

getProject

Project getProject(ProjectIdentifier identifier)
Create a Project from identifier


getProject

Project getProject(String groupId,
                   String artifactId)
Create a Project from groupId and artifactId


getProject

@Deprecated
Project getProject(Properties properties)
Deprecated. 

Create a Project from properties



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