Package org.watermint.sourcecolon.org.opensolaris.opengrok.search

Examples of org.watermint.sourcecolon.org.opensolaris.opengrok.search.Hit


                             * desc[3] is matching line;
                             */
                            String[] desc = {tag.symbol, Integer.toString(tag.line), tag.type, tag.text,};
                            if (in == null) {
                                if (out == null) {
                                    Hit hit = new Hit(path, Util.htmlize(desc[3]).replace(desc[0], "<strong>" + desc[0] + "</strong>"), desc[1], false, alt);
                                    hits.add(hit);
                                    anything = true;
                                } else {
                                    out.write("<a href=\"");
                                    out.write(urlPrefixE);
View Full Code Here

TOP

Related Classes of org.watermint.sourcecolon.org.opensolaris.opengrok.search.Hit

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.