Uses of Class
org.spiderwiz.zutils.ZConfig.PropertySheet
Package | Description |
---|---|
org.spiderwiz.zutils |
Various utility classes used by the Spiderwiz framework.
|
-
Uses of ZConfig.PropertySheet in org.spiderwiz.zutils
Methods in org.spiderwiz.zutils that return ZConfig.PropertySheet Modifier and Type Method Description ZConfig.PropertySheet
ZConfig. getPropertySheet()
Returns a list that contains the content of the configuration file.Methods in org.spiderwiz.zutils with parameters of type ZConfig.PropertySheet Modifier and Type Method Description void
ZConfig. savePropertySheet(ZConfig.PropertySheet properties)
Uses a list of properties to rewrite the configuration file and reloads the running application configuration.