Class DefaultGitService
java.lang.Object
ch.admin.bit.jeap.initializer.git.DefaultGitService
- All Implemented Interfaces:
GitService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcloneRepositoryAtPath(GitRepositoryConfiguration configuration, Path localPath) getFileContentFromRepository(GitRepositoryConfiguration configuration, String filePath)
-
Constructor Details
-
DefaultGitService
public DefaultGitService()
-
-
Method Details
-
cloneRepositoryAtPath
- Specified by:
cloneRepositoryAtPathin interfaceGitService
-
getFileContentFromRepository
public String getFileContentFromRepository(GitRepositoryConfiguration configuration, String filePath) throws IOException - Specified by:
getFileContentFromRepositoryin interfaceGitService- Throws:
IOException
-