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

CompilerRuntime.UpdateAggregator Maven / Gradle / Ivy

There is a newer version: 1.7.3
Show newest version
package CompilerRuntime;

/**
 * Aggregates updates
 * @author Markus Brenner
 *
 */
public interface UpdateAggregator {
	void aggregateUpdates(AggregationHelper ah);
	void compose(PluginCompositionAPI compAPI);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy