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 Date
getDate()
Returns the build date of this versionString
getName()
Returns the name of the componentString
getVersion()
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
-
-