|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectpolyglot.main.Version
fabric.Version
public class Version
Version information for Fabric extension. 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()
|
java.lang.String |
name()
|
int |
patch_level()
|
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 java.lang.String name()
public int major()
public int minor()
public int patch_level()
public java.lang.String toString()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |