This can be overloaded in child classes to prevent library / unittest
dub from doing any kind of file IO.
As this routine is used during initialization, the only assumption made
in the base implementation is that m_rootPath has been populated.
Child implementation should not rely on any other field in the base
class having been populated.
Load user configuration for this instance
This can be overloaded in child classes to prevent library / unittest dub from doing any kind of file IO. As this routine is used during initialization, the only assumption made in the base implementation is that m_rootPath has been populated. Child implementation should not rely on any other field in the base class having been populated.