Record Class ReportContext
java.lang.Object
java.lang.Record
com.github._1c_syntax.bsl.languageserver.reporters.ReportContext
- Record Components:
date- время начала анализаsourceDir- каталог исходных файлов
Сведения об анализе, известные до его выполнения.
Это «шапка» отчёта: всё, что репортёру нужно для beginReport. Результаты по файлам
сюда не входят — они поступают по одному.
-
Constructor Summary
ConstructorsConstructorDescriptionReportContext(LocalDateTime date, String sourceDir) Creates an instance of aReportContextrecord class. -
Method Summary
Modifier and TypeMethodDescriptiondate()Returns the value of thedaterecord component.final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.Returns the value of thesourceDirrecord component.final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
Method Details
-
toString
-
hashCode
-
equals
Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared withObjects::equals(Object,Object). -
date
-
sourceDir
-