Package nbbrd.io.win
Class PowerShellWrapper
java.lang.Object
nbbrd.io.win.PowerShellWrapper
- Author:
- Philippe Charles
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
COMMAND
- See Also:
-
-
Constructor Details
-
PowerShellWrapper
public PowerShellWrapper()
-
-
Method Details
-
exec
@NonNull public @NonNull Process exec(@NonNull @NonNull Path script, @NonNull @NonNull String... args) throws IOException - Throws:
IOException
-
exec
@NonNull public @NonNull Process exec(@NonNull @NonNull File script, @NonNull @NonNull String... args) throws IOException - Throws:
IOException
-