|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Project | |
|---|---|
| org.kuali.common.util | |
| org.kuali.common.util.property | |
| org.kuali.common.util.property.processor | |
| org.kuali.common.util.spring | |
| Uses of Project in org.kuali.common.util |
|---|
| Methods in org.kuali.common.util that return Project | |
|---|---|
static Project |
ProjectUtils.getProject(Properties properties)
Return a Project object by copying values from the properties object into a Project object. |
static Project |
ProjectUtils.getProject(String gav)
Create a skeleton Project object from the gav. |
static Project |
ProjectUtils.loadProject(ProjectContext context)
Create a Project object from the context. |
static Project |
ProjectUtils.loadProject(String gav)
Create a Project object from the gav. |
| Methods in org.kuali.common.util with parameters of type Project | |
|---|---|
static String |
ProjectUtils.getGav(Project project)
|
static String |
ProjectUtils.getPropertiesFileLocation(Project project)
|
protected static Properties |
ProjectUtils.loadAndCache(Project project,
String gav)
|
static Properties |
ProjectUtils.loadProperties(Project project)
|
| Uses of Project in org.kuali.common.util.property |
|---|
| Methods in org.kuali.common.util.property that return Project | |
|---|---|
Project |
ProjectProperties.getProject()
|
| Methods in org.kuali.common.util.property with parameters of type Project | |
|---|---|
void |
ProjectProperties.setProject(Project project)
|
| Constructors in org.kuali.common.util.property with parameters of type Project | |
|---|---|
ProjectProperties(Project project,
PropertiesContext propertiesContext)
|
|
| Uses of Project in org.kuali.common.util.property.processor |
|---|
| Methods in org.kuali.common.util.property.processor that return Project | |
|---|---|
protected Project |
ProjectProcessor.getProject(Properties properties)
|
| Methods in org.kuali.common.util.property.processor with parameters of type Project | |
|---|---|
protected void |
ProjectProcessor.validate(Project project)
|
| Uses of Project in org.kuali.common.util.spring |
|---|
| Methods in org.kuali.common.util.spring that return Project | |
|---|---|
Project |
ProjectFactoryBean.getObject()
|
| Methods in org.kuali.common.util.spring that return types with arguments of type Project | |
|---|---|
Class<Project> |
ProjectFactoryBean.getObjectType()
|
| Methods in org.kuali.common.util.spring with parameters of type Project | |
|---|---|
static ProjectProperties |
ConfigUtils.getProjectProperties(Project project,
List<String> locations)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||