1624162516261627162816291630
displayName = "Cache configuration properties", dataType = DataType.TRAIT, displayType = DisplayType.SUMMARY ) public Properties getConfigurationAsProperties() { return new PropertyFormatter().format(config); }
897898899900901902903
/** * {@inheritDoc} */ @ManagedAttribute(description = "Global configuration properties", displayName = "Global configuration properties", dataType = DataType.TRAIT, displayType = DisplayType.SUMMARY) public Properties getGlobalConfigurationAsProperties() { return new PropertyFormatter().format(globalConfiguration); }
858859860861862863864
1498149915001501150215031504
855856857858859860861
1495149614971498149915001501
1614161516161617161816191620
867868869870871872873
1508150915101511151215131514
873874875876877878879