Class RulesBundles
- java.lang.Object
-
- org.sonar.plugins.javascript.eslint.RulesBundles
-
@ScannerSide @SonarLintSide(lifespan="MULTIPLE_ANALYSES") public class RulesBundles extends Object
-
-
Constructor Summary
Constructors Constructor Description RulesBundles()
This constructor is used by pico container when no RulesBundle is provided on classpathRulesBundles(RulesBundle[] rulesBundles)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Path>
deploy(Path target)
Deploy bundles in temporary directory and return list of paths for deployed modules
-
-
-
Constructor Detail
-
RulesBundles
public RulesBundles()
This constructor is used by pico container when no RulesBundle is provided on classpath
-
RulesBundles
public RulesBundles(RulesBundle[] rulesBundles)
-
-