public class NexusConnector extends Object implements RepositoryInterface
httpStatusOk| Constructor and Description |
|---|
NexusConnector(String username,
String password,
URI repositoryURI) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canConnect() |
List<Artifact> |
getArtefactList(String artifactId) |
List<Artifact> |
getArtefactList(String groupId,
String artifactId) |
public boolean canConnect()
canConnect in interface RepositoryInterfacepublic List<Artifact> getArtefactList(String artifactId)
getArtefactList in interface RepositoryInterfacepublic List<Artifact> getArtefactList(String groupId, String artifactId)
getArtefactList in interface RepositoryInterfaceCopyright © 2004-2015. All Rights Reserved.