Class AqlConfigInfoBuilderFactory
- java.lang.Object
-
- org.openstreetmap.atlas.mutator.configuration.mutators.aql.config.AqlConfigInfoBuilderFactory
-
public final class AqlConfigInfoBuilderFactory extends java.lang.Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static InsecureAqlConfigInfoBuilderinsecure()static SecureAqlConfigInfoBuildersecure(org.openstreetmap.atlas.geography.atlas.dsl.authentication.Authenticator authenticator)
-
-
-
Method Detail
-
insecure
public static InsecureAqlConfigInfoBuilder insecure()
-
secure
public static SecureAqlConfigInfoBuilder secure(org.openstreetmap.atlas.geography.atlas.dsl.authentication.Authenticator authenticator)
-
-