ServerProperties.loadProperties constructor
Implementation
ServerProperties.loadProperties(Properties properties, this.file) {
this._loadMap(properties.toMap());
this.template = properties.toTemplate();
}
ServerProperties.loadProperties(Properties properties, this.file) {
this._loadMap(properties.toMap());
this.template = properties.toTemplate();
}