Package org.ametys.core.version
Interface VersionsHandler
- All Known Implementing Classes:
DefaultVersionsHandler
public interface VersionsHandler
Administrator component able to determine the content of the "Versions" panel in the administrator area.
It may includes plugins versions, Runtime version, application version, ...
It may includes plugins versions, Runtime version, application version, ...
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns all Versions to be displayed in the administrator area
-
Field Details
-
ROLE
Avalon Role
-
-
Method Details
-
getVersions
Returns all Versions to be displayed in the administrator area- Returns:
- all Versions to be displayed in the administrator area
-