java.lang.Object
net.anwiba.commons.utilities.property.Properties
- All Implemented Interfaces:
Serializable,IProperties
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic PropertiesBuilderbuilder()static PropertiesBuilderbuilder(IProperties properties) booleanstatic IPropertiesempty()booleangetNames()getValueOrDefault(String name, String defaultValue) inthashCode()booleanisEmpty()
-
Constructor Details
-
Properties
-
-
Method Details
-
empty
-
builder
-
builder
-
properties
- Specified by:
propertiesin interfaceIProperties
-
getNames
- Specified by:
getNamesin interfaceIProperties
-
getValue
- Specified by:
getValuein interfaceIProperties- Throws:
RuntimeException
-
contains
- Specified by:
containsin interfaceIProperties
-
hashCode
public int hashCode() -
equals
-
getValueOrDefault
- Specified by:
getValueOrDefaultin interfaceIProperties
-
isEmpty
public boolean isEmpty()- Specified by:
isEmptyin interfaceIProperties
-