Uses of Class
net.sf.eBus.util.Properties
-
Packages that use Properties Package Description net.sf.eBus.util Contains supporting utility Java classes fornet.sf.eBus. -
-
Uses of Properties in net.sf.eBus.util
Methods in net.sf.eBus.util that return Properties Modifier and Type Method Description static PropertiesProperties. loadProperties(File file)Returns a properties list loaded with the values found in the properties file.static PropertiesProperties. loadProperties(String fileName)Returns a properties list loaded with the values found in the named properties file.Constructors in net.sf.eBus.util with parameters of type Properties Constructor Description PropertiesEvent(Properties properties)The specified properties have changed.
-