class VltApp : VaultFsApp
<init> |
VltApp(project: Project) |
project |
val project: Project |
execute |
fun execute(command: String, workingPath: String): Unitfun execute(command: String, workingDir: File): Unitfun 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 |
CURRENT_WORKING_DIR |
const val CURRENT_WORKING_DIR: String |