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

VltApp

class VltApp : VaultFsApp

Constructors

<init>

VltApp(project: Project)

Properties

project

val project: Project

Functions

execute

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

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

fun execute(args: List<String>, workingPath: String): Unit

getDefaultContext

fun getDefaultContext(): ExecutionContext

Companion Object Properties

CURRENT_WORKING_DIR

const val CURRENT_WORKING_DIR: String