net.sf.antcontrib
public class AntContribVersion extends Object
| Constructor Summary | |
|---|---|
| AntContribVersion(Class c)
Constructor that takes a class to get the version information
from out of the manifest. | |
| Method Summary | |
|---|---|
| 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.
|
Parameters: c The Class on whose package to use to get version info.
Parameters: args Ignores all arguments.
See Also: java.lang.Object#toString()