aem-plugin / com.cognifide.gradle.aem.common.pkg.vault / VaultApp

VaultApp

class VaultApp : VaultFsApp

Constructors

<init>

VaultApp(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(): VaultExecutionContext

Companion Object Properties

CURRENT_WORKING_DIR

const val CURRENT_WORKING_DIR: String