org.kuali.common.util
Class ProjectUtils

java.lang.Object
  extended by org.kuali.common.util.ProjectUtils

public class ProjectUtils
extends Object


Constructor Summary
ProjectUtils()
           
 
Method Summary
protected static void copyProperty(Object bean, String name, Object value)
           
protected static Map<String,Object> describe(Object bean)
           
protected static String getBeanProperty(String key, String startsWith)
           
static List<Dependency> getDependencies(String csv)
           
static String getJavaSourceFileTemplate()
           
static Project getProject(Properties properties)
           
static Project getProject(String gav)
           
static Properties getProperties(Project project)
           
static Properties getProperties(String gav)
           
static String getPropertiesLocation(Project project)
           
static Project loadProject(String gav)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProjectUtils

public ProjectUtils()
Method Detail

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.