- java.lang.Object
-
- inet.ipaddr.AddressStringParameters.BuilderBase
-
- Direct Known Subclasses:
IPAddressStringParameters.Builder
,MACAddressStringParameters.Builder
- Enclosing class:
- AddressStringParameters
public static class AddressStringParameters.BuilderBase extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description BuilderBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AddressStringParameters.BuilderBase
allowAll(boolean allow)
AddressStringParameters.BuilderBase
allowEmpty(boolean allow)
AddressStringParameters.BuilderBase
allowSingleSegment(boolean allow)
-
-
-
Method Detail
-
allowEmpty
public AddressStringParameters.BuilderBase allowEmpty(boolean allow)
- Parameters:
allow
-- Returns:
- the builder
- See Also:
AddressStringParameters.allowEmpty
-
allowSingleSegment
public AddressStringParameters.BuilderBase allowSingleSegment(boolean allow)
- Parameters:
allow
-- Returns:
- the builder
- See Also:
AddressStringParameters.allowEmpty
-
allowAll
public AddressStringParameters.BuilderBase allowAll(boolean allow)
-
-