Package org.spiderwiz.zutils
Class ZConfig.Property
java.lang.Object
org.spiderwiz.zutils.ZConfig.Property
- Enclosing class:
- ZConfig
public static class ZConfig.Property extends Object
Represents one mapping of property name -> property value.
-
Constructor Details
-
Property
Class constructor.- Parameters:
key
- property name.value
- property value.
-
-
Method Details