|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.antcontrib.AntContribVersion
public class AntContribVersion
Constructor Summary | |
---|---|
AntContribVersion(java.lang.Class c)
Constructor that takes a class to get the version information from out of the manifest. |
Method Summary | |
---|---|
static void |
main(java.lang.String[] args)
The main program for MockVersion that prints the version info from the manifest file. |
java.lang.String |
toString()
Prints the version info the MockVersion represents. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public AntContribVersion(java.lang.Class c)
c
- The Class on whose package to use to get version info.Method Detail |
---|
public static void main(java.lang.String[] args)
args
- Ignores all arguments.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |