Uses of Class
lumis.portal.filesystem.PortalBaseFolder

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.
 



Lumisportal  6.2.0.120405 - Copyright © 2006–2012 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.