public class Identifier
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
Repository |
repository |
java.util.Optional<java.lang.String> |
tag |
| Constructor and Description |
|---|
Identifier(Repository repository,
java.lang.String tag) |
| Modifier and Type | Method and Description |
|---|---|
static Identifier |
fromCompoundString(java.lang.String identifier)
Return an identifier that correctly splits up the repository and tag.
|
public final Repository repository
public final java.util.Optional<java.lang.String> tag
public Identifier(Repository repository, java.lang.String tag)
public static Identifier fromCompoundString(java.lang.String identifier)
identifier - as a stringCopyright © 2020. All Rights Reserved.