ShAnalyzer.java revision b310c0aeaec52a0246021104b8f52cbb31b68480
b9481bb7735c0335aa58f4749a989c2f07ab5f3bTimo Sirainen * CDDL HEADER START
cf7164ece50797a67fc4bfb5889022ac93a36a8aTimo Sirainen * The contents of this file are subject to the terms of the
34e7467e72d8a2e6b91ee6b2a50dd44570e12567Timo Sirainen * Common Development and Distribution License (the "License").
cf7164ece50797a67fc4bfb5889022ac93a36a8aTimo Sirainen * You may not use this file except in compliance with the License.
8d3278a82b964217d95c340ec6f82037cdc59d19Timo Sirainen * See LICENSE.txt included in this distribution for the specific
cf7164ece50797a67fc4bfb5889022ac93a36a8aTimo Sirainen * language governing permissions and limitations under the License.
cf7164ece50797a67fc4bfb5889022ac93a36a8aTimo Sirainen * When distributing Covered Code, include this CDDL HEADER in each
cf7164ece50797a67fc4bfb5889022ac93a36a8aTimo Sirainen * file and include the License file at LICENSE.txt.
cf7164ece50797a67fc4bfb5889022ac93a36a8aTimo Sirainen * If applicable, add the following below this CDDL HEADER, with the
cf7164ece50797a67fc4bfb5889022ac93a36a8aTimo Sirainen * fields enclosed by brackets "[]" replaced with your own identifying
cf7164ece50797a67fc4bfb5889022ac93a36a8aTimo Sirainen * information: Portions Copyright [yyyy] [name of copyright owner]
cf7164ece50797a67fc4bfb5889022ac93a36a8aTimo Sirainen * CDDL HEADER END
9d1526ac8bcec9aff3c3a32f092ee2f3da2760b7Timo Sirainen * Copyright (c) 2005, 2012, Oracle and/or its affiliates. All rights reserved.
cf7164ece50797a67fc4bfb5889022ac93a36a8aTimo Sirainenimport org.opensolaris.opengrok.analysis.Definitions;
cf7164ece50797a67fc4bfb5889022ac93a36a8aTimo Sirainenimport org.opensolaris.opengrok.analysis.FileAnalyzerFactory;
8dec8eab222cb7a0b4ef5e066cb1d7dac8a526d1Timo Sirainenimport org.opensolaris.opengrok.analysis.plain.PlainAnalyzer;
8dec8eab222cb7a0b4ef5e066cb1d7dac8a526d1Timo Sirainenimport org.opensolaris.opengrok.configuration.Project;
8dec8eab222cb7a0b4ef5e066cb1d7dac8a526d1Timo Sirainenimport org.opensolaris.opengrok.history.Annotation;
cf7164ece50797a67fc4bfb5889022ac93a36a8aTimo Sirainen * Analyzes Shell scripts/Conf files etc.,
super(factory);
return shref;
static void writeXref(Reader in, Writer out, Definitions defs, Annotation annotation, Project project) throws IOException {