|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.gcube.vremanagement.softwarerepository.repository.impl.maven.MavenRepository
public class MavenRepository
| Constructor Summary | |
|---|---|
MavenRepository()
|
|
| 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 |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MavenRepository()
| Method Detail |
|---|
public java.lang.String getArtifact(Artifact artifact)
throws java.lang.Exception
getArtifact in interface Repositoryartifact - to retrieve
java.lang.Exception - if fails
public java.util.List<Artifact> getDependendenciesList(Artifact artifact)
throws java.lang.Exception
getDependendenciesList in interface Repositoryartifact - to resolve the dependency
java.lang.Exception - if fails
public void storeArtifact(Artifact artifact)
throws java.lang.Exception
storeArtifact in interface Repositoryartifact - to store
java.lang.Exception - if fails
public java.util.List<Artifact> getReverseDependendenciesList(Artifact artifact)
throws java.lang.Exception
getReverseDependendenciesList in interface Repositoryartifact - to resolve the dependency
java.lang.Exception - if fails
public ArtifactTreeNode getDependendenciesTree(Artifact artifact)
throws java.lang.Exception
getDependendenciesTree in interface Repositoryartifact - 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 | |||||||||