Package io.debezium.checkstyle
Class Header
java.lang.Object
com.puppycrawl.tools.checkstyle.api.AutomaticBean
com.puppycrawl.tools.checkstyle.api.AbstractViolationReporter
com.puppycrawl.tools.checkstyle.api.AbstractFileSetCheck
com.puppycrawl.tools.checkstyle.checks.header.AbstractHeaderCheck
com.puppycrawl.tools.checkstyle.checks.header.HeaderCheck
io.debezium.checkstyle.Header
- All Implemented Interfaces:
com.puppycrawl.tools.checkstyle.api.Configurable,com.puppycrawl.tools.checkstyle.api.Contextualizable,com.puppycrawl.tools.checkstyle.api.ExternalResourceHolder,com.puppycrawl.tools.checkstyle.api.FileSetCheck
public class Header
extends com.puppycrawl.tools.checkstyle.checks.header.HeaderCheck
-
Nested Class Summary
Nested classes/interfaces inherited from class com.puppycrawl.tools.checkstyle.api.AutomaticBean
com.puppycrawl.tools.checkstyle.api.AutomaticBean.OutputStreamOptions -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate Patternprivate Stringprivate final Stringprivate final intFields inherited from class com.puppycrawl.tools.checkstyle.checks.header.HeaderCheck
MSG_MISMATCH, MSG_MISSING -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanisExcluded(File file) protected voidprocessFiltered(File aFile, com.puppycrawl.tools.checkstyle.api.FileText fileText) voidsetExcludedClasses(String excludedClasses) voidsetExcludedFilesRegex(String excludedFilePattern) voidsetHeaderFile(String aFileName) Methods inherited from class com.puppycrawl.tools.checkstyle.checks.header.HeaderCheck
postProcessHeaderLines, setIgnoreLinesMethods inherited from class com.puppycrawl.tools.checkstyle.checks.header.AbstractHeaderCheck
finishLocalSetup, getExternalResourceLocations, getHeaderLines, setCharset, setHeader, setHeaderFileMethods inherited from class com.puppycrawl.tools.checkstyle.api.AbstractFileSetCheck
addViolations, beginProcessing, destroy, finishProcessing, fireErrors, getFileContents, getFileExtensions, getMessageDispatcher, getTabWidth, getViolations, init, log, log, process, setFileContents, setFileExtensions, setMessageDispatcher, setTabWidthMethods inherited from class com.puppycrawl.tools.checkstyle.api.AbstractViolationReporter
getCustomMessages, getId, getMessageBundle, getSeverity, getSeverityLevel, setId, setSeverityMethods inherited from class com.puppycrawl.tools.checkstyle.api.AutomaticBean
configure, contextualize, getConfiguration, setupChildMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.puppycrawl.tools.checkstyle.api.Configurable
configureMethods inherited from interface com.puppycrawl.tools.checkstyle.api.Contextualizable
contextualize
-
Field Details
-
excludedFileSet
-
excludedFilesRegex
-
excludedFilesPattern
-
workingDirPath
-
workingDirPathLength
private final int workingDirPathLength
-
-
Constructor Details
-
Header
public Header()
-
-
Method Details
-
setExcludedFilesRegex
-
setExcludedClasses
-
setHeaderFile
-
isExcluded
-
processFiltered
- Overrides:
processFilteredin classcom.puppycrawl.tools.checkstyle.checks.header.HeaderCheck
-