Uses of Class
jade.util.ExtendedProperties
-
Packages that use ExtendedProperties Package Description jade This package simply contains classes to bootstrap JADE system.jade.tools.sniffer jade.util -
-
Uses of ExtendedProperties in jade
Methods in jade that return ExtendedProperties Modifier and Type Method Description ExtendedPropertiesBootProfileImpl. getArgProperties()Return the properties collection which resulted from the arguments.ExtendedPropertiesBoot3. getProperties()Get boot properties.Methods in jade with parameters of type ExtendedProperties Modifier and Type Method Description voidBootProfileImpl. setArgProperties(ExtendedProperties source)Copy a collection of argument properties into the existing argument properties and then into the profile properties.voidBoot3. setProperties(ExtendedProperties updates)Set boot properties. -
Uses of ExtendedProperties in jade.tools.sniffer
Methods in jade.tools.sniffer that return ExtendedProperties Modifier and Type Method Description ExtendedPropertiesMainWindow. getProperties()Constructors in jade.tools.sniffer with parameters of type ExtendedProperties Constructor Description MainWindow(Sniffer mySniffer, ExtendedProperties myProperties) -
Uses of ExtendedProperties in jade.util
Methods in jade.util that return ExtendedProperties Modifier and Type Method Description ExtendedPropertiesExtendedProperties. extractSubset(String prefix)Create a new Properties object by coping those properties whose key begins with a particular prefix string.Methods in jade.util with parameters of type ExtendedProperties Modifier and Type Method Description voidExtendedProperties. copyProperties(ExtendedProperties source)Copy a data from standard Properties.
-