|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ResourceRepository
Interface to a repository that provides properties resources. These resources include property descriptors and property definitions.
A repository may be some local file directory or it may provide access to a remote artifact repository.
Implementors of this interface may consider to also support ResourceHeap
.
Method Summary | |
---|---|
String |
getRemoteRepositoryUrl() Returns the URL to the remote repository. |
ClassPathEnvironment |
resolve(ArtifactId artifactId) Resolves the properties resources from the given artifact. |
Method Detail |
---|
ClassPathEnvironment resolve(ArtifactId artifactId) throws RepositoryException
artifactId
- the identifier of the artifact containing properties resources.
RepositoryException
- on any problem accessing the repository.
String getRemoteRepositoryUrl()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |