Interface IVersionReader2
- All Known Implementing Classes:
Nexus3RestApiAssetGenericService,Nexus3RestApiAssetMavenService,Nexus3RestApiSearchService
public interface IVersionReader2
-
Method Summary
Modifier and TypeMethodDescriptionretrieveVersions(javax.ws.rs.core.MultivaluedMap<String, String> pParams) retrieveVersions(javax.ws.rs.core.MultivaluedMap<String, String> pParams, ValidAndInvalidClassifier pClassifier) voidsetCredentials(String pUserName, String pUserPassword) voidsetUserName(String pUserName) voidsetUserPassword(String pUserPassword)
-
Method Details
-
retrieveVersions
List<String> retrieveVersions(javax.ws.rs.core.MultivaluedMap<String, String> pParams) throws VersionReaderException- Throws:
VersionReaderException
-
retrieveVersions
List<String> retrieveVersions(javax.ws.rs.core.MultivaluedMap<String, String> pParams, ValidAndInvalidClassifier pClassifier) throws VersionReaderException- Throws:
VersionReaderException
-
setUserName
-
setUserPassword
-
setCredentials
-