Uses of Interface
org.figure8.join.businessobjects.artifact.Artifact

Packages that use Artifact
org.figure8.join.businessobjects.artifact   
org.figure8.join.services.repository   
 

Uses of Artifact in org.figure8.join.businessobjects.artifact
 

Classes in org.figure8.join.businessobjects.artifact that implement Artifact
 class Assembly
          An assembly if a composite artifact build from deliverables.
 class Build
          A build if a composite artifact build from components.
 class Component
           
 class Deliverable
          A deliverable is an artifact representing a work delivery for the software project.
 

Uses of Artifact in org.figure8.join.services.repository
 

Methods in org.figure8.join.services.repository with parameters of type Artifact
 java.io.InputStream VFSRepository.getArtifact(Artifact artifact)
          Retrieve the input stream corresponding to a given Artifact.
 java.io.InputStream SimpleFileSystemRepository.getArtifact(Artifact artifact)
          Retrieve the input stream corresponding to a given Artifact.
 java.io.InputStream Repository.getArtifact(Artifact artifact)
          Retrieve the input stream corresponding to a given Artifact.
protected  java.lang.String AbstractStructuredRepository.getStructurePath(Artifact artifact)
          Return the relative path of Artifact within repository structure according to the structure definition.
 void VFSRepository.storeArtifact(Artifact artifact, java.io.File content)
          Store the content of a given Artifact within repository datastore.
 void SimpleFileSystemRepository.storeArtifact(Artifact artifact, java.io.File content)
          Store the content of a given Artifact within repository datastore.
 void Repository.storeArtifact(Artifact artifact, java.io.File content)
          Store the content of a given Artifact within repository datastore.
 void VFSRepository.storeArtifact(Artifact artifact, java.io.InputStream is)
          Store the content of a given Artifact within repository datastore using an input stream.
 void SimpleFileSystemRepository.storeArtifact(Artifact artifact, java.io.InputStream is)
          Store the content of a given Artifact within repository datastore using an input stream.
 void Repository.storeArtifact(Artifact artifact, java.io.InputStream is)
          Store the content of a given Artifact within repository datastore using an input stream.
 



Copyright © 2005-2008 Join. All Rights Reserved.