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 |
Modifier and Type | Method and Description |
---|---|
PortalFilePath |
PortalFilePath.getParent()
Returns the parent PortalFilePath or
null if this is already the root of base folder. |
PortalFilePath |
IFile.getPath()
Returns the
PortalFilePath 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.
The path must not be an absolute path. |
PortalFilePath |
PortalBaseFolder.toPortalFilePath(String relativePath)
Returns a new
PortalFilePath using this base folder and the given relative path. |
Modifier and Type | Method and Description |
---|---|
IFile |
FileSystemManager.getFile(PortalFilePath portalFilePath) |
IFile |
IFileSystem.getFile(PortalFilePath portalFilePath)
Returns a
portal file to be manipulated for a given
portal file path .Implementations must not return null .The portal file path parameter will never be
null . |
IFile |
IFileSystemManager.getFile(PortalFilePath portalFilePath)
Returns the
IFile 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.
|
Constructor and Description |
---|
IFile(PortalFilePath portalFilePath)
Creates a new instance with the given PortalFilePath.
|
PortalFile(PortalFilePath portalFilePath)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
PortalFilePath |
LocalDataFilePortalBaseFolder.toPortalFilePath(String relativePath) |
Modifier and Type | Method and Description |
---|---|
IFile |
ClusterMirroredFileSystem.getFile(PortalFilePath portalFilePath) |
IFile |
SingleCopyFileSystem.getFile(PortalFilePath portalFilePath) |
LumisXP 12.3.0.200408 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.