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

aQute.bnd.service.diff.Delta Maven / Gradle / Ivy

There is a newer version: 7.0.0
Show newest version
package aQute.bnd.service.diff;

/**
 * The Delta provides information about the {@link Diff} object. It tells the
 * relation between the newer and older compared elements.
 */
public enum Delta {

	// ORDER IS IMPORTANT FOR TRANSITIONS TABLE!

	/**
	 * 
	 */
	IGNORED, // for all
	UNCHANGED, CHANGED, MICRO, MINOR, MAJOR, // content
	REMOVED, ADDED; // structural

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy