Uses of Class
org.abstracthorizon.extend.repository.maven.pom.Artifact

Packages that use Artifact
org.abstracthorizon.extend.repository.maven   
org.abstracthorizon.extend.repository.maven.pom   
 

Uses of Artifact in org.abstracthorizon.extend.repository.maven
 

Methods in org.abstracthorizon.extend.repository.maven that return Artifact
static Artifact MavenRepoModuleLoader.parseArtifact(String fileId)
           
 

Methods in org.abstracthorizon.extend.repository.maven with parameters of type Artifact
 File MavenRepoModuleLoader.createLocalFile(Artifact artifact)
           
 File MavenRepoModuleLoader.createLocalFile(Artifact artifact, String file)
           
 void MavenRepoModuleLoader.downloadFile(Artifact artifact, File toFile)
           
 void MavenRepoModuleLoader.downloadFile(URL url, Artifact artifact, File toFile)
           
 void MavenRepoModuleLoader.downloadFile(URL url, Artifact artifact, String altVersion, File toFile)
           
 Module MavenRepoModuleLoader.loadAndDeploy(Artifact artifact, Set<Artifact> excludes)
           
 POM MavenRepoModuleLoader.loadPom(Artifact pomArtifact)
           
 

Method parameters in org.abstracthorizon.extend.repository.maven with type arguments of type Artifact
static boolean MavenRepoModuleLoader.excludesContain(Set<Artifact> excludes, Dependency dependency)
           
 Module MavenRepoModuleLoader.loadAndDeploy(Artifact artifact, Set<Artifact> excludes)
           
 void MavenRepoModuleLoader.processDependencies(POM pom, Module module, Set<Artifact> excludes)
           
 

Uses of Artifact in org.abstracthorizon.extend.repository.maven.pom
 

Subclasses of Artifact in org.abstracthorizon.extend.repository.maven.pom
 class Dependency
           
 class Exclusion
           
 class Parent
           
 class POM
          This class represents project
 

Methods in org.abstracthorizon.extend.repository.maven.pom that return Artifact
 Artifact Artifact.toNonSnapshotArtifact()
           
 Artifact Artifact.toPOMArtifact()
           
 Artifact Artifact.toSnapshotArtifact()
           
 

Methods in org.abstracthorizon.extend.repository.maven.pom with parameters of type Artifact
 boolean Exclusions.contains(Artifact dependency)
           
 

Constructors in org.abstracthorizon.extend.repository.maven.pom with parameters of type Artifact
Artifact(Artifact copy)
           
 



Copyright © 2005-2009 Abstract Horizon. All Rights Reserved.