Package org.sonar.batch.referential

Examples of org.sonar.batch.referential.ProjectReferentialsProvider


    }
  }

  private void addBatchComponents() {
    add(
      new ProjectReferentialsProvider(),
      DefaultResourceCreationLock.class,
      DefaultPersistenceManager.class,
      DependencyPersister.class,
      EventPersister.class,
      LinkPersister.class,
View Full Code Here


    }
  }

  private void addBatchComponents() {
    add(
      new ProjectReferentialsProvider(),
      ProjectSettings.class,
      Caches.class,

      // lang
      Languages.class,
View Full Code Here

TOP

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

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.