1622162316241625162616271628
displayName = "Cache configuration properties", dataType = DataType.TRAIT, displayType = DisplayType.SUMMARY ) public Properties getConfigurationAsProperties() { return new PropertyFormatter().format(config); }
871872873874875876877
/** * {@inheritDoc} */ @ManagedAttribute(description = "Global configuration properties", displayName = "Global configuration properties", dataType = DataType.TRAIT, displayType = DisplayType.SUMMARY) public Properties getGlobalConfigurationAsProperties() { return new PropertyFormatter().format(globalConfiguration); }
1385138613871388138913901391
836837838839840841842