Uses of Interface
jpos.util.JposProperties

Packages that use JposProperties
jpos.config.simple.editor   
jpos.loader   
jpos.loader.simple   
jpos.util   
 

Uses of JposProperties in jpos.config.simple.editor
 

Methods in jpos.config.simple.editor with parameters of type JposProperties
 void PropertiesEditorFrame.setProperties(JposProperties props)
          Updates the JposProperties that will be loaded and edited
 void PropertiesEditorFrame.PropsTableModel.setProperties(JposProperties properties)
          Sets the JposProperties to be edited
 

Uses of JposProperties in jpos.loader
 

Methods in jpos.loader that return JposProperties
 JposProperties JposServiceManager.getProperties()
           
 

Uses of JposProperties in jpos.loader.simple
 

Methods in jpos.loader.simple that return JposProperties
 JposProperties SimpleServiceManager.getProperties()
           
 

Constructors in jpos.loader.simple with parameters of type JposProperties
SimpleServiceManager(JposProperties properties)
          One argument ctor
 

Uses of JposProperties in jpos.util
 

Classes in jpos.util that implement JposProperties
 class DefaultProperties
          Default implementation of the JposProperties interface Loads/looks for the Jpos properties from the System properties and from the jpos/res/jpos.properties files NOTE: changed so that the properties are no longer loaded via the ResourceBundle class but instead though the System class
 



This API and code belongs to the JavaPOS committee please see LISCENCE file for details