org.sonar.plugins.java.bridges
Class BridgeFactory

java.lang.Object
  extended by org.sonar.plugins.java.bridges.BridgeFactory

public final class BridgeFactory
extends Object


Method Summary
static List<Bridge> create(boolean bytecodeScanned, boolean skipPackageDesignAnalysis, org.sonar.api.batch.SensorContext context, org.sonar.api.checks.CheckFactory checkFactory, ResourceIndex resourceIndex, JavaSquid squid, org.sonar.api.checks.NoSonarFilter noSonarFilter, org.sonar.api.profiles.RulesProfile profile)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

create

public static List<Bridge> create(boolean bytecodeScanned,
                                  boolean skipPackageDesignAnalysis,
                                  org.sonar.api.batch.SensorContext context,
                                  org.sonar.api.checks.CheckFactory checkFactory,
                                  ResourceIndex resourceIndex,
                                  JavaSquid squid,
                                  org.sonar.api.checks.NoSonarFilter noSonarFilter,
                                  org.sonar.api.profiles.RulesProfile profile)


Copyright © 2012-2014 SonarSource. All Rights Reserved.