Package com.ipeirotis.gal.engine.rpt

Examples of com.ipeirotis.gal.engine.rpt.ReportingContext


  private Set<Report> reports = new LinkedHashSet<Report>();

  public Engine(EngineContext ctx) {
    this.ctx = ctx;
    this.rptCtx = new ReportingContext(this);
    this.reports.addAll(Arrays.asList(new WorkerQualityReport(),
        new ObjectResultReport()));
  }
View Full Code Here

TOP

Related Classes of com.ipeirotis.gal.engine.rpt.ReportingContext

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.