Uses of Class
lumis.portal.deployment.process.ModuleObject
-
Packages that use ModuleObject Package Description lumis.portal.deployment Provides the API for LumisXP module deployment.lumis.portal.deployment.process -
-
Uses of ModuleObject in lumis.portal.deployment
Methods in lumis.portal.deployment that return ModuleObject Modifier and Type Method Description ModuleObject
Module. getMetadata()
Returns this module metadata.ModuleObject
Module. getMetadataForComparing()
Returns the meta data that should be used for comparing this module (or its inner objects) to other one.Methods in lumis.portal.deployment with parameters of type ModuleObject Modifier and Type Method Description void
Module. setMetadata(ModuleObject moduleMetadata)
Sets the metadata of this module. -
Uses of ModuleObject in lumis.portal.deployment.process
Methods in lumis.portal.deployment.process that return ModuleObject Modifier and Type Method Description static ModuleObject
ModuleProcessor. preProcess(IFile moduleFile, boolean forceUseFileContentsForChecksum)
Extracts metadata from the given module file or folder.
-