This is a simple question, but may be subjective, so I would like some opinions.
I am designing a plugin-oriented project and I have a plugin that requires its own configuration file. Without modifying the core API to accommodate for the third party configuration file, would it be acceptable for the user to provide a VM argument that points to the file, or is there a better way?
Example:
-Dcom.unidentified.project.plugin.MyPlugin.configFile="config/Config.xml"
Thanks!
