ExecutableWrapper

abstract class ExecutableWrapper

Wrapper for a third-party executable program.

Inheritors

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
abstract val isValid: Boolean
Link copied to clipboard
abstract val path: String

Path to the executable program.

Link copied to clipboard
abstract val workingDirectory: File?

Working directory to run the executable in. If null, the current working directory will be used.