Interface ConfigFileSystem
-
- All Known Implementing Classes:
ConfigFileSystemImpl
public interface ConfigFileSystemInterface to configs file system used byConfigFilesUpdater
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleancheckContentEqual(File f1, File f2)voidcopy(File from, File to)FilecreateBackupDir()FilecreateTempProjectsDir()voiddelete(File f)List<String>listFilesRecursively(File dir)
-
-
-
Method Detail
-
createTempProjectsDir
@NotNull File createTempProjectsDir() throws IOException
- Throws:
IOException
-
createBackupDir
@NotNull File createBackupDir() throws IOException
- Throws:
IOException
-
delete
void delete(@NotNull File f)
-
copy
void copy(@NotNull File from, @NotNull File to) throws IOException- Throws:
IOException
-
-