osreboot / Ridhvl

Ridhvl - Reboot's In-Depth High Velocity Library (See https://github.com/osreboot/Ridhvl2)
2 stars 0 forks source link

HvlConfigUtil ability to use save with a class instead of an instance #171

Closed AdamuKaapan closed 8 years ago

AdamuKaapan commented 8 years ago

Add an overload of HvlConfigUtil.save() using a .class as the first argument: this way you don't have to instantiate it (this should also not have the booleans for loadInstance and loadStatic as this method will always load just statics).