Story
As an API user, I want a Factory so that I can easily create a NagiosSettings
instance from a properties file or properties object.
Notes
Properties will have to adhere to defined key names to be described in
javadoc e.g.
nagios.nsca.hostname=foo
nagios.nsca.port=5667
...
A default NagiosSettings object will be created. Any of the defined keys
present in the properties will then be used to override default settings.
Original issue reported on code.google.com by rajneeshpatel on 26 Jan 2010 at 10:50
Original issue reported on code.google.com by
rajneeshpatel
on 26 Jan 2010 at 10:50