Nuxeo Enterprise Platform 5.4

org.nuxeo.ecm.platform.commandline.executor.service.executors
Class ShellExecutor

java.lang.Object
  extended by org.nuxeo.ecm.platform.commandline.executor.service.executors.AbstractExecutor
      extended by org.nuxeo.ecm.platform.commandline.executor.service.executors.ShellExecutor
All Implemented Interfaces:
Executor

public class ShellExecutor
extends AbstractExecutor
implements Executor

Default implementation of the Executor interface. Use simple shell exec.

Author:
tiry

Constructor Summary
ShellExecutor()
           
 
Method Summary
 ExecResult exec(CommandLineDescriptor cmdDesc, CmdParameters params)
           
 
Methods inherited from class org.nuxeo.ecm.platform.commandline.executor.service.executors.AbstractExecutor
getParametersString, isWindows
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ShellExecutor

public ShellExecutor()
Method Detail

exec

public ExecResult exec(CommandLineDescriptor cmdDesc,
                       CmdParameters params)
Specified by:
exec in interface Executor

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.