profesorfalken / jPowerShell

Simple Java API to interact with PowerShell console
Apache License 2.0
215 stars 83 forks source link

Made PowerShellResponseHandler public as it is exposed in public API #71

Open Cydhra opened 4 years ago

Cydhra commented 4 years ago

The interface PowerShellResponseHandler is package-private. However, it is exposed through executeCommandAndChain in the public API, as discussed in #52 I therefore made the interface public itself.