Class LiveViolationRecord

    • Constructor Detail

      • LiveViolationRecord

        public LiveViolationRecord()
      • LiveViolationRecord

        public LiveViolationRecord​(int line)
      • LiveViolationRecord

        public LiveViolationRecord​(@Nullable PmdCoordinatesSystem.TextRange range,
                                   @Nullable java.lang.String message,
                                   boolean exactRange)
    • Method Detail

      • isExactRange

        public boolean isExactRange()
      • setExactRange

        public void setExactRange​(boolean exactRange)
      • exactRangeProperty

        public org.reactfx.value.Var<java.lang.Boolean> exactRangeProperty()
      • getMessage

        public @Nullable java.lang.String getMessage()
      • messageProperty

        public org.reactfx.value.Var<@Nullable java.lang.String> messageProperty()
      • setMessage

        public void setMessage​(@Nullable java.lang.String message)