Uses of Class
org.kuali.common.util.Dependency

Packages that use Dependency
org.kuali.common.util   
 

Uses of Dependency in org.kuali.common.util
 

Methods in org.kuali.common.util that return Dependency
static Dependency RepositoryUtils.parseDependency(String gav)
           Order is groupId:artifactId:version:classifier:type:scope.
 

Methods in org.kuali.common.util that return types with arguments of type Dependency
 List<Dependency> Project.getDependencies()
           
static List<Dependency> ProjectUtils.getDependencies(String csv)
           
 

Methods in org.kuali.common.util with parameters of type Dependency
static String RepositoryUtils.toString(Dependency dependency)
           Order is groupId:artifactId:version:classifier:type:scope.
 

Method parameters in org.kuali.common.util with type arguments of type Dependency
 void Project.setDependencies(List<Dependency> dependencies)
           
 



Copyright © 2010-2013 The Kuali Foundation. All Rights Reserved.