Class RpgSyntaxCheckerOptions
java.lang.Object
com.smeup.kokos.sdk.rpgle.syntaxchecker.RpgSyntaxCheckerOptions
It allows to set the syntax checking options.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumColumn separator value -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionBiPredicate<File, com.smeup.rpgparser.execution.ErrorEvent> booleanvoidsetCsvCreatorCustomizer(CsvCreatorCustomizer csvCreatorCustomizer) Set this property in order to customize the csv creationvoidSet the column separator valuevoidsetErrorEventFilter(BiPredicate<File, com.smeup.rpgparser.execution.ErrorEvent> errorEventFilter) Set the filter used to select which event must be added to log file.voidsetInclSameCopyErr(boolean inclSameCopyErr) If true in the tsv files will be reported all errors regardless the errors are related to the same /copy.
-
Constructor Details
-
RpgSyntaxCheckerOptions
public RpgSyntaxCheckerOptions()
-
-
Method Details
-
getCsvSep
-
setCsvSep
Set the column separator value- Parameters:
csvSep- The separator,defaultRpgSyntaxCheckerOptions.CsvSep.Tabulator
-
getErrorEventFilter
-
setErrorEventFilter
public void setErrorEventFilter(BiPredicate<File, com.smeup.rpgparser.execution.ErrorEvent> errorEventFilter) Set the filter used to select which event must be added to log file.- Parameters:
errorEventFilter- Filter implementation, default passes all event
-
getCsvCreatorCustomizer
-
setCsvCreatorCustomizer
Set this property in order to customize the csv creation- Parameters:
csvCreatorCustomizer- The customizer implementation
-
isInclSameCopyErr
public boolean isInclSameCopyErr() -
setInclSameCopyErr
public void setInclSameCopyErr(boolean inclSameCopyErr) If true in the tsv files will be reported all errors regardless the errors are related to the same /copy. Default false
-