Package org.ametys.core.version
Class Version
java.lang.Object
org.ametys.core.version.Version
Represents a given version of a component, given its unique name and build date.
It is used in the administrator area to display the versions of the main used components.
It is used in the administrator area to display the versions of the main used components.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
Version
Constructor- Parameters:
name
- the name of the componentversion
- the name of this versiondate
- the build date of this version. May be null.
-
-
Method Details
-
getName
Returns the name of the component- Returns:
- the name of the component
-
getVersion
Returns the name of this version- Returns:
- the name of this version
-
getDate
Returns the build date of this version- Returns:
- the build date of this version
-