|
Field Value Loader
|
|
Field Value LoaderLoads and saves field values in an object based on a file saved by java.util.Properties. This means that you can easily add a human readable property file to your program, without having to bother using many command line parameters or implement your own text parsers. The current version also features methods for setting or getting values directly from a Properties object, if this is needed.
DownloadDownload from SourceForge
UsageSuppose you have an object my, of this class
and this file fields.txt:
You would load the values from the file into the object by calling: |