|
terp - the Codemesh Modular Template Interpreter v1.3.304 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Version
An interface for maintaining version numbers.
| Field Summary | |
|---|---|
static int |
UNDEFINED
An undefined version number has this value. |
| Method Summary | |
|---|---|
int |
getBuild()
Returns the build version number. |
Version |
getLessSpecific()
A factory method that returns a less specific version than the version it is invoked upon. |
int |
getMajor()
Returns the major version number. |
int |
getMinor()
Returns the minor version number. |
int |
getPatch()
Returns the patch version number. |
java.lang.String |
getPrefix()
Returns the version number's prefix string. |
java.lang.String |
getSuffix()
Returns the version suffix. |
| Methods inherited from interface java.lang.Comparable |
|---|
compareTo |
| Field Detail |
|---|
static final int UNDEFINED
| Method Detail |
|---|
java.lang.String getPrefix()
int getMajor()
int getMinor()
int getPatch()
int getBuild()
java.lang.String getSuffix()
Version getLessSpecific()
|
terp - the Codemesh Modular Template Interpreter v1.3.304 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||