Uses of Interface
de.gustavblass.nginx.ipguard4j.IpAddressFormatter
Packages that use IpAddressFormatter
-
Uses of IpAddressFormatter in de.gustavblass.nginx.ipguard4j
Classes in de.gustavblass.nginx.ipguard4j that implement IpAddressFormatterModifier and TypeClassDescriptionclassIpAddressFormatterthat uses a customCustomIpAddressFormatter.formatto convert anIPAddressto some string representation.Fields in de.gustavblass.nginx.ipguard4j with type parameters of type IpAddressFormatterModifier and TypeFieldDescriptionstatic final @NonNull @Unmodifiable Map<String, IpAddressFormatter> IpListAggregator.DEFAULT_IP_ADDRESS_FORMATTERSThe pre-defined IP-address formatters available for use:private final @NonNull HashMap<IpAddressFormatter, HashSet<File>> IpListAggregator.targetFilesThe output files which theIPAddresses from the IP lists shall be written to, grouped byIpAddressFormatters for common formats.Methods in de.gustavblass.nginx.ipguard4j with parameters of type IpAddressFormatterModifier and TypeMethodDescription@NonNull IpListAggregator.FinalBuilderIpListAggregator.BuilderWithSourceUrls.addTargetFile(@NonNull IpAddressFormatter formatter, @NonNull File targetFile) Sets up the givenFileas an (additional) target file for theIpListAggregatorthat is being built, whereby that new file shall be written in the givenIpAddressFormatterformat byIpListAggregator.writeToFiles()when called in the future.@NonNull IpListAggregator.FinalBuilderIpListAggregator.BuilderWithSourceUrls.addTargetFiles(@NonNull IpAddressFormatter formatter, @NonNull HashSet<File> targetFiles) Sets up the givenFiles as (additional) target files for theIpListAggregatorthat is being built, whereby each of those new files shall be written in the givenIpAddressFormatterformat byIpListAggregator.writeToFiles()when called in the future.@NonNull IpListAggregator.FinalBuilderIpListAggregator.FinalBuilder.addTargetFiles(@NonNull IpAddressFormatter formatter, @NonNull HashSet<File> targetFiles) Sets up the givenFiles as (additional) target files for theIpListAggregatorthat is being built, whereby each of those new files shall be written in the givenIpAddressFormatterformat byIpListAggregator.writeToFiles()when called in the future.