Package ru.cg.webbpm.studio.core.api.io
Class FilesDiff
java.lang.Object
ru.cg.webbpm.studio.core.api.io.FilesDiff
-
Method Summary
Modifier and TypeMethodDescriptionstatic FilesDiff
createDiff
(FileManager fileManager, FilesSnapshot oldSnapshot) getAddedFiles
(Path... parents) getDeletedFiles
(Path... parents) Слепок файловой системы с которым было сравнениеgetModifiedFiles
(Path... parents)
-
Method Details
-
createDiff
public static FilesDiff createDiff(FileManager fileManager, FilesSnapshot oldSnapshot) throws IOException - Throws:
IOException
-
getAddedFiles
-
getModifiedFiles
-
getDeletedFiles
-
getFilesSnapshot
Слепок файловой системы с которым было сравнение
-