public class Identifier extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
Repository |
repository |
com.google.common.base.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.
|
String |
toString() |
public final Repository repository
public final com.google.common.base.Optional<String> tag
public Identifier(Repository repository, String tag)
public static Identifier fromCompoundString(String identifier)
identifier - as a stringCopyright © 2017. All Rights Reserved.