java/sql-dk/src/info/globalcode/sql/dk/configuration/Properties.java
branchv_0
changeset 155 eb3676c6929b
parent 133 a1bf1465df89
child 191 862d0a8747ac
equal deleted inserted replaced
154:016836529e6c 155:eb3676c6929b
    24 
    24 
    25 /**
    25 /**
    26  * <p>List of configurables.</p>
    26  * <p>List of configurables.</p>
    27  *
    27  *
    28  * <p>Can be backed by defaults – if value for given name is nof found in this instance, we will
    28  * <p>Can be backed by defaults – if value for given name is nof found in this instance, we will
    29  * look
    29  * look into defaults. Methods also accept defaultValue parameter – is used if property is nof found
    30  * into defaults. Methods also accept defaultValue parameter – is used if property is nof found even
    30  * even in default properties.</p>
    31  * in default properties.</p>
       
    32  *
    31  *
    33  * <p>Typical use: </p>
    32  * <p>Typical use: </p>
    34  * <ul>
    33  * <ul>
    35  * <li>this instance – ad-hoc properties from CLI options</li>
    34  * <li>this instance – ad-hoc properties from CLI options</li>
    36  * <li>default properties – from config file</li>
    35  * <li>default properties – from config file</li>