| Package | Description |
|---|---|
| org.kuali.common.util.project | |
| org.kuali.common.util.project.model | |
| org.kuali.common.util.properties |
| Modifier and Type | Method and Description |
|---|---|
static String |
ProjectUtils.getPath(ProjectResource resource)
[prefix]org/kuali/common/kuali-util/[path]
|
| Modifier and Type | Method and Description |
|---|---|
ProjectResource |
ProjectResource.Builder.build() |
static ProjectResource |
ProjectResource.classpath(ProjectIdentifier project,
String path)
Create a
ProjectResource with the prefix set to classpath: |
static ProjectResource |
ProjectResource.classpath(ProjectIdentifier project,
String path,
boolean metainf)
Create a
ProjectResource with the prefix set to classpath: or classpath:META-INF/ |
static ProjectResource |
ProjectResource.create(ProjectIdentifier project,
String path)
Create a
ProjectResource with the prefix set to classpath: |
static ProjectResource |
ProjectResource.create(String prefix,
ProjectIdentifier project,
String path)
Create a
ProjectResource with the corresponding prefix |
static ProjectResource |
ProjectResource.directory(File directory,
ProjectIdentifier project,
String path)
Create a
ProjectResource with the prefix set to directory |
static ProjectResource |
ProjectResource.directory(File directory,
ProjectIdentifier project,
String path,
boolean metainf)
Create a
ProjectResource with the prefix set to directory and optionally further prefixed with META-INF |
| Modifier and Type | Method and Description |
|---|---|
Location |
DefaultPropertiesLocationService.getLocation(ProjectResource resource) |
Location |
PropertiesLocationService.getLocation(ProjectResource resource) |
Copyright © 2010–2014 The Kuali Foundation. All rights reserved.