|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RepositoryException | |
org.apache.avalon.repository | The repository package contains an contract for abstract repository services. |
org.apache.avalon.repository.impl | The repository impl package contains an implementation of a file based repository. |
Uses of RepositoryException in org.apache.avalon.repository |
Methods in org.apache.avalon.repository that throw RepositoryException | |
BlockManifest |
Repository.install(URL url,
StringBuffer buffer)
Install a block archive into the repository. |
URL |
Repository.getArtifact(String artifact,
String version,
String type)
Get a resource relative to the supplied artifact name where the artifact name is equivalent to the group and resource name seperated by the colon character. |
URL |
Repository.getArtifact(String group,
String name,
String version,
String type)
Get a resource url relative to the supplied application name, resource name, version and resource type. |
Uses of RepositoryException in org.apache.avalon.repository.impl |
Methods in org.apache.avalon.repository.impl that throw RepositoryException | |
BlockManifest |
DefaultFileRepository.install(URL url,
StringBuffer buffer)
Install a block archive into the repository. |
URL |
DefaultFileRepository.getArtifact(String artifact,
String version,
String type)
Get a resource relative to the supplied artifact name where the artifact name is equivalent to the group and resource name seperated by a colon. |
URL |
DefaultFileRepository.getArtifact(String group,
String name,
String version,
String type)
Get a resource relative to the supplied application name, resource name, version and resource type. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |