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 |
---|---|
boolean |
IFile.isEmpty()
Returns whether this directory is empty.
|
abstract IFile[] |
IFile.listFiles()
Lists all immediate sub files and directories of this directory (the files and directories whose
IFile.getParent() is equal to this). |
IFile[] |
IFile.listFiles(IFileFilter fileFilter)
Lists all immediate sub files and directories of this directory (the files and directories whose
IFile.getParent() is equal to this), respecting a given file filter . |
LumisXP 12.3.0.200408 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.