All Downloads are FREE. Search and download functionalities are using the official Maven repository.

de.is24.deadcode4j.analyzer.WsddAnalyzer Maven / Gradle / Ivy

There is a newer version: 2.1.0
Show newest version
package de.is24.deadcode4j.analyzer;

/**
 * Analyzes .wsdd
 * files: lists the defined Axis Service classes being referenced.
 *
 * @since 1.5
 */
public final class WsddAnalyzer extends SimpleXmlAnalyzer {

    public WsddAnalyzer() {
        super("_Axis-WSSD_", ".wsdd", "deployment");
        registerClassAttribute("parameter", "value").withAttributeValue("name", "className");
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy