|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A service that provides access to versioned resources.
Field Summary | |
static String |
KEY
The context resolution key. |
static String |
SEPERATOR
The seperator character between the group and resource name values in an artifact name. |
Method Summary | |
URL |
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 |
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. |
String |
getLocation()
Return the repository location. |
BlockManifest |
install(URL url,
StringBuffer buffer)
Install a block archive into the repository. |
Field Detail |
public static final String KEY
public static final String SEPERATOR
Method Detail |
public BlockManifest install(URL url, StringBuffer buffer) throws RepositoryException
url
- the block archive url
RepositoryException
public URL getArtifact(String artifact, String version, String type) throws RepositoryException
artifact
- the artifact nameversion
- the version identifiertype
- the resource type
RepositoryException
public URL getArtifact(String group, String name, String version, String type) throws RepositoryException
group
- the application or group namename
- the resource nameversion
- the version identifiertype
- the resource type
RepositoryException
public String getLocation()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |