org.kuali.common.util
Class ProjectUtils
java.lang.Object
org.kuali.common.util.ProjectUtils
public class ProjectUtils
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProjectUtils
public ProjectUtils()
loadProject
public static Project loadProject(String gav)
getProject
public static Project getProject(String gav)
getDependencies
public static List<Dependency> getDependencies(String csv)
getProject
public static Project getProject(Properties properties)
getBeanProperty
protected static String getBeanProperty(String key,
String startsWith)
getProperties
public static Properties getProperties(String gav)
getProperties
public static Properties getProperties(Project project)
getPropertiesLocation
public static String getPropertiesLocation(Project project)
getJavaSourceFileTemplate
public static String getJavaSourceFileTemplate()
describe
protected static Map<String,Object> describe(Object bean)
copyProperty
protected static void copyProperty(Object bean,
String name,
Object value)
Copyright © 2010-2013 The Kuali Foundation. All Rights Reserved.