Class RemoteRepositorySearchBackendImpl

java.lang.Object
org.apache.maven.search.api.support.SearchBackendSupport
org.apache.maven.search.backend.remoterepository.internal.RemoteRepositorySearchBackendImpl
All Implemented Interfaces:
Closeable, AutoCloseable, SearchBackend, SearchEngine, RemoteRepositorySearchBackend

public class RemoteRepositorySearchBackendImpl extends SearchBackendSupport implements RemoteRepositorySearchBackend
Implementation of RemoteRepositorySearchBackend that is tested against Maven Central. All the methods are "loosely encapsulated" (are protected) to enable easy override of any required aspect of this implementation, to suit it against different remote repositories (HTML parsing) if needed.