public class Identifier extends Object 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.
|
public final Repository repository
public Identifier(Repository repository, String tag)
public static Identifier fromCompoundString(String identifier)
identifier
- as a stringCopyright © 2020. All rights reserved.