Uses of Interface
lumis.portal.deployment.IVersion
-
Packages that use IVersion Package Description lumis.portal.deployment Provides the API for LumisXP module deployment. -
-
Uses of IVersion in lumis.portal.deployment
Classes in lumis.portal.deployment that implement IVersion Modifier and Type Class Description class
Version
Version implementation for deployment Component.Methods in lumis.portal.deployment that return IVersion Modifier and Type Method Description IVersion
Component. getVersion()
IVersion
IComponent. getVersion()
Returns the component version.IVersion
IModule. getVersion()
Returns the module version.IVersion
Module. getVersion()
Methods in lumis.portal.deployment with parameters of type IVersion Modifier and Type Method Description int
Version. compareTo(IVersion o)
void
Component. setVersion(IVersion version)
Sets the version.
-