Uses of Interface
org.repoweb.pom.ArtifactInfo

Packages that use ArtifactInfo
org.repoweb.model Repoweb model definition. 
org.repoweb.model.common Common class for RepoWeb. 
org.repoweb.model.file Repoweb model implementation for file repository. 
org.repoweb.model.jar Repoweb model implementation for repository zipped into a jar file. 
org.repoweb.pom POM (Project Object Model) definition.  
org.repoweb.tag Tag Library for RepoWeb.  
 

Uses of ArtifactInfo in org.repoweb.model
 

Subinterfaces of ArtifactInfo in org.repoweb.model
 interface Artifact
          Represent a maven's artifact.
 

Uses of ArtifactInfo in org.repoweb.model.common
 

Classes in org.repoweb.model.common that implement ArtifactInfo
 class AbstractArtifact
          Abstract class to ease implementation of the Artifact interface.
 

Uses of ArtifactInfo in org.repoweb.model.file
 

Classes in org.repoweb.model.file that implement ArtifactInfo
(package private)  class FArtifact
          Implementation of an artifact for file system.
 

Uses of ArtifactInfo in org.repoweb.model.jar
 

Classes in org.repoweb.model.jar that implement ArtifactInfo
(package private)  class JArtifact
          Artifact implementation for repository located into jar.
 

Uses of ArtifactInfo in org.repoweb.pom
 

Classes in org.repoweb.pom that implement ArtifactInfo
 class Dependency
          Describe a project dependency.
 

Uses of ArtifactInfo in org.repoweb.tag
 

Methods in org.repoweb.tag with parameters of type ArtifactInfo
static java.lang.String LinkTag.detailUrl(javax.servlet.jsp.PageContext context, ArtifactInfo art)
           
 



Copyright © 2003-2005 Repoweb. All Rights Reserved.