Package com.netflix.explorers

Examples of com.netflix.explorers.PropertiesGlobalModelContext


    private PropertiesGlobalModelContext propertiesGlobalModelContext;
    private AdminResourceExplorer adminExplorer;

    public AdminExplorerManager() {
        final Properties properties = AdminUtils.loadAdminConsoleProps();
        propertiesGlobalModelContext = new PropertiesGlobalModelContext(properties);
        adminExplorer = new AdminResourceExplorer();
        adminExplorer.initialize();
    }
View Full Code Here

TOP

Related Classes of com.netflix.explorers.PropertiesGlobalModelContext

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.