Create OsCommand in base.process package to replace the one in ansible.vault #1025
Labels
new feature
A new feature such as a new class, method, package, group of classes, etc.
Milestone
Create a new
OsCommand
interface in theorg.kiwiproject.base.process
package, which replaces the one in theorg.kiwiproject.ansible.vault
package.In addition, enhance it with the ability to convert the
OsCommand
to aString[]
in addition to the existing conversion to aList<String>
, which lets it be used with either form of the JDKProcessBuilder
or our ownProcessHelper
andProcesses
classes.This replaces the existing, and soon-to-be-deprecated,
OsCommand
in theansible.vault
package.The text was updated successfully, but these errors were encountered: