Uses of Class
lumis.portal.filesystem.exception.FileIsNotDirectoryException
-
Packages that use FileIsNotDirectoryException 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. -
-
Uses of FileIsNotDirectoryException in lumis.portal.filesystem
Methods in lumis.portal.filesystem that throw FileIsNotDirectoryException Modifier and Type Method 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 whoseIFile.getParent()
is equal to this).IFile[]
IFile. listFiles(IFileFilter fileFilter)
Lists all immediate sub files and directories of this directory (the files and directories whoseIFile.getParent()
is equal to this), respecting a givenfile filter
.
-