Package org.rhq.core.domain.sync.entity

Examples of org.rhq.core.domain.sync.entity.SystemSettings$Entry


   
    @Override
    public ExportingIterator<SystemSettings> getExportingIterator() {
        Map<String, String> systemProps = systemManager.getObfuscatedSystemSettings(false).toMap();

        SystemSettings settings = new SystemSettings(systemProps);
       
        return new SystemSettingsExportingIterator(settings);
    }
View Full Code Here

TOP

Related Classes of org.rhq.core.domain.sync.entity.SystemSettings$Entry

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.