Package org.locationtech.geogig.web.api

Examples of org.locationtech.geogig.web.api.StreamResponse


                    out.finish();
                }
            });
        } else if (summary) {
            if (paths != null && paths.size() > 0) {
                context.setResponseContent(new StreamResponse() {

                    @Override
                    public void write(Writer out) throws Exception {
                        writeCSV(context.getGeoGIG(), out, log);
                    }
View Full Code Here

TOP

Related Classes of org.locationtech.geogig.web.api.StreamResponse

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.