Uses of Class
org.xwiki.filemanager.Path
-
Packages that use Path Package Description org.xwiki.filemanager.job -
-
Uses of Path in org.xwiki.filemanager.job
Methods in org.xwiki.filemanager.job that return Path Modifier and Type Method Description PathMoveRequest. getDestination()Methods in org.xwiki.filemanager.job that return types with arguments of type Path Modifier and Type Method Description Collection<Path>BatchPathRequest. getPaths()Methods in org.xwiki.filemanager.job with parameters of type Path Modifier and Type Method Description StringFileManager. copy(Collection<Path> paths, Path destination)Schedules a job to copy the specified files and folders to the given destination.StringFileManager. 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 Path Modifier and Type Method Description StringFileManager. copy(Collection<Path> paths, Path destination)Schedules a job to copy the specified files and folders to the given destination.StringFileManager. delete(Collection<Path> paths)Schedules a job to delete the specified files and folders.StringFileManager. move(Collection<Path> paths, Path destination)Schedules a job to move the specified files and folders to the given destination.StringFileManager. 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.
-