| Package | Description |
|---|---|
| org.mule.extension.powershell.internal.connection | |
| org.mule.extension.powershell.internal.operation | |
| org.mule.extension.powershell.internal.service |
| Modifier and Type | Method and Description |
|---|---|
PowershellConnection |
PowershellConnectionProvider.connect() |
| Modifier and Type | Method and Description |
|---|---|
String |
PowershellOperations.executeCommand(PowershellConfiguration config,
PowershellConnection connection,
String command)
This operation executes the command on the machine.
|
String |
PowershellOperations.executeScriptFile(PowershellConfiguration config,
PowershellConnection connection,
InputStream fileContent,
Map<String,String> parameters)
This operation Executes the script file
|
| Constructor and Description |
|---|
PowershellServiceImpl(PowershellConfiguration config,
PowershellConnection connection) |
Copyright © 2021 MuleSoft, Inc.. All rights reserved.