Package org.sonatype.nexus.web.metrics

Examples of org.sonatype.nexus.web.metrics.MetricsModule


        // our configuration needs to be first-most when calculating order (some fudge room for edge-cases)
        bind(RankingFunction.class).toInstance(new DefaultRankingFunction(0x70000000));
      }
    });

    install(new MetricsModule());

    install(new SecurityWebModule(servletContext, true));

    install(new OrientModule());
  }
View Full Code Here

TOP

Related Classes of org.sonatype.nexus.web.metrics.MetricsModule

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.