| Package | Description |
|---|---|
| org.kuali.common.util | |
| org.kuali.common.util.property | |
| org.kuali.common.util.spring |
| Modifier and Type | Method and Description |
|---|---|
static Project |
ProjectUtils.getProject(Properties properties)
Deprecated.
Return a
Project object by copying values from the properties object into a Project object. |
static Project |
ProjectUtils.getProject(String gav)
Deprecated.
Create a skeleton
Project object from the gav. |
static Project |
ProjectUtils.loadProject(ProjectContext context)
Deprecated.
|
static Project |
ProjectUtils.loadProject(String projectId)
Deprecated.
Create a
Project object from the projectId. |
static Project |
ProjectUtils.loadProject(String groupId,
String artifactId)
Deprecated.
Create a
Project object from groupId, artifactId pair. |
| Modifier and Type | Method and Description |
|---|---|
static List<Project> |
ProjectUtils.loadProjects(List<String> projectIds)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
ProjectUtils.getClassPathPrefix(Project project)
Deprecated.
Given a project containing groupId + artifactId, convert the groupId to groupId.base, then return the classpath prefix
|
static String |
ProjectUtils.getGav(Project project)
Deprecated.
|
static String |
ProjectUtils.getProjectId(Project project)
Deprecated.
|
static String |
ProjectUtils.getPropertiesFileLocation(Project project)
Deprecated.
|
static File |
ProjectUtils.getResourceDirectory(File directory,
Project project)
Deprecated.
Given a groupId and artifactId, convert the groupId to groupId.base, then return a resource path relative to directory
|
static File |
ProjectUtils.getResourceFile(File directory,
Project project,
String filename)
Deprecated.
Given a groupId and artifactId, convert the groupId to groupId.base, then return a handle to a file relative to directory with the given filename
|
static String |
ProjectUtils.getResourcePath(Project project)
Deprecated.
Given groupId:artifactId, convert the groupId to groupId.base, then return a resource friendly prefix
|
protected static Properties |
ProjectUtils.loadAndCache(Project project,
String projectId)
Deprecated.
|
static Properties |
ProjectUtils.loadProperties(Project project)
Deprecated.
Use the groupId and artifactId from this project to load the corresponding project.properties file and cache it in our internal Map
|
| Modifier and Type | Method and Description |
|---|---|
Project |
ProjectProperties.getProject()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProjectProperties.setProject(Project project)
Deprecated.
|
| Constructor and Description |
|---|
ProjectProperties(Project project,
PropertiesContext propertiesContext)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Project |
ProjectFactoryBean.getObject()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Class<Project> |
ProjectFactoryBean.getObjectType()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static ProjectProperties |
ConfigUtils.getProjectProperties(Project project,
List<String> locations)
Deprecated.
|
Copyright © 2010–2014 The Kuali Foundation. All rights reserved.