Uses of Class
lumis.portal.filesystem.exception.FileCouldNotBeDeletedException
-
Packages that use FileCouldNotBeDeletedException Package Description lumis.portal.file 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.geolocation -
-
Uses of FileCouldNotBeDeletedException in lumis.portal.file
Methods in lumis.portal.file that throw FileCouldNotBeDeletedException Modifier and Type Method Description static void
FileUtil. deletePortalFile(IFile portalFile)
Deletes portal file and all empty ancestor folders. -
Uses of FileCouldNotBeDeletedException in lumis.portal.filesystem
Methods in lumis.portal.filesystem that throw FileCouldNotBeDeletedException Modifier and Type Method Description abstract void
IFile. delete()
Deletes the file or directory.abstract void
IFile. deleteRecursively()
Tries to delete the file or directory recursively. -
Uses of FileCouldNotBeDeletedException in lumis.portal.geolocation
Methods in lumis.portal.geolocation that throw FileCouldNotBeDeletedException Modifier and Type Method Description default void
IGeoLocationManagerSPI. deleteDatabase()
Delete the currently saved geolocation database;
-