Uses of Class
io.buildlogic.truststore.maven.plugin.dns.DnsResolution
-
Packages that use DnsResolution Package Description io.buildlogic.truststore.maven.plugin.dns io.buildlogic.truststore.maven.plugin.mojo -
-
Uses of DnsResolution in io.buildlogic.truststore.maven.plugin.dns
Methods in io.buildlogic.truststore.maven.plugin.dns that return DnsResolution Modifier and Type Method Description static DnsResolutionDnsResolution. valueOf(String name)Returns the enum constant of this type with the specified name.static DnsResolution[]DnsResolution. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.buildlogic.truststore.maven.plugin.dns with parameters of type DnsResolution Modifier and Type Method Description static DnsResolverDnsResolverFactory. getInstance(DnsResolution dnsResolution, Map<String,String> mapping) -
Uses of DnsResolution in io.buildlogic.truststore.maven.plugin.mojo
Fields in io.buildlogic.truststore.maven.plugin.mojo declared as DnsResolution Modifier and Type Field Description protected DnsResolutionConfigurationMojo. dnsResolutionRelevant only when specifying 'servers'.
-