类 PowerShellCommandProcessor

java.lang.Object
com.tlcsdm.core.powershell.PowerShellCommandProcessor
所有已实现的接口:
Callable<String>

class PowerShellCommandProcessor extends Object implements Callable<String>
Processor used to send commands to PowerShell console.

It works as an independent thread and its results are collected using the Future interface.

作者:
Javier Garcia Alonso