public interface ESVersionSpec
Represents a version specifier.
A version specifier has a branch name which identifies the respective branch.
| Modifier and Type | Field and Description |
|---|---|
static String |
BASE
BASE identifier.
|
static String |
BRANCH_DEFAULT_NAME
The default branch name 'trunk'.
|
static ESVersionFactory |
FACTORY
The factory used for creating
ESVersionSpecs. |
static String |
GLOBAL
Global identifier.
|
static String |
HEAD
HEAD identifier.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getBranch()
Returns the branch name.
|
static final String HEAD
static final String BASE
static final String BRANCH_DEFAULT_NAME
static final String GLOBAL
static final ESVersionFactory FACTORY
ESVersionSpecs.String getBranch()
Copyright © 2017. All rights reserved.