Package org.jayasoft.woj.tools.toserver

Examples of org.jayasoft.woj.tools.toserver.FromDLModuleBuilder


        _settings = settings;       
        UnifiedAuthentificationService.getInstance().setLoginInfo(_settings.getUserName(), _settings.getPassword(), getVersion());
    UnifiedAuthentificationService.getInstance().setAuthentificationServer(new Server(new URL(_settings.getServer())));
   
        _dlexplorer = new DLExplorer(_settings.getDLDir().getPath(), _settings.getDescriptorsDir().getPath());
        _moduleBuilder = new FromDLModuleBuilder(_dlexplorer, ClientServerServicesProvider.get(_settings.getServer()).getModuleManagementService(), _settings.getModulesDir());
        _analyzer = new DLAnalyzer(_dlexplorer);
    setLayout(new BorderLayout());
        add(createConsolePanels(), BorderLayout.CENTER);
        add(createButtonPanel(), BorderLayout.WEST);
        add(createStatusBar(), BorderLayout.SOUTH);
View Full Code Here

TOP

Related Classes of org.jayasoft.woj.tools.toserver.FromDLModuleBuilder

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.