Package net.sourceforge.purrpackage.reporting.SourceReader

Examples of net.sourceforge.purrpackage.reporting.SourceReader.Callback


                        final AtomicInteger sourceLineCount = new AtomicInteger(
                                0);
                        if (x instanceof SourceFileDataPair) {
                            try {
                                reader.read(((SourceFileDataPair) x).getData()
                                        .getName(), new Callback() {

                                    @Override
                                    // just a line counter
                                    public void lineRead(String line)
                                            throws Exception {
View Full Code Here

TOP

Related Classes of net.sourceforge.purrpackage.reporting.SourceReader.Callback

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.