Package io.github.qubitpi.athena.config
Class SystemConfigFactory
java.lang.Object
io.github.qubitpi.athena.config.SystemConfigFactory
SystemConfigFactory
provides a SystemConfig
instance.-
Method Summary
Modifier and TypeMethodDescriptionstatic @NotNull SystemConfig
Returns an instance ofSystemConfig
.
-
Method Details
-
getInstance
Returns an instance ofSystemConfig
.- Returns:
- a new instance
- Throws:
IllegalStateException
- if theSystemConfig
implementation class cannot be instantiated
-