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 lumis.portal.theme Contains the portal themes feature implementation. -
-
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. -
Uses of ModuleObject in lumis.portal.theme
Methods in lumis.portal.theme with parameters of type ModuleObject Modifier and Type Method Description void
ThemeManager. register(java.lang.String themePath, ModuleObject originalModuleObject, ModuleObject newModuleObject)
Registers a theme and uses the given (optional) module objects to sync the public files differences to website's root folders.
-