Uses of Class
org.springframework.roo.project.Dependency

Uses of Dependency in org.springframework.roo.project
 

Methods in org.springframework.roo.project that return types with arguments of type Dependency
 List<Dependency> Plugin.getDependencies()
           
 Set<Dependency> ProjectMetadata.getDependencies()
           
 Set<Dependency> ProjectMetadata.getDependenciesExcludingVersion(Dependency dependency)
          Locates any dependencies which match the presented dependency, excluding the version number.
 List<Dependency> Dependency.getExclusions()
           
 

Methods in org.springframework.roo.project with parameters of type Dependency
 void ProjectOperations.addDependency(Dependency dependency)
          Allows addition of a JAR dependency to the POM.
 void ProjectMetadataProvider.addDependency(Dependency dependency)
          Attempts to add the specified dependency.
 void AbstractProjectOperations.addDependency(Dependency dependency)
           
 int Dependency.compareTo(Dependency o)
           
 void DependencyListener.dependencyAdded(Dependency d)
           
 void DependencyListener.dependencyRemoved(Dependency d)
           
 void ProjectOperations.dependencyUpdate(Dependency dependency)
          Verifies if the specified dependency is present.
 void AbstractProjectOperations.dependencyUpdate(Dependency dependency)
           
 Set<Dependency> ProjectMetadata.getDependenciesExcludingVersion(Dependency dependency)
          Locates any dependencies which match the presented dependency, excluding the version number.
 boolean ProjectMetadata.isDependencyRegistered(Dependency dependency)
          Convenience method for determining whether a particular dependency is registered.
 void ProjectOperations.removeDependency(Dependency dependency)
          Allows removal of a JAR dependency to the POM.
 void ProjectMetadataProvider.removeDependency(Dependency dependency)
          Attempts to remove the specified dependency.
 void AbstractProjectOperations.removeDependency(Dependency dependency)
           
 

Constructor parameters in org.springframework.roo.project with type arguments of type Dependency
Dependency(String groupId, String artifactId, String version, List<Dependency> exclusions)
          Convenience constructor for producing a JAR dependency.
Plugin(String groupId, String artifactId, String version, Configuration configuration, List<Dependency> dependencies, List<Execution> executions)
          Convenience constructor.
ProjectMetadata(org.springframework.roo.model.JavaPackage topLevelPackage, String projectName, Set<Dependency> dependencies, Set<Plugin> buildPlugins, Set<Repository> repositories, Set<Repository> pluginRepositories, Set<Property> pomProperties, PathResolver pathResolver)
           
 



Copyright © 2009-2010 VMware, Inc. All Rights Reserved.