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
-
-
Field Summary
Fields Modifier and Type Field Description private Set<String>excludedFileSetprivate PatternexcludedFilesPatternprivate StringexcludedFilesRegexprivate StringworkingDirPathprivate intworkingDirPathLength
-
Constructor Summary
Constructors Constructor Description Header()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected 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, setIgnoreLines
-
Methods inherited from class com.puppycrawl.tools.checkstyle.checks.header.AbstractHeaderCheck
finishLocalSetup, getExternalResourceLocations, getHeaderLines, setCharset, setHeader, setHeaderFile
-
Methods inherited from class com.puppycrawl.tools.checkstyle.api.AbstractFileSetCheck
addMessages, beginProcessing, destroy, finishProcessing, fireErrors, getFileContents, getFileExtensions, getMessageDispatcher, getMessages, getTabWidth, init, log, log, process, setFileContents, setFileExtensions, setMessageDispatcher, setTabWidth
-
Methods inherited from class com.puppycrawl.tools.checkstyle.api.AbstractViolationReporter
getCustomMessages, getId, getMessageBundle, getSeverity, getSeverityLevel, setId, setSeverity
-
Methods inherited from class com.puppycrawl.tools.checkstyle.api.AutomaticBean
configure, contextualize, getConfiguration, setupChild
-
-
-
-
Method Detail
-
setExcludedFilesRegex
public void setExcludedFilesRegex(String excludedFilePattern)
-
setExcludedClasses
public void setExcludedClasses(String excludedClasses)
-
setHeaderFile
public void setHeaderFile(String aFileName)
-
isExcluded
protected boolean isExcluded(File file)
-
processFiltered
protected void processFiltered(File aFile, com.puppycrawl.tools.checkstyle.api.FileText fileText)
- Overrides:
processFilteredin classcom.puppycrawl.tools.checkstyle.checks.header.HeaderCheck
-
-