Uses of Class
lumis.portal.deployment.ComponentFolder
-
Packages that use ComponentFolder Package Description lumis.portal.deployment Provides the API for LumisXP module deployment. -
-
Uses of ComponentFolder in lumis.portal.deployment
Methods in lumis.portal.deployment that return ComponentFolder Modifier and Type Method Description static ComponentFolder
ComponentFolder. valueOf(String name)
Returns the enum constant of this type with the specified name.static ComponentFolder[]
ComponentFolder. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in lumis.portal.deployment with parameters of type ComponentFolder Modifier and Type Method Description static File
DeploymentUtil. getComponentFile(IComponent component, ComponentFolder folder)
Returns the relative folder path within a component.
-