public class PowershellServiceImpl extends org.mule.connectors.commons.template.service.DefaultConnectorService<PowershellConfiguration,PowershellConnection> implements PowershellService
| Constructor and Description |
|---|
PowershellServiceImpl(PowershellConfiguration config,
PowershellConnection connection) |
| Modifier and Type | Method and Description |
|---|---|
String |
executeCommand(String command,
ExceptionHandling exceptionHandling) |
String |
executeScriptFile(InputStream fileContent,
Map<String,String> parameters,
ExceptionHandling exceptionHandling) |
public PowershellServiceImpl(PowershellConfiguration config, PowershellConnection connection)
public String executeScriptFile(InputStream fileContent, Map<String,String> parameters, ExceptionHandling exceptionHandling)
executeScriptFile in interface PowershellServicepublic String executeCommand(String command, ExceptionHandling exceptionHandling)
executeCommand in interface PowershellServiceCopyright © 2021 MuleSoft, Inc.. All rights reserved.