Package org.apache.zookeeper.version
Interface Info
- 
- All Known Implementing Classes:
 Version,VersionInfoMain
public interface Info 
- 
- 
Field Summary
Fields Modifier and Type Field Description static StringBUILD_DATEstatic intMAJORstatic intMICROstatic intMINORstatic StringQUALIFIERstatic intREVISIONstatic StringREVISION_HASH 
 - 
 
- 
- 
Field Detail
- 
MAJOR
static final int MAJOR
- See Also:
 - Constant Field Values
 
 
- 
MINOR
static final int MINOR
- See Also:
 - Constant Field Values
 
 
- 
MICRO
static final int MICRO
- See Also:
 - Constant Field Values
 
 
- 
QUALIFIER
static final String QUALIFIER
 
- 
REVISION
static final int REVISION
- See Also:
 - Constant Field Values
 
 
- 
REVISION_HASH
static final String REVISION_HASH
- See Also:
 - Constant Field Values
 
 
- 
BUILD_DATE
static final String BUILD_DATE
- See Also:
 - Constant Field Values
 
 
 - 
 
 -