-
-
Field Summary
Fields Modifier and Type Field Description private final Stringnameprivate final StringhostIpprivate final StringhostInternalIpprivate final BooleansafeVolumesprivate StringcygpathPathprivate final BooleanhostInternalIpMissing
-
Constructor Summary
Constructors Constructor Description Toolbox(EnvironmentExtension environment)
-
Method Summary
Modifier and Type Method Description final StringdetectHostIp()StringdeterminePath(String path)final StringexecuteCygpath(String path)final StringimitateCygpath(String path)StringgetName()StringgetHostIp()StringgetHostInternalIp()BooleangetSafeVolumes()final StringgetCygpathPath()BooleangetHostInternalIpMissing()final UnitsetCygpathPath(String cygpathPath)-
Methods inherited from class com.cognifide.gradle.environment.docker.runtime.Base
determinePath -
Methods inherited from class com.cognifide.gradle.environment.docker.runtime.Toolbox
toString -
Methods inherited from class com.cognifide.gradle.environment.docker.Runtime
equals, hashCode -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
Toolbox
Toolbox(EnvironmentExtension environment)
-
-
Method Detail
-
detectHostIp
final String detectHostIp()
-
determinePath
String determinePath(String path)
-
executeCygpath
final String executeCygpath(String path)
-
imitateCygpath
final String imitateCygpath(String path)
-
getHostInternalIp
String getHostInternalIp()
-
getSafeVolumes
Boolean getSafeVolumes()
-
getCygpathPath
final String getCygpathPath()
-
getHostInternalIpMissing
Boolean getHostInternalIpMissing()
-
setCygpathPath
final Unit setCygpathPath(String cygpathPath)
-
-
-
-