A  B  C  D  E  F  G  H  I  K  L  M  N  O  P  R  S  T  U  V  W 

G

GenericContainer - class in no.acntech.easycontainers
GenericContainer represents a generic container implementation that can be customized and built using the provided builder.
GenericContainer.Companion - class in no.acntech.easycontainers.GenericContainer
 
GenericContainer.GenericContainerBuilder - class in no.acntech.easycontainers.GenericContainer
 
getAllImageTags(java.lang.String,java.lang.String) - function in no.acntech.easycontainers.docker.DockerRegistryUtils
Retrieves all image tags for a given registry URL and image name.
getArgs() - function in no.acntech.easycontainers.GenericContainer
Retrieves the command arguments for the container.
getArgs() - function in no.acntech.easycontainers.GenericContainer
Retrieves the command arguments for the container.
getArgs() - function in no.acntech.easycontainers.model.Args
 
getArgs() - function in no.acntech.easycontainers.model.Container
Retrieves the command arguments for the container.
getBytes() - function in no.acntech.easycontainers.model.Memory
 
getCause() - function in kotlin.Throwable
 
getCommand() - function in no.acntech.easycontainers.GenericContainer
Retrieves the executable command for the container.
getCommand() - function in no.acntech.easycontainers.GenericContainer
Retrieves the executable command for the container.
getCommand() - function in no.acntech.easycontainers.model.Container
Retrieves the executable command for the container.
getContainer() - function in no.acntech.easycontainers.AbstractContainerRuntime
Retrieves the container associated with the runtime.
getContainer() - function in no.acntech.easycontainers.AbstractContainerRuntime
Retrieves the container associated with the runtime.
getContainer() - function in no.acntech.easycontainers.model.ContainerRuntime
Retrieves the container associated with the runtime.
getContent() - function in no.acntech.easycontainers.model.ContainerFile
 
getDEFAULT() - function in no.acntech.easycontainers.model.ImageName.Companion
 
getDEFAULT() - function in no.acntech.easycontainers.model.Namespace.Companion
 
getDEFAULT() - function in no.acntech.easycontainers.model.RepositoryName.Companion
 
getDefaultDockerDaemonEndpoint() - function in no.acntech.easycontainers.Environment
 
getDefaultRegistryCompleteURL() - function in no.acntech.easycontainers.Environment
 
getDefaultRegistryEndpoint() - function in no.acntech.easycontainers.Environment
 
getDefaultWslDistro() - function in no.acntech.easycontainers.util.platform.PlatformUtils
 
getDirectory(no.acntech.easycontainers.model.UnixDir,java.nio.file.Path) - function in no.acntech.easycontainers.GenericContainer
Downloads a directory from the container.
getDirectory(no.acntech.easycontainers.model.UnixDir,java.nio.file.Path) - function in no.acntech.easycontainers.GenericContainer
Downloads a directory from the container.
getDirectory(java.lang.String,java.lang.String) - function in no.acntech.easycontainers.model.Container
Downloads a directory from the container.
getDirectory(java.lang.String,java.lang.String) - function in no.acntech.easycontainers.model.Container
Downloads a directory from the container.
getDirectory(no.acntech.easycontainers.model.UnixDir,java.nio.file.Path) - function in no.acntech.easycontainers.model.Container
Downloads a directory from the container.
getDOCKER() - function in no.acntech.easycontainers.model.RegistryURL.Companion
 
getDuration() - function in no.acntech.easycontainers.GenericContainer
Retrieves the duration of the container execution (RUNNING state).
getDuration() - function in no.acntech.easycontainers.GenericContainer
Retrieves the duration of the container execution (RUNNING state).
getDuration() - function in no.acntech.easycontainers.model.Container
Retrieves the duration of the container execution (RUNNING state).
getEi() - function in no.acntech.easycontainers.model.Memory.Companion
 
getEntries() - function in no.acntech.easycontainers.ImageBuilder.State
 
getEntries() - function in no.acntech.easycontainers.kubernetes.PodPhase
Represents the different phases of a pod in a Kubernetes cluster.
getEntries() - function in no.acntech.easycontainers.model.Container.State
Represents the state of a container.
getEntries() - function in no.acntech.easycontainers.model.ContainerPlatformType
Enum class representing the container types supported by the library.
getEntries() - function in no.acntech.easycontainers.model.ExecutionMode
Enum class representing the execution mode of the container.
getEntries() - function in no.acntech.easycontainers.model.Verbosity
Enum class representing different levels of verbosity.
getEnv() - function in no.acntech.easycontainers.GenericContainer
Retrieves the environment variables associated with the container.
getEnv() - function in no.acntech.easycontainers.GenericContainer
Retrieves the environment variables associated with the container.
getEnv() - function in no.acntech.easycontainers.model.Container
Retrieves the environment variables associated with the container.
getETC() - function in no.acntech.easycontainers.model.UnixDir.Companion
 
getExclusiveMax() - function in no.acntech.easycontainers.util.lang.RangeValidator
the exclusive maximum value of the range (optional)
getExclusiveMin() - function in no.acntech.easycontainers.util.lang.RangeValidator
the exclusive minimum value of the range (optional)
getExecutionMode() - function in no.acntech.easycontainers.GenericContainer
Retrieves the execution mode of the container.
getExecutionMode() - function in no.acntech.easycontainers.GenericContainer
Retrieves the execution mode of the container.
getExecutionMode() - function in no.acntech.easycontainers.model.Container
Retrieves the execution mode of the container.
getExitCode() - function in no.acntech.easycontainers.GenericContainer
Retrieves the exit code of the container.
getExitCode() - function in no.acntech.easycontainers.GenericContainer
Retrieves the exit code of the container.
getExitCode() - function in no.acntech.easycontainers.model.Container
Retrieves the exit code of the container.
getExposedPorts() - function in no.acntech.easycontainers.GenericContainer
Returns the list of network ports exposed by the container.
getExposedPorts() - function in no.acntech.easycontainers.GenericContainer
Returns the list of network ports exposed by the container.
getExposedPorts() - function in no.acntech.easycontainers.model.Container
Returns the list of network ports exposed by the container.
getFile(no.acntech.easycontainers.model.UnixDir,java.lang.String,java.nio.file.Path) - function in no.acntech.easycontainers.GenericContainer
Downloads a file from the container.
getFile(no.acntech.easycontainers.model.UnixDir,java.lang.String,java.nio.file.Path) - function in no.acntech.easycontainers.GenericContainer
Downloads a file from the container.
getFile(java.lang.String,java.lang.String,java.lang.String) - function in no.acntech.easycontainers.model.Container
 
getFile(java.lang.String,java.lang.String,java.lang.String) - function in no.acntech.easycontainers.model.Container
 
getFile(no.acntech.easycontainers.model.UnixDir,java.lang.String,java.nio.file.Path) - function in no.acntech.easycontainers.model.Container
Downloads a file from the container.
getFinishTime() - function in no.acntech.easycontainers.ImageBuilder
Retrieves the finish time of the image building process.
getGENERAL_EXECUTOR_SERVICE() - function in no.acntech.easycontainers.AbstractContainerRuntime.Companion
 
getGi() - function in no.acntech.easycontainers.model.Memory.Companion
 
getHOME() - function in no.acntech.easycontainers.model.UnixDir.Companion
 
getHost() - function in no.acntech.easycontainers.GenericContainer
Retrieves the host of the container.
getHost() - function in no.acntech.easycontainers.GenericContainer
Retrieves the host of the container.
getHost() - function in no.acntech.easycontainers.model.Container
Retrieves the host of the container.
getHostDir() - function in no.acntech.easycontainers.model.Volume
 
getHostFile() - function in no.acntech.easycontainers.model.ContainerFile
 
getHTTP() - function in no.acntech.easycontainers.model.NetworkPort.Companion
 
getHTTP() - function in no.acntech.easycontainers.model.PortMappingName.Companion
 
getHTTPS() - function in no.acntech.easycontainers.model.NetworkPort.Companion
 
getHTTPS() - function in no.acntech.easycontainers.model.PortMappingName.Companion
 
getImage() - function in no.acntech.easycontainers.GenericContainer
Retrieves the image for the container.
getImage() - function in no.acntech.easycontainers.GenericContainer
Retrieves the image for the container.
getImage() - function in no.acntech.easycontainers.model.Container
Retrieves the image for the container.
getImageDigest(java.lang.String,java.lang.String,java.lang.String) - function in no.acntech.easycontainers.docker.DockerRegistryUtils
Retrieves the digest of a Docker image from a specified registry using the provided image name and tag.
getImageName() - function in no.acntech.easycontainers.model.ImageURL
The image name.
getInclusiveMax() - function in no.acntech.easycontainers.util.lang.RangeValidator
the inclusive maximum value of the range (optional)
getInclusiveMin() - function in no.acntech.easycontainers.util.lang.RangeValidator
the inclusive minimum value of the range (optional)
getIpAddress() - function in no.acntech.easycontainers.GenericContainer
Retrieves the IP address of the container.
getIpAddress() - function in no.acntech.easycontainers.GenericContainer
Retrieves the IP address of the container.
getIpAddress() - function in no.acntech.easycontainers.model.Container
Retrieves the IP address of the container.
getK8sGeneralDataHostDir() - function in no.acntech.easycontainers.Environment
 
getK8sGeneralDataPvcName() - function in no.acntech.easycontainers.Environment
 
getK8sKanikoDataHostDir() - function in no.acntech.easycontainers.Environment
 
getK8sKanikoDataPvcName() - function in no.acntech.easycontainers.Environment
 
getKi() - function in no.acntech.easycontainers.model.Memory.Companion
 
getKUBERNETES() - function in no.acntech.easycontainers.model.RegistryURL.Companion
 
getLabels() - function in no.acntech.easycontainers.GenericContainer
Retrieves the labels associated with the container.
getLabels() - function in no.acntech.easycontainers.GenericContainer
Retrieves the labels associated with the container.
getLabels() - function in no.acntech.easycontainers.model.Container
Retrieves the labels associated with the container.
getLATEST() - function in no.acntech.easycontainers.model.ImageTag.Companion
 
getLOCAL() - function in no.acntech.easycontainers.model.RegistryURL.Companion
 
getLocalIpAddresses() - function in no.acntech.easycontainers.util.net.NetworkUtils
Retrieves the list of local IP addresses.
getLocalizedMessage() - function in kotlin.Throwable
 
getMappedPort(no.acntech.easycontainers.model.NetworkPort) - function in no.acntech.easycontainers.GenericContainer
Returns the mapped port for the specified network port.
getMappedPort(no.acntech.easycontainers.model.NetworkPort) - function in no.acntech.easycontainers.GenericContainer
Returns the mapped port for the specified network port.
getMappedPort(no.acntech.easycontainers.model.NetworkPort) - function in no.acntech.easycontainers.model.Container
Returns the mapped port for the specified network port.
getMax() - function in no.acntech.easycontainers.util.text.LengthValidator
The maximum length of the string.
getMaxLifeTime() - function in no.acntech.easycontainers.GenericContainer
 
getMaxLifeTime() - function in no.acntech.easycontainers.GenericContainer
 
getMaxLifeTime() - function in no.acntech.easycontainers.model.Container
 
getMemory() - function in no.acntech.easycontainers.model.Volume
 
getMemoryBacked() - function in no.acntech.easycontainers.model.Volume
 
getMessage() - function in kotlin.Throwable
 
getMi() - function in no.acntech.easycontainers.model.Memory.Companion
 
getMin() - function in no.acntech.easycontainers.util.text.LengthValidator
The minimum length of the string.
getMNT() - function in no.acntech.easycontainers.model.UnixDir.Companion
 
getMountDir() - function in no.acntech.easycontainers.model.Volume
 
getMountPath() - function in no.acntech.easycontainers.model.ContainerFile
 
getName() - function in kotlin.Container.State
 
getName() - function in kotlin.ContainerPlatformType
 
getName() - function in kotlin.ExecutionMode
 
getName() - function in kotlin.ImageBuilder.State
 
getName() - function in kotlin.PodPhase
 
getName() - function in kotlin.Verbosity
 
getName() - function in no.acntech.easycontainers.GenericContainer
Returns the name of the container.
getName() - function in no.acntech.easycontainers.GenericContainer
Returns the name of the container.
getName() - function in no.acntech.easycontainers.kubernetes.K8sRuntime
Returns the name of the (first) Kubernetes container associated with the (first) pod.
getName() - function in no.acntech.easycontainers.kubernetes.K8sRuntime
Returns the name of the (first) Kubernetes container associated with the (first) pod.
getName() - function in no.acntech.easycontainers.model.Container
Returns the name of the container.
getName() - function in no.acntech.easycontainers.model.ContainerFile
 
getName() - function in no.acntech.easycontainers.model.ContainerRuntime
Retrieves the (runtime) name of the container - for Docker this is the container ID, for Kubernetes this is the pod name.
getName() - function in no.acntech.easycontainers.model.ContainerRuntime
Retrieves the (runtime) name of the container - for Docker this is the container ID, for Kubernetes this is the pod name.
getName() - function in no.acntech.easycontainers.model.Volume
 
getNamespace() - function in no.acntech.easycontainers.GenericContainer
Returns the namespace of the container.
getNamespace() - function in no.acntech.easycontainers.GenericContainer
Returns the namespace of the container.
getNamespace() - function in no.acntech.easycontainers.kubernetes.ContainerLogStreamer
 
getNamespace() - function in no.acntech.easycontainers.model.Container
Returns the namespace of the container.
getNetworkName() - function in no.acntech.easycontainers.GenericContainer
 
getNetworkName() - function in no.acntech.easycontainers.GenericContainer
 
getNetworkName() - function in no.acntech.easycontainers.model.Container
 
getOrdinal() - function in kotlin.Container.State
 
getOrdinal() - function in kotlin.ContainerPlatformType
 
getOrdinal() - function in kotlin.ExecutionMode
 
getOrdinal() - function in kotlin.ImageBuilder.State
 
getOrdinal() - function in kotlin.PodPhase
 
getOrdinal() - function in kotlin.Verbosity
 
getOutputLineCallback() - function in no.acntech.easycontainers.GenericContainer
Retrieves the log output callback of the container.
getOutputLineCallback() - function in no.acntech.easycontainers.GenericContainer
Retrieves the log output callback of the container.
getOutputLineCallback() - function in no.acntech.easycontainers.model.Container
Retrieves the log output callback of the container.
getPattern() - function in no.acntech.easycontainers.util.text.RegexValidator
The regular expression pattern used for validation.
getPi() - function in no.acntech.easycontainers.model.Memory.Companion
 
getPodName() - function in no.acntech.easycontainers.kubernetes.ContainerLogStreamer
 
getPortMappings() - function in no.acntech.easycontainers.GenericContainer
Retrieves the port mappings for the container.
getPortMappings() - function in no.acntech.easycontainers.GenericContainer
Retrieves the port mappings for the container.
getPortMappings() - function in no.acntech.easycontainers.model.Container
Retrieves the port mappings for the container.
getRegistryUrl() - function in no.acntech.easycontainers.model.ImageURL
The registry URL of the image.
getRemainingTime(java.util.concurrent.TimeUnit) - function in no.acntech.easycontainers.util.time.WaitTimeCalculator
Calculates the remaining time based on the unit provided, calculated from the start time for this instance.
getRepositoryName() - function in no.acntech.easycontainers.model.ImageURL
The repository name of the image.
getROOT() - function in no.acntech.easycontainers.model.UnixDir.Companion
 
getRuntime() - function in no.acntech.easycontainers.GenericContainer
Retrieves the (underlying) runtime of the container.
getRuntime() - function in no.acntech.easycontainers.GenericContainer
Retrieves the (underlying) runtime of the container.
getRuntime() - function in no.acntech.easycontainers.model.Container
Retrieves the (underlying) runtime of the container.
getSCHEDULER() - function in no.acntech.easycontainers.AbstractContainerRuntime.Companion
 
getSNAKE_TO_CAMEL() - function in no.acntech.easycontainers.util.lang.FunctionsKt
 
getSSH() - function in no.acntech.easycontainers.model.NetworkPort.Companion
 
getSSH() - function in no.acntech.easycontainers.model.PortMappingName.Companion
 
getStackTrace() - function in kotlin.Throwable
 
getStartTime() - function in no.acntech.easycontainers.ImageBuilder
Retrieves the start time of the image build process.
getStartTime() - function in no.acntech.easycontainers.util.time.WaitTimeCalculator
The start time of the wait time calculation
getState() - function in no.acntech.easycontainers.GenericContainer
Retrieves the state of the container.
getState() - function in no.acntech.easycontainers.GenericContainer
Retrieves the state of the container.
getState() - function in no.acntech.easycontainers.ImageBuilder
Retrieves the current state.
getState() - function in no.acntech.easycontainers.model.Container
Retrieves the state of the container.
getSuppressed() - function in kotlin.Throwable
 
getTag() - function in no.acntech.easycontainers.model.ImageURL
The image tag.
getTEST() - function in no.acntech.easycontainers.model.Namespace.Companion
 
getTEST() - function in no.acntech.easycontainers.model.RepositoryName.Companion
 
getTi() - function in no.acntech.easycontainers.model.Memory.Companion
 
getTMP() - function in no.acntech.easycontainers.model.UnixDir.Companion
 
getTRANSPORT() - function in no.acntech.easycontainers.model.PortMappingName.Companion
 
getType() - function in no.acntech.easycontainers.kubernetes.K8sRuntime
Retrieves the type of the container platform.
getType() - function in no.acntech.easycontainers.kubernetes.K8sRuntime
Retrieves the type of the container platform.
getType() - function in no.acntech.easycontainers.model.ContainerRuntime
Retrieves the type of the container platform.
getType() - function in no.acntech.easycontainers.model.ContainerRuntime
Retrieves the type of the container platform.
getValue() - function in no.acntech.easycontainers.model.Arg
 
getValue() - function in no.acntech.easycontainers.model.CPU
 
getValue() - function in no.acntech.easycontainers.model.ContainerFileName
 
getValue() - function in no.acntech.easycontainers.model.ContainerName
 
getValue() - function in no.acntech.easycontainers.model.EnvVarKey
 
getValue() - function in no.acntech.easycontainers.model.EnvVarValue
 
getValue() - function in no.acntech.easycontainers.model.Executable
 
getValue() - function in no.acntech.easycontainers.model.Host
 
getValue() - function in no.acntech.easycontainers.model.ImageName
 
getValue() - function in no.acntech.easycontainers.model.ImageTag
 
getValue() - function in no.acntech.easycontainers.model.LabelKey
 
getValue() - function in no.acntech.easycontainers.model.LabelValue
 
getValue() - function in no.acntech.easycontainers.model.Namespace
 
getValue() - function in no.acntech.easycontainers.model.NetworkName
 
getValue() - function in no.acntech.easycontainers.model.NetworkPort
 
getValue() - function in no.acntech.easycontainers.model.PortMappingName
 
getValue() - function in no.acntech.easycontainers.model.RegistryURL
 
getValue() - function in no.acntech.easycontainers.model.RepositoryName
 
getValue() - function in no.acntech.easycontainers.model.SemanticVersion
 
getValue() - function in no.acntech.easycontainers.model.UnixDir
 
getValue() - function in no.acntech.easycontainers.model.Verbosity
 
getValue() - function in no.acntech.easycontainers.model.VolumeName
The underlying string value of the volume name.
getVolumes() - function in no.acntech.easycontainers.GenericContainer
 
getVolumes() - function in no.acntech.easycontainers.GenericContainer
 
getVolumes() - function in no.acntech.easycontainers.model.Container
 
getWaitTimeUnit() - function in no.acntech.easycontainers.util.time.WaitTimeCalculator
The wait time unit
getWaitTimeValue() - function in no.acntech.easycontainers.util.time.WaitTimeCalculator
The wait time value
getWHITESPACE_REGEX() - function in no.acntech.easycontainers.util.text.FunctionsKt
 
getWslDistroNames() - function in no.acntech.easycontainers.util.platform.PlatformUtils
Retrieves the names of the Windows Subsystem for Linux (WSL) distributions installed on the system.
getWslIpAddress() - function in no.acntech.easycontainers.util.platform.PlatformUtils
 
guardedExecution(kotlin.jvm.functions.Function0,kotlin.Pair,kotlin.jvm.functions.Function1,kotlin.jvm.functions.Function0) - function in no.acntech.easycontainers.util.lang.FunctionsKt
A more generic version of the guardedExecution function, which allows for specifying a list of pairs of exception classes and their corresponding handler functions.
guardedExecution(kotlin.jvm.functions.Function0,java.util.List,kotlin.jvm.functions.Function1,kotlin.jvm.functions.Function1,kotlin.jvm.functions.Function0) - function in no.acntech.easycontainers.util.lang.FunctionsKt
Guards a given block of code, and calls the onError function if any of the specified exceptions (or their subclasses) are thrown.
A  B  C  D  E  F  G  H  I  K  L  M  N  O  P  R  S  T  U  V  W