Interface MavenVersionsResolver.Factory
- All Superinterfaces:
AutoCloseable,Closeable
- Enclosing interface:
MavenVersionsResolver
Factory API to build MavenVersionResolver.
A client of this library is responsible to provide an implementation of the
MavenVersionsResolver.Factory interface.
The create(Channel)} method will be called once for every channel.-
Method Summary
-
Method Details
-
create
-
close
default void close()- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable
-