Uses of Class
org.figure8.join.services.repository.TransferException

Packages that use TransferException
org.figure8.join.services.repository   
 

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

Methods in org.figure8.join.services.repository that throw TransferException
 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.
 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.