de.unibremen.informatik.st.libvcs4j.VCSModelElement Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of libvcs4j-api Show documentation
Show all versions of libvcs4j-api Show documentation
A Java Library for Repository Mining (API)
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