| Package | Description |
|---|---|
| org.mule.extension.powershell.internal.service |
| Modifier and Type | Method and Description |
|---|---|
static ExceptionHandling |
ExceptionHandling.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExceptionHandling[] |
ExceptionHandling.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
String |
PowershellService.executeCommand(String command,
ExceptionHandling exceptionHandling) |
String |
PowershellServiceImpl.executeCommand(String command,
ExceptionHandling exceptionHandling) |
String |
PowershellService.executeScriptFile(InputStream fileContent,
Map<String,String> parameters,
ExceptionHandling exceptionHandling) |
String |
PowershellServiceImpl.executeScriptFile(InputStream fileContent,
Map<String,String> parameters,
ExceptionHandling exceptionHandling) |
Copyright © 2021 MuleSoft, Inc.. All rights reserved.