net.sf.antcontrib
Class AntContribVersion
java.lang.Objectnet.sf.antcontrib.AntContribVersion
public class AntContribVersion
extends java.lang.Object
- Dean Hiller
To change the template for this generated type comment go to
Window - Preferences - Java - Code Generation - Code and Comments
AntContribVersion(Class c)- Constructor that takes a class to get the version information
from out of the manifest.
|
static void | main(String[] args)- The main program for MockVersion that prints the version info from
the manifest file.
|
String | toString()- Prints the version info the MockVersion represents.
|
AntContribVersion
public AntContribVersion(Class c)
Constructor that takes a class to get the version information
from out of the manifest. Uses the class's package to retrieve
the manifest version info.
c - The Class on whose package to use to get version info.
main
public static void main(String[] args)
The main program for MockVersion that prints the version info from
the manifest file.
args - Ignores all arguments.
toString
public String toString()
Prints the version info the MockVersion represents.
java.lang.Object.toString()