Uses of Class
lumis.portal.filesystem.PortalBaseFolder
-
Packages that use PortalBaseFolder Package Description lumis.portal.filesystem LumisXP provides a comprehensive file system API to abstract a virtual file system available on all portal servers on the same cluster. -
-
Uses of PortalBaseFolder in lumis.portal.filesystem
Methods in lumis.portal.filesystem that return PortalBaseFolder Modifier and Type Method Description PortalBaseFolder
PortalFilePath. getBaseFolder()
Deprecated.Since 6.2.0 replaced byPortalFilePath.getPortalBaseFolder()
due to the deprecation ofWWW
.static PortalBaseFolder
PortalBaseFolder. valueOf(String name)
Returns the enum constant of this type with the specified name.static PortalBaseFolder[]
PortalBaseFolder. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in lumis.portal.filesystem with parameters of type PortalBaseFolder Constructor Description PortalFilePath(PortalBaseFolder baseFolder, String relativePath)
Creates a portal file path from a base folder and a relative path.
-