Class IpListConfiguration
java.lang.Object
de.gustavblass.nginx.ipguard4j.configuration.IpListConfiguration
Represents a collection of IP-address lists sharing a common format.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidUpdates theformat.voidsetListUris(@NonNull Collection<URI> listUris) Updates thelistUris.
-
Field Details
-
listUris
-
format
The format of the IP-address lists. If none is specified, it is assumed that the IP addresses are present in plain text.
Allowed values:
default:PlainIpListParser- a pattern permitted by
PatternBasedIpListParser
-
-
Constructor Details
-
IpListConfiguration
public IpListConfiguration()
-
-
Method Details
-
getListUris
-
getFormat
-
setListUris
Updates thelistUris.- Parameters:
listUris- The new list of source URIs.
-
setFormat
-