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 RepositoryInterface
public List<Artifact> getArtefactList(String artifactId)
getArtefactList
in interface RepositoryInterface
public List<Artifact> getArtefactList(String groupId, String artifactId)
getArtefactList
in interface RepositoryInterface
Copyright © 2004-2015. All Rights Reserved.