public AddProperty ( String key, Object value ) : void | ||
key | String | key |
value | Object | value |
return | void |
resource.loader = file
is already present in the configuration and you addProperty("resource.loader", "classpath")
Then you will end up with a IList like the following: ["file", "classpath"]
public AddProperty ( String key, Object value ) : void | ||
key | String | key |
value | Object | value |
return | void |