Package org.sonar.batch.referential

Examples of org.sonar.batch.referential.GlobalReferentialsProvider


      TempFolderCleaner.class,
      HttpDownloader.class,
      UriReader.class,
      new FileCacheProvider(),
      System2.INSTANCE,
      new GlobalReferentialsProvider());
    if (getComponentByType(PluginsReferential.class) == null) {
      add(DefaultPluginsReferential.class);
    }
    if (getComponentByType(GlobalReferentialsLoader.class) == null) {
      add(DefaultGlobalReferentialsLoader.class);
View Full Code Here

TOP

Related Classes of org.sonar.batch.referential.GlobalReferentialsProvider

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.