aem-plugin / com.cognifide.gradle.aem.environment.docker / Runtime

Runtime

interface Runtime

Properties

hostInternalIp

abstract val hostInternalIp: String?

hostIp

abstract val hostIp: String

name

abstract val name: String

safeVolumes

abstract val safeVolumes: Boolean

Functions

determinePath

abstract fun determinePath(path: String): String
open fun determinePath(file: File): String

Companion Object Functions

detect

fun detect(aem: AemExtension): Runtime?

determine

fun determine(aem: AemExtension): Runtime

of

fun of(aem: AemExtension, name: String): Runtime?

Inheritors

Base

abstract class Base : Runtime