Forge - Dependencies API 2.0.0.Alpha3

Uses of Interface
org.jboss.forge.dependencies.Coordinate

Packages that use Coordinate
org.jboss.forge.dependencies   
org.jboss.forge.dependencies.builder   
org.jboss.forge.dependencies.collection   
 

Uses of Coordinate in org.jboss.forge.dependencies
 

Methods in org.jboss.forge.dependencies that return Coordinate
 Coordinate DependencyQuery.getCoordinate()
           
 Coordinate Dependency.getCoordinate()
          Get the Coordinate for this Dependency
 

Methods in org.jboss.forge.dependencies that return types with arguments of type Coordinate
 List<Coordinate> Dependency.getExcludedCoordinates()
          Returns the set of Coordinate instances that are excluded from this Dependency child hierarchy.
 List<Coordinate> DependencyResolver.resolveVersions(DependencyQuery query)
          Resolve the versions from a Dependency object contained in the DependencyQuery object.
 

Uses of Coordinate in org.jboss.forge.dependencies.builder
 

Classes in org.jboss.forge.dependencies.builder that implement Coordinate
 class CoordinateBuilder
           
 

Methods in org.jboss.forge.dependencies.builder that return Coordinate
 Coordinate DependencyQueryBuilder.getCoordinate()
           
 

Methods in org.jboss.forge.dependencies.builder that return types with arguments of type Coordinate
 List<Coordinate> DependencyBuilder.getExcludedCoordinates()
           
 

Methods in org.jboss.forge.dependencies.builder with parameters of type Coordinate
 DependencyBuilder DependencyBuilder.addExclusion(Coordinate coordinate)
           
static DependencyQueryBuilder DependencyQueryBuilder.create(Coordinate coordinate)
           
static CoordinateBuilder CoordinateBuilder.create(Coordinate c)
           
 DependencyBuilder DependencyBuilder.setCoordinate(Coordinate coordinate)
           
 

Method parameters in org.jboss.forge.dependencies.builder with type arguments of type Coordinate
 DependencyBuilder DependencyBuilder.setExcludedCoordinates(List<Coordinate> coordinates)
           
 

Uses of Coordinate in org.jboss.forge.dependencies.collection
 

Methods in org.jboss.forge.dependencies.collection with parameters of type Coordinate
static boolean DependencyNodeUtil.isForgeAddon(Coordinate coordinate)
          Check if the Dependency object is pointing to a Forge Addon artifact
 


Forge - Dependencies API 2.0.0.Alpha3

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.