Class RawProtobufImporter<T>

java.lang.Object
org.sonarsource.dotnet.shared.plugins.protobuf.RawProtobufImporter<T>
Direct Known Subclasses:
FileMetadataImporter, LogImporter, ProtobufImporter

public abstract class RawProtobufImporter<T> extends Object
This class is the base class of all protobuf message importers. Those importers allow to read some information generated by the C#/VB.NET analyzers. Note that if the protobuf message is supposed to contain some path then you should use the ProtobufImporter class
  • Method Details

    • accept

      public void accept(Path protobuf)
    • save

      public void save()