All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.g2forge.gearbox.git.IGitConfigAccessor Maven / Gradle / Ivy

There is a newer version: 0.0.9
Show newest version
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();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy