fabric
Class Version

java.lang.Object
  extended by polyglot.main.Version
      extended by fabric.Version

public class Version
extends polyglot.main.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

Version

public Version()
Method Detail

name

public java.lang.String name()

major

public int major()

minor

public int minor()

patch_level

public int patch_level()

toString

public java.lang.String toString()