Nuxeo ECM Projects 5.4.3-SNAPSHOT

Uses of Class
org.nuxeo.ecm.platform.commandline.executor.api.CmdParameters

Packages that use CmdParameters
org.nuxeo.ecm.platform.commandline.executor.api   
org.nuxeo.ecm.platform.commandline.executor.service   
org.nuxeo.ecm.platform.commandline.executor.service.executors   
 

Uses of CmdParameters in org.nuxeo.ecm.platform.commandline.executor.api
 

Methods in org.nuxeo.ecm.platform.commandline.executor.api with parameters of type CmdParameters
 ExecResult CommandLineExecutorService.execCommand(String commandName, CmdParameters params)
           
 

Uses of CmdParameters in org.nuxeo.ecm.platform.commandline.executor.service
 

Methods in org.nuxeo.ecm.platform.commandline.executor.service with parameters of type CmdParameters
 ExecResult CommandLineExecutorComponent.execCommand(String commandName, CmdParameters params)
           
 

Uses of CmdParameters in org.nuxeo.ecm.platform.commandline.executor.service.executors
 

Methods in org.nuxeo.ecm.platform.commandline.executor.service.executors with parameters of type CmdParameters
 ExecResult ShellExecutor.exec(CommandLineDescriptor cmdDesc, CmdParameters params)
           
 ExecResult Executor.exec(CommandLineDescriptor cmdDesc, CmdParameters params)
           
static String[] AbstractExecutor.getParametersArray(CommandLineDescriptor cmdDesc, CmdParameters params)
          Returns parameters as a String array after having replaced parameterized values inside.
static String AbstractExecutor.getParametersString(CommandLineDescriptor cmdDesc, CmdParameters params)
          Returns parameters as a String after having replaced parameterized values inside.
 


Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.