Package jscover.instrument

Examples of jscover.instrument.UnloadedSourceProcessor


    private UriFileTranslator uriFileTranslator;

    public InstrumentingRequestHandler(Socket socket, ConfigurationForServer configuration) {
        super(socket, configuration.getDocumentRoot(), configuration.getVersion());
        this.configuration = configuration;
        this.unloadedSourceProcessor = new UnloadedSourceProcessor(configuration);
        this.uriFileTranslator = configuration.getUriFileTranslator();
        this.ioService = new IoService(configuration.isLocalStorage());
    }
View Full Code Here

TOP

Related Classes of jscover.instrument.UnloadedSourceProcessor

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.