org.argouml.application
Class ArgoVersion
java.lang.Object
org.argouml.application.ArgoVersion
- public final class ArgoVersion
- extends Object
This class only encapsulates the ArgoUML version string.
It should not be edited manually because it is
build from the file ArgoVersion.template when necessary.
- Since:
- Argo0.11.1
Constructor Summary |
private |
ArgoVersion()
Don't allow instantiation. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VERSION
private static final String VERSION
- Version number.
- See Also:
- Constant Field Values
ArgoVersion
private ArgoVersion()
- Don't allow instantiation.
getVersion
public static String getVersion()
- Retrieve the version number.
- Returns:
- the version number.