|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfabric.common.Version
public class Version
This encapsulates the version of Fabric. DO NOT EDIT THIS CLASS BY HAND! This is automatically generated by Ant. If you wish to change the version number, run one of the following: ant bump-version (Bumps the version number.) ant bump-major (Bumps the major version number.) ant bump-minor (Bumps the minor version number.) ant bump-patch (Bumps the patch level.)
Constructor Summary | |
---|---|
Version()
|
Method Summary | |
---|---|
int |
major()
|
int |
minor()
|
int |
patch()
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Version()
Method Detail |
---|
public int major()
public int minor()
public int patch()
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |