Uses of Class
com.sun.jersey.wadl.Dependency

Packages that use Dependency
com.sun.jersey.wadl   
 

Uses of Dependency in com.sun.jersey.wadl
 

Methods in com.sun.jersey.wadl that return types with arguments of type Dependency
 java.util.List<Dependency> Dependencies.getDependencies()
           
 

Method parameters in com.sun.jersey.wadl with type arguments of type Dependency
protected  java.util.List<java.lang.String> AbstractMojoProjectClasspathSupport.getClasspathElements(org.apache.maven.project.MavenProject mavenProject, java.util.List<Dependency> additionalDependencies)
          Create a list of classpath elements including declared build dependencies, the build output directory and additionally configured dependencies.
 void AbstractMojoProjectClasspathSupport.setDependencies(java.util.List<Dependency> dependencies)
           
 void Dependencies.setDependencies(java.util.List<Dependency> dependencies)
           
 



Copyright © 2011 Sun Microsystems, Inc. All Rights Reserved.