171172173174175176177
/** * Create an instance of the system utility */ public SystemUtil getSystemUtil() { return new SystemUtil(); }
5556575859606162
this((C) new Config()); } protected ConfigFactory(final C config) { this.config = config; this.sysUtil = new SystemUtil(); this.logger = config.getLogger(this.getClass()); }
151152153154155156157
6263646566676869
144145146147148149150
164165166167168169170