Look for a resorce named prefix-type.properties and load it. If
the resource contains a property named alias.for then replace type
with that String and attempt to load that resource instead.
If sucessful the name of the resource loaded is inserted into the
Properties instance using the key
PropertiesLoader.RES_NAME_PROP .
exception: FileNotFoundException - if no resource could be loaded exception: IOException - on read errors
Load Properties from resource name. If the first attempt fails then
'/' is prepended to the resource name and another try is made.
Returns null if not found.
Look for a resorce named prefix-type.properties and load it. If
the resource contains a property named alias.for then replace type
with that String and attempt to load that resource instead.
If sucessful the name of the resource loaded is inserted into the
Properties instance using the key
PropertiesLoader.RES_NAME_PROP .
exception: FileNotFoundException - if no resource could be loaded exception: IOException - on read errors