Nuxeo ECM Projects 5.4.3-SNAPSHOT

Uses of Class
org.nuxeo.ecm.platform.commandline.executor.service.CommandLineDescriptor

Packages that use CommandLineDescriptor
org.nuxeo.ecm.platform.commandline.executor.service   
org.nuxeo.ecm.platform.commandline.executor.service.cmdtesters   
org.nuxeo.ecm.platform.commandline.executor.service.executors   
 

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

Methods in org.nuxeo.ecm.platform.commandline.executor.service that return CommandLineDescriptor
static CommandLineDescriptor CommandLineExecutorComponent.getCommandDescriptor(String commandName)
           
 

Uses of CommandLineDescriptor in org.nuxeo.ecm.platform.commandline.executor.service.cmdtesters
 

Methods in org.nuxeo.ecm.platform.commandline.executor.service.cmdtesters with parameters of type CommandLineDescriptor
 CommandTestResult SystemPathExistTester.test(CommandLineDescriptor cmdDescriptor)
           
 CommandTestResult CommandTester.test(CommandLineDescriptor cmdDescriptor)
           
 

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

Methods in org.nuxeo.ecm.platform.commandline.executor.service.executors with parameters of type CommandLineDescriptor
 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.