package saker.maven.support.api
Abstract superclass for possible authentication types for remote repositories.
saker.maven.support 0.8.1
public interface | Visitor interface for the possible types of authentication configurations. |
Accepts a visitor.
The method calls an appropriate visit
method of the argument based on the dynamic type of this
object.
visitorThe visitor.
NullPointerExceptionIf the visitor is
null
.