saker.maven.support Documentation TaskDoc JavaDoc Packages
public abstract static class MavenOperationConfiguration.AuthenticationConfiguration
Abstract superclass for possible authentication types for remote repositories.
saker.maven.support 0.8.1
Nested types
public interface
Visitor interface for the possible types of authentication configurations.
Methods
public abstract void
accept(Visitor visitor)
Accepts a visitor.
public abstract void accept(Visitor visitor) throws NullPointerException
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.