Class DefaultMessageFormatting

java.lang.Object
org.sonar.api.batch.sensor.issue.internal.DefaultMessageFormatting
All Implemented Interfaces:
org.sonar.api.batch.sensor.issue.MessageFormatting, org.sonar.api.batch.sensor.issue.NewMessageFormatting

public class DefaultMessageFormatting extends Object implements org.sonar.api.batch.sensor.issue.MessageFormatting, org.sonar.api.batch.sensor.issue.NewMessageFormatting
  • Constructor Details

    • DefaultMessageFormatting

      public DefaultMessageFormatting()
  • Method Details

    • start

      public int start()
      Specified by:
      start in interface org.sonar.api.batch.sensor.issue.MessageFormatting
    • end

      public int end()
      Specified by:
      end in interface org.sonar.api.batch.sensor.issue.MessageFormatting
    • type

      public org.sonar.api.batch.sensor.issue.MessageFormatting.Type type()
      Specified by:
      type in interface org.sonar.api.batch.sensor.issue.MessageFormatting
    • start

      public DefaultMessageFormatting start(int start)
      Specified by:
      start in interface org.sonar.api.batch.sensor.issue.NewMessageFormatting
    • end

      public DefaultMessageFormatting end(int end)
      Specified by:
      end in interface org.sonar.api.batch.sensor.issue.NewMessageFormatting
    • type

      public DefaultMessageFormatting type(org.sonar.api.batch.sensor.issue.MessageFormatting.Type type)
      Specified by:
      type in interface org.sonar.api.batch.sensor.issue.NewMessageFormatting
    • validate

      public void validate(String message)