|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Repository
Provides access to things like JARs via a standard API. This is a fairly limited read-only type repository. There are additional interfaces that a Repository may implement to indicate additional capabilities.
| Method Summary | |
|---|---|
boolean |
contains(Artifact artifact)
Checks whether this repository contains an entry for the specified artifact. |
LinkedHashSet |
getDependencies(Artifact artifact)
Loads any dependencies for this artifact declared in META-INF/geronimo-dependency.xml within the configuration archive. |
File |
getLocation(Artifact artifact)
Gets the location on disk where the specified artifact is stored. |
| Method Detail |
|---|
boolean contains(Artifact artifact)
File getLocation(Artifact artifact)
LinkedHashSet getDependencies(Artifact artifact)
artifact - A fully-resolved artifact representing the repository
entry you're interested in.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||