- java.lang.Object
- 
- com.puppycrawl.tools.checkstyle.api.AutomaticBean
- 
- com.puppycrawl.tools.checkstyle.api.AbstractViolationReporter
- 
- com.puppycrawl.tools.checkstyle.api.AbstractCheck
- 
- com.puppycrawl.tools.checkstyle.checks.naming.AbstractNameCheck
- 
- com.puppycrawl.tools.checkstyle.checks.naming.AbstractAccessControlNameCheck
- 
- com.puppycrawl.tools.checkstyle.checks.naming.MethodNameCheck
- 
- software.amazon.awssdk.buildtools.checkstyle.SdkPublicMethodNameCheck
 
 
 
 
 
 
 
- 
- All Implemented Interfaces:
- com.puppycrawl.tools.checkstyle.api.Configurable, com.puppycrawl.tools.checkstyle.api.Contextualizable
 
 
 public final class SdkPublicMethodNameCheck
extends com.puppycrawl.tools.checkstyle.checks.naming.MethodNameCheck Sdk Method Name check to check only public methods in the classes with @SdkPublicApiannotation.
 
 
- 
- 
Nested Class Summary
- 
Nested classes/interfaces inherited from class com.puppycrawl.tools.checkstyle.api.AutomaticBeancom.puppycrawl.tools.checkstyle.api.AutomaticBean.OutputStreamOptions
 
 
- 
Field Summary
- 
Fields inherited from class com.puppycrawl.tools.checkstyle.checks.naming.MethodNameCheckMSG_KEY
 
- 
Fields inherited from class com.puppycrawl.tools.checkstyle.checks.naming.AbstractNameCheckMSG_INVALID_PATTERN
 
 
- 
Method Summary
- 
Methods inherited from class com.puppycrawl.tools.checkstyle.checks.naming.MethodNameChecksetAllowClassName
 
- 
Methods inherited from class com.puppycrawl.tools.checkstyle.checks.naming.AbstractAccessControlNameChecksetApplyToPackage, setApplyToPrivate, setApplyToProtected, setApplyToPublic
 
- 
Methods inherited from class com.puppycrawl.tools.checkstyle.checks.naming.AbstractNameChecksetFormat
 
- 
Methods inherited from class com.puppycrawl.tools.checkstyle.api.AbstractCheckbeginTree, clearMessages, destroy, finishTree, getClassLoader, getFileContents, getLine, getLines, getMessages, getTokenNames, init, isCommentNodesRequired, leaveToken, log, log, log, setClassLoader, setFileContents, setTabWidth, setTokens
 
- 
Methods inherited from class com.puppycrawl.tools.checkstyle.api.AbstractViolationReportergetId, getSeverity, getSeverityLevel, setId, setSeverity
 
- 
Methods inherited from class com.puppycrawl.tools.checkstyle.api.AutomaticBeanconfigure, contextualize
 
 
 
 
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.