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

de.jball.sonar.hybris.java.HybrisJavaRulesPlugin Maven / Gradle / Ivy

There is a newer version: 0.7.0
Show newest version
package de.jball.sonar.hybris.java;

import org.sonar.api.Plugin;

/**
 * Entry point of the plugin
 */
public class HybrisJavaRulesPlugin implements Plugin {
	@Override
	public void define(Context context) {
		// server extensions -> objects are instantiated during server startup
		context.addExtension(HybrisJavaRulesDefinition.class);

		// batch extensions -> objects are instantiated during code analysis
		context.addExtension(HybrisJavaFileCheckRegistrar.class);
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy