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

de.unibremen.informatik.st.libvcs4j.VCSModelElement Maven / Gradle / Ivy

There is a newer version: 2.1.0
Show newest version
package de.unibremen.informatik.st.libvcs4j;

/**
 * Defines the API of all version control system related model elements.
 */
public interface VCSModelElement {

	/**
	 * Returns the {@link VCSEngine} used to extract this model element.
	 *
	 * @return
	 * 		The {@link VCSEngine} used to extract this model element.
	 */
	VCSEngine getVCSEngine();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy