Package clips.reportgen

Examples of clips.reportgen.QuerySearcher


    private final QuerySearcher instance;
    private AuditListener al;

    public ReportManagerImp(AuditListener al) throws ClipsException {
        this.instance = new QuerySearcher(al);
        this.al  = al;
    }
View Full Code Here

TOP

Related Classes of clips.reportgen.QuerySearcher

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.