Package com.sos.scheduler.engine.kernel.command

Examples of com.sos.scheduler.engine.kernel.command.CommandDispatcher


    private final CommandDispatcher commandDispatcher;


    CommandPluginAdapter(CommandPlugin plugin, String name, PrefixLog log) {
        super(plugin, name, log);
        this.commandDispatcher = new CommandDispatcher(plugin.getCommandHandlers());
    }
View Full Code Here

TOP

Related Classes of com.sos.scheduler.engine.kernel.command.CommandDispatcher

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.