Class ProtobufImporter<T>

java.lang.Object
org.sonarsource.dotnet.shared.plugins.protobuf.RawProtobufImporter<T>
org.sonarsource.dotnet.shared.plugins.protobuf.ProtobufImporter<T>
Direct Known Subclasses:
CPDTokensImporter, HighlightImporter, MetricsImporter, SymbolRefsImporter

public abstract class ProtobufImporter<T> extends RawProtobufImporter<T>
This class is the base class of all protobuf message importers whose data contain some file path. Note that the file path provided by Roslyn might use a different path escaping than the one used by Java, that's why we take a function which transform a path into the system real path (this method is OS dependent).