public class Identifier extends DockerObject implements Serializable
| Modifier and Type | Field and Description |
|---|---|
Repository |
repository |
Optional<String> |
tag |
| Constructor and Description |
|---|
Identifier(Repository repository,
String tag) |
| Modifier and Type | Method and Description |
|---|---|
static Identifier |
fromCompoundString(String identifier)
Return an identifier that correctly splits up the repository and tag.
|
getRawValuespublic final Repository repository
public Identifier(Repository repository, String tag)
public static Identifier fromCompoundString(String identifier)
identifier - as a stringCopyright © 2025. All rights reserved.