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.
|
Modifier and Type | Method and Description |
---|---|
PortalBaseFolder |
PortalFilePath.getBaseFolder()
Deprecated.
Since 6.2.0 replaced by
PortalFilePath.getPortalBaseFolder()
due to the deprecation of WWW . This
deprecated implementation works if this PortalFilePath is based
on one of the enum PortalBaseFolder options, otherwise it throws
a ClassCastException . This works on a full legacy code, since
only the those enum options exist in such case. |
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.
|
Constructor and Description |
---|
PortalFilePath(PortalBaseFolder baseFolder,
String relativePath)
Creates a portal file path from a base folder and a relative path.
|
LumisXP 12.3.0.200408 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.