resource.loader = fileis already present in the configuration and you call
addProperty("resource.loader", "classpath")Then you will end up with a List like the following:
["file", "classpath"]@param key The key to add the property to. @param value The value to add.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|