Uses of Class
com.composum.sling.core.pckgmgr.regpckg.view.VersionBean
-
Packages that use VersionBean Package Description com.composum.sling.core.pckgmgr.regpckg.view -
-
Uses of VersionBean in com.composum.sling.core.pckgmgr.regpckg.view
Fields in com.composum.sling.core.pckgmgr.regpckg.view declared as VersionBean Modifier and Type Field Description protected VersionBeanPackageBean. currentVersionFields in com.composum.sling.core.pckgmgr.regpckg.view with type parameters of type VersionBean Modifier and Type Field Description protected Map<String,VersionBean>PackageBean. versionSetMethods in com.composum.sling.core.pckgmgr.regpckg.view that return VersionBean Modifier and Type Method Description VersionBeanPackageBean. getCurrentVersion()Methods in com.composum.sling.core.pckgmgr.regpckg.view that return types with arguments of type VersionBean Modifier and Type Method Description Collection<VersionBean>PackageBean. getAllVersions()All versions of the package that are currently in the registry.Collection<VersionBean>PackageBean. getObsoleteVersions()A list of package versions that are obsolete because older than the current version.Methods in com.composum.sling.core.pckgmgr.regpckg.view with parameters of type VersionBean Modifier and Type Method Description booleanVersionBean. obsoletes(VersionBean other)True if this obsoletes the other version - that is, it has same group and name but a newer version.
-