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, ...
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Collection<Version>
getVersions()
Returns all Versions to be displayed in the administrator area
-
-
-
Method Detail
-
getVersions
Collection<Version> getVersions()
Returns all Versions to be displayed in the administrator area- Returns:
- all Versions to be displayed in the administrator area
-
-