Uses of Class
org.guvnor.common.services.project.model.GAV
-
Packages that use GAV Package Description org.guvnor.common.services.project.builder.model org.guvnor.common.services.project.model org.guvnor.common.services.project.service -
-
Uses of GAV in org.guvnor.common.services.project.builder.model
Methods in org.guvnor.common.services.project.builder.model that return GAV Modifier and Type Method Description GAVBuildResults. getGAV()GAVIncrementalBuildResults. getGAV()Constructors in org.guvnor.common.services.project.builder.model with parameters of type GAV Constructor Description BuildResults(GAV gav)IncrementalBuildResults(GAV gav) -
Uses of GAV in org.guvnor.common.services.project.model
Subclasses of GAV in org.guvnor.common.services.project.model Modifier and Type Class Description classDependencyMethods in org.guvnor.common.services.project.model that return GAV Modifier and Type Method Description GAVPOM. getGav()GAVPOM. getParent()Methods in org.guvnor.common.services.project.model that return types with arguments of type GAV Modifier and Type Method Description Collection<GAV>Dependencies. getCompileScopedGavs()Collection<GAV>Dependencies. getGavs(String... scopes)Methods in org.guvnor.common.services.project.model with parameters of type GAV Modifier and Type Method Description booleanDependencies. containsDependency(GAV other)DependencyDependencies. get(GAV gav)voidPOM. setParent(GAV parent)Constructors in org.guvnor.common.services.project.model with parameters of type GAV Constructor Description Dependency(GAV gav)POM(String name, String description, String url, GAV gav)POM(String name, String description, String url, GAV gav, boolean multiModule)POM(GAV gav) -
Uses of GAV in org.guvnor.common.services.project.service
Methods in org.guvnor.common.services.project.service that return GAV Modifier and Type Method Description GAVGAVAlreadyExistsException. getGAV()Methods in org.guvnor.common.services.project.service with parameters of type GAV Modifier and Type Method Description Set<MavenRepositoryMetadata>ModuleRepositoryResolver. getRepositoriesResolvingArtifact(GAV gav, MavenRepositoryMetadata... filter)Get a collection of Repositories that a given GAV resolve against.Set<MavenRepositoryMetadata>ModuleRepositoryResolver. getRepositoriesResolvingArtifact(GAV gav, Module module, MavenRepositoryMetadata... filter)Get a collection of Repositories that a given GAV resolve against.Constructors in org.guvnor.common.services.project.service with parameters of type GAV Constructor Description GAVAlreadyExistsException(GAV gav, Set<MavenRepositoryMetadata> repositories)
-