Nuxeo Enterprise Platform 5.4

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(java.lang.String commandName, CmdParameters params)
           
 java.util.List<java.lang.String> getAvailableCommands()
           
 CommandAvailability getCommandAvailability(java.lang.String commandName)
           
 java.util.List<java.lang.String> getRegistredCommands()
           
 

Method Detail

getCommandAvailability

CommandAvailability getCommandAvailability(java.lang.String commandName)

execCommand

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

getRegistredCommands

java.util.List<java.lang.String> getRegistredCommands()

getAvailableCommands

java.util.List<java.lang.String> getAvailableCommands()

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.