Package org.ametys.core.version
Class Version
- java.lang.Object
-
- org.ametys.core.version.Version
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DategetDate()Returns the build date of this versionStringgetName()Returns the name of the componentStringgetVersion()Returns the name of this version
-
-
-
Method Detail
-
getName
public String getName()
Returns the name of the component- Returns:
- the name of the component
-
getVersion
public String getVersion()
Returns the name of this version- Returns:
- the name of this version
-
-