|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConnectionException | |
---|---|
org.figure8.join.services.repository |
Uses of ConnectionException in org.figure8.join.services.repository |
---|
Methods in org.figure8.join.services.repository that throw ConnectionException | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |