public enum DockerContainer extends java.lang.Enum<DockerContainer>
| Enum Constant and Description | 
|---|
ELASTICSEARCH  | 
IMAP  | 
LDAP  | 
NODE  | 
POSTGRES  | 
POSTGRES_MIGRATION  | 
SAMBA4  | 
SMTP_EDGE  | 
SMTP_ROLE  | 
WEBDAV  | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.String | 
getHostProperty()  | 
java.lang.String | 
getName()  | 
static DockerContainer | 
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. 
 | 
static DockerContainer[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
public static final DockerContainer ELASTICSEARCH
public static final DockerContainer POSTGRES
public static final DockerContainer POSTGRES_MIGRATION
public static final DockerContainer NODE
public static final DockerContainer SMTP_ROLE
public static final DockerContainer SMTP_EDGE
public static final DockerContainer IMAP
public static final DockerContainer LDAP
public static final DockerContainer SAMBA4
public static final DockerContainer WEBDAV
public static DockerContainer[] values()
for (DockerContainer c : DockerContainer.values()) System.out.println(c);
public static DockerContainer valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String getName()
public java.lang.String getHostProperty()
Copyright © 2021. All Rights Reserved.