Uses of Class
org.xwiki.filemanager.Path
Packages that use Path
-
Uses of Path in org.xwiki.filemanager.job
Methods in org.xwiki.filemanager.job that return PathMethods in org.xwiki.filemanager.job that return types with arguments of type PathMethods in org.xwiki.filemanager.job with parameters of type PathModifier and TypeMethodDescriptionFileManager.copy(Collection<Path> paths, Path destination) Schedules a job to copy the specified files and folders to the given destination.FileManager.move(Collection<Path> paths, Path destination) Schedules a job to move the specified files and folders to the given destination.voidMoveRequest.setDestination(Path destination) Sets the destination path where to move the files and folders.Method parameters in org.xwiki.filemanager.job with type arguments of type PathModifier and TypeMethodDescriptionFileManager.copy(Collection<Path> paths, Path destination) Schedules a job to copy the specified files and folders to the given destination.FileManager.delete(Collection<Path> paths) Schedules a job to delete the specified files and folders.FileManager.move(Collection<Path> paths, Path destination) Schedules a job to move the specified files and folders to the given destination.FileManager.pack(Collection<Path> paths, org.xwiki.model.reference.AttachmentReference outputFileReference) Packs the specified files and folders in a single ZIP archive that is written in the specified output file.voidBatchPathRequest.setPaths(Collection<Path> paths) Sets the paths that are targeted by this request.