Package org.sonar.home.log

Examples of org.sonar.home.log.StandardLog


  private final FileCache fileCache;
  private final ServerConnection connection;
  private final JarExtractor jarExtractor;

  Jars(ServerConnection conn, JarExtractor jarExtractor) {
    this.fileCache = new FileCacheBuilder().setLog(new StandardLog()).build();
    this.connection = conn;
    this.jarExtractor = jarExtractor;
  }
View Full Code Here

TOP

Related Classes of org.sonar.home.log.StandardLog

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.