Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.platform.commandline.executor.api
Interface CommandLineExecutorService

All Known Implementing Classes:
CommandLineExecutorComponent

public interface CommandLineExecutorService

Interface for the service that manages commandline execution.

Author:
tiry

Method Summary
 ExecResult execCommand(String commandName, CmdParameters params)
           
 List<String> getAvailableCommands()
           
 CommandAvailability getCommandAvailability(String commandName)
           
 List<String> getRegistredCommands()
           
 

Method Detail

getCommandAvailability

CommandAvailability getCommandAvailability(String commandName)

execCommand

ExecResult execCommand(String commandName,
                       CmdParameters params)
                       throws CommandNotAvailable
Throws:
CommandNotAvailable

getRegistredCommands

List<String> getRegistredCommands()

getAvailableCommands

List<String> getAvailableCommands()

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.