|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PortalBaseFolder | |
---|---|
lumis.portal.filesystem | Provides the API for accessing the portal file system. |
Uses of PortalBaseFolder in lumis.portal.filesystem |
---|
Methods in lumis.portal.filesystem that return PortalBaseFolder | |
---|---|
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. |
Constructors in lumis.portal.filesystem with parameters of type PortalBaseFolder | |
---|---|
PortalFilePath(PortalBaseFolder baseFolder,
String relativePath)
Creates a portal file path from a base folder and a relative path. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |