|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Artifact | |
org.repoweb.action | Struts action package. |
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. |
Uses of Artifact in org.repoweb.action |
Methods in org.repoweb.action with parameters of type Artifact | |
static org.apache.struts.action.ActionForward |
UriBeautifier.buildActionForwardTo(Artifact artifact)
|
Uses of Artifact in org.repoweb.model |
Methods in org.repoweb.model that return Artifact | |
Artifact |
Repository.getArtifact(java.lang.String groupId,
java.lang.String typeId,
java.lang.String filename)
Get one Artifact. |
Artifact |
Repository.buildPom(Project project)
Build a new POM in the repository. |
Artifact |
FailSafeRepository.buildPom(Project project)
|
Artifact |
FailSafeRepository.getArtifact(java.lang.String groupId,
java.lang.String typeId,
java.lang.String filename)
|
Artifact |
Artifact.getPom()
Retrieve the Project Object Model for this artifact. |
Uses of Artifact in org.repoweb.model.common |
Classes in org.repoweb.model.common that implement Artifact | |
class |
AbstractArtifact
Abstract class to ease implementation of the Artifact interface. |
Uses of Artifact in org.repoweb.model.file |
Classes in org.repoweb.model.file that implement Artifact | |
(package private) class |
FArtifact
Implementation of an artifact for file system. |
Methods in org.repoweb.model.file that return Artifact | |
Artifact |
FileRepository.buildPom(Project project)
|
Artifact |
FileRepository.getArtifact(java.lang.String groupId,
java.lang.String typeId,
java.lang.String filename)
|
Artifact |
FArtifact.getPom()
|
Methods in org.repoweb.model.file with parameters of type Artifact | |
(package private) boolean |
FArtifactListFilter.validArtifact(Artifact artifact)
|
(package private) void |
FArtifact.setPom(Artifact pom)
|
Constructors in org.repoweb.model.file with parameters of type Artifact | |
FArtifactList(Artifact[] artifacts)
|
Uses of Artifact in org.repoweb.model.jar |
Classes in org.repoweb.model.jar that implement Artifact | |
(package private) class |
JArtifact
Artifact implementation for repository located into jar. |
Methods in org.repoweb.model.jar that return Artifact | |
Artifact |
JArtifact.getPom()
|
Artifact |
JarRepository.getArtifact(java.lang.String groupId,
java.lang.String typeId,
java.lang.String filename)
|
Artifact |
JarRepository.buildPom(Project project)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |