Package com.cosium.code.format.git
Class GitStagedFiles
- java.lang.Object
-
- com.cosium.code.format.git.GitStagedFiles
-
public class GitStagedFiles extends Object
- Author:
- Réda Housni Alaoui
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidformat(CodeFormatters formatters)static GitStagedFilesread(org.apache.maven.plugin.logging.Log log, org.eclipse.jgit.lib.Repository repository, Predicate<Path> fileFilter)
-
-
-
Method Detail
-
read
public static GitStagedFiles read(org.apache.maven.plugin.logging.Log log, org.eclipse.jgit.lib.Repository repository, Predicate<Path> fileFilter) throws org.eclipse.jgit.api.errors.GitAPIException
- Throws:
org.eclipse.jgit.api.errors.GitAPIException
-
format
public void format(CodeFormatters formatters) throws IOException
- Throws:
IOException
-
-