Class ConfigFileSystemImpl
- java.lang.Object
-
- jetbrains.buildServer.serverSide.impl.projects.ConfigFileSystemImpl
-
- All Implemented Interfaces:
ConfigFileSystem
public class ConfigFileSystemImpl extends Object implements ConfigFileSystem
-
-
Constructor Summary
Constructors Constructor Description ConfigFileSystemImpl()
-
Method Summary
All Methods Instance Methods Concrete 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 public File createTempProjectsDir() throws IOException
- Specified by:
createTempProjectsDirin interfaceConfigFileSystem- Throws:
IOException
-
createBackupDir
@NotNull public File createBackupDir() throws IOException
- Specified by:
createBackupDirin interfaceConfigFileSystem- Throws:
IOException
-
delete
public void delete(@NotNull File f)- Specified by:
deletein interfaceConfigFileSystem
-
copy
public void copy(@NotNull File from, @NotNull File to) throws IOException- Specified by:
copyin interfaceConfigFileSystem- Throws:
IOException
-
checkContentEqual
public boolean checkContentEqual(@NotNull File f1, @NotNull File f2)- Specified by:
checkContentEqualin interfaceConfigFileSystem
-
listFilesRecursively
@NotNull public List<String> listFilesRecursively(@NotNull File dir)
- Specified by:
listFilesRecursivelyin interfaceConfigFileSystem
-
-