- END_SCRIPT_STRING - Static variable in class com.profesorfalken.jpowershell.PowerShell
-
- executeCommand(String) - Method in class com.profesorfalken.jpowershell.PowerShell
-
Launch a PowerShell command.
- executeScript(String) - Method in class com.profesorfalken.jpowershell.PowerShell
-
Executed the provided PowerShell script in PowerShell console and gets
result.
- executeScript(String, String) - Method in class com.profesorfalken.jpowershell.PowerShell
-
Executed the provided PowerShell script in PowerShell console and gets
result.
- executeScript(BufferedReader) - Method in class com.profesorfalken.jpowershell.PowerShell
-
Executed the provided PowerShell script in PowerShell console and gets
result.
- executeScript(BufferedReader, String) - Method in class com.profesorfalken.jpowershell.PowerShell
-
Executed the provided PowerShell script in PowerShell console and gets
result.
- executeSingleCommand(String) - Static method in class com.profesorfalken.jpowershell.PowerShell
-
Execute a single command in PowerShell console and gets result