aem-plugin / com.cognifide.gradle.aem.tooling.vlt / VltApp / execute

execute

fun execute(command: String, workingPath: String): Unit
fun execute(command: String, workingDir: File): Unit
fun execute(args: List<String>, workingDir: File): Unit @Synchronized fun execute(args: List<String>, workingPath: String): Unit

TODO This could be potentially improved by overriding few methods of base class