Uses of Class
lumis.portal.filesystem.PortalFilePath
-
Packages that use PortalFilePath 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.lumis.portal.filesystem.impl -
-
Uses of PortalFilePath in lumis.portal.filesystem
Methods in lumis.portal.filesystem that return PortalFilePath Modifier and Type Method Description PortalFilePath
PortalFilePath. getParent()
Returns the parent PortalFilePath ornull
if this is already the root of base folder.PortalFilePath
IFile. getPath()
Returns thePortalFilePath
that represents this file or directory.PortalFilePath
PortalFile. getPortalFilePath()
Deprecated.PortalFilePath
PortalFilePath. getRoot()
Returns the root of this path.PortalFilePath
PortalFilePath. resolve(String path)
Resolves the given path against this PortalFilePath.
Thepath
must not be an absolute path.PortalFilePath
PortalBaseFolder. toPortalFilePath(String relativePath)
Returns a newPortalFilePath
using this base folder and the given relative path.Methods in lumis.portal.filesystem with parameters of type PortalFilePath Modifier and Type Method Description IFile
FileSystemManager. getFile(PortalFilePath portalFilePath)
IFile
IFileSystem. getFile(PortalFilePath portalFilePath)
Returns aportal file
to be manipulated for a givenportal file path
.
Implementations must not returnnull
.
Theportal file path
parameter will never benull
.IFile
IFileSystemManager. getFile(PortalFilePath portalFilePath)
Returns theIFile
to perform operations in portal known files.boolean
PortalFilePath. isDescendentOf(PortalFilePath path)
Returns whether the given PortalFilePath is descendent of this.String
PortalFilePath. relativize(PortalFilePath other)
Relativizes the given path against this one.Constructors in lumis.portal.filesystem with parameters of type PortalFilePath Constructor Description IFile(PortalFilePath portalFilePath)
Creates a new instance with the given PortalFilePath.PortalFile(PortalFilePath portalFilePath)
Deprecated. -
Uses of PortalFilePath in lumis.portal.filesystem.impl
Methods in lumis.portal.filesystem.impl that return PortalFilePath Modifier and Type Method Description PortalFilePath
LocalDataFilePortalBaseFolder. toPortalFilePath(String relativePath)
Methods in lumis.portal.filesystem.impl with parameters of type PortalFilePath Modifier and Type Method Description IFile
ClusterMirroredFileSystem. getFile(PortalFilePath portalFilePath)
IFile
SingleCopyFileSystem. getFile(PortalFilePath portalFilePath)
-