Interface IVersionReader
- 
- All Known Implementing Classes:
- AbstractRESTfulVersionReader,- ArtifactorySearchService,- MavenCentralSearchService,- MavenMetadataSearchService,- Nexus3RestApiAssetForGenericArtifactsService,- Nexus3RestApiAssetService,- NexusLuceneSearchService
 
 public interface IVersionReader
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description List<String>retrieveVersions(String pRepositoryId, String pGroupId, String pArtifactId, String pPackaging, ValidAndInvalidClassifier pAcceptedClassifier)voidsetCredentials(String pUserName, String pUserPassword)voidsetUserName(String pUserName)voidsetUserPassword(String pUserPassword)
 
- 
- 
- 
Method Detail- 
retrieveVersionsList<String> retrieveVersions(String pRepositoryId, String pGroupId, String pArtifactId, String pPackaging, ValidAndInvalidClassifier pAcceptedClassifier) throws VersionReaderException - Throws:
- VersionReaderException
 
 - 
setUserNamevoid setUserName(String pUserName) 
 - 
setUserPasswordvoid setUserPassword(String pUserPassword) 
 
- 
 
-