545556575859606162
return this.configuration; } protected ConfigurationParser getParser() { if (parser == null) { parser = new XMLConfigurationParser(); } return parser; }