com.g2forge.gearbox.git.IGitConfigAccessor Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of gb-git Show documentation
Show all versions of gb-git Show documentation
A thin wrapper of helpers methods around JGit.
package com.g2forge.gearbox.git;
public interface IGitConfigAccessor {
/**
* Save all changes in the {@link GitConfig} from which this accessor derives. Note that this may save more changes than those made through the object on
* which it is called.
*/
public void save();
}