Klasse AppProperties
java.lang.Object
org.oxt.toolbox.helpers.AppProperties
Helper class to store software properties.
- Autor:
- Dr. Jan C. Thiele
-
Feldübersicht
Modifizierer und TypFeldBeschreibungstatic String
File name/path of config file.static Properties
Class member to store properties. -
Konstruktorübersicht
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungstatic void
initializeProperties
(String fileName) Method to put values into static class members.
-
Felddetails
-
prop
Class member to store properties. -
fileName
File name/path of config file.
-
-
Konstruktordetails
-
AppProperties
public AppProperties()
-
-
Methodendetails
-
initializeProperties
Method to put values into static class members.- Parameter:
fileName
- name/path of config file
-