|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Repository
| Method Summary | |
|---|---|
java.lang.String |
getArtifact(Artifact artifact)
Get URL where to download the Artifact |
java.util.List<Artifact> |
getDependendenciesList(Artifact artifact)
Calculate the dependencies List of the given Artifact |
ArtifactTreeNode |
getDependendenciesTree(Artifact artifact)
Calculate the dependencies tree the given Artifact |
java.util.List<Artifact> |
getReverseDependendenciesList(Artifact artifact)
Calculate the reverse dependencies list of the given Artifact |
void |
storeArtifact(Artifact artifact)
Store an Artifact on Backend Repository |
| Method Detail |
|---|
void storeArtifact(Artifact artifact)
throws java.lang.Exception
artifact - to store
java.lang.Exception - if fails
java.lang.String getArtifact(Artifact artifact)
throws java.lang.Exception
artifact - to retrieve
java.lang.Exception - if fails
java.util.List<Artifact> getDependendenciesList(Artifact artifact)
throws java.lang.Exception
artifact - to resolve the dependency
java.lang.Exception - if fails
ArtifactTreeNode getDependendenciesTree(Artifact artifact)
throws java.lang.Exception
artifact - to resolve the dependency
java.lang.Exception - if fails
java.util.List<Artifact> getReverseDependendenciesList(Artifact artifact)
throws java.lang.Exception
artifact - to resolve the dependency
java.lang.Exception - if fails
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||