|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectau.id.pbw.hyfo.version.Version
public class Version
class representing the version of HyFo
Constructor Summary | |
---|---|
Version()
|
Method Summary | |
---|---|
static String |
getFormattedTag()
Get the formatted tag version of HyFo. |
static String |
getVersion()
Get a displayable HyFo version string. |
static void |
main(String[] args)
main() exists as a convenience for retrieving the source version during Ant builds. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Version()
Method Detail |
---|
public static String getFormattedTag()
A dummy version until the procedure for naming versions is re-designed. RCS tags are no longer available, as HyFo is moving to Darcs for change management.
public static String getVersion()
public static void main(String[] args)
Version.java
can be compiled independently, and run as an Ant
exec
task, with the output captured to a temporary
properties file.Outputs the following text, which defines properties for the build.
build.default.description="HyFo 0.1dev-build"
build.default.tag="HyFo_0-1dev-build"
args
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |