A B C D E F G H I J L M N P R S T W X

A

addError(AuditEvent) - Method in class com.puppycrawl.tools.checkstyle.DefaultLogger
Print an Emacs compliant line on the error stream.
addError(AuditEvent) - Method in class com.puppycrawl.tools.checkstyle.XMLLogger
 
addError(AuditEvent) - Method in interface com.puppycrawl.tools.checkstyle.AuditListener
notify that an audit error was discovered on a specific file
addException(AuditEvent, Throwable) - Method in class com.puppycrawl.tools.checkstyle.DefaultLogger
 
addException(AuditEvent, Throwable) - Method in class com.puppycrawl.tools.checkstyle.XMLLogger
 
addException(AuditEvent, Throwable) - Method in interface com.puppycrawl.tools.checkstyle.AuditListener
notify that an exception happened while performing audit
addFileset(FileSet) - Method in class com.puppycrawl.tools.checkstyle.CheckStyleTask
Adds a set of files (nested fileset attribute).
addFormatter(CheckStyleTask.Formatter) - Method in class com.puppycrawl.tools.checkstyle.CheckStyleTask
Add a formatter
addListener(AuditListener) - Method in class com.puppycrawl.tools.checkstyle.Checker
Add the listener that will be used to receive events from the audit
ALLOW_NO_AUTHOR_PROP - Static variable in interface com.puppycrawl.tools.checkstyle.Defn
property name for allowing no author
ALLOW_PACKAGE_PROP - Static variable in interface com.puppycrawl.tools.checkstyle.Defn
property name for allowing package data
ALLOW_PROTECTED_PROP - Static variable in interface com.puppycrawl.tools.checkstyle.Defn
property name for allowing protected data
ALLOW_TABS_PROP - Static variable in interface com.puppycrawl.tools.checkstyle.Defn
property name for allowing tabs
ALONE - Static variable in class com.puppycrawl.tools.checkstyle.RightCurlyOption
represents placing the brace alone on a line
AuditEvent - class com.puppycrawl.tools.checkstyle.AuditEvent.
Raw event for audit.
AuditEvent(Object) - Constructor for class com.puppycrawl.tools.checkstyle.AuditEvent
Creates a new instance.
AuditEvent(Object, String) - Constructor for class com.puppycrawl.tools.checkstyle.AuditEvent
Creates a new AuditEvent instance.
AuditEvent(Object, String, int, int, String) - Constructor for class com.puppycrawl.tools.checkstyle.AuditEvent
Creates a new AuditEvent instance.
auditFinished(AuditEvent) - Method in class com.puppycrawl.tools.checkstyle.DefaultLogger
 
auditFinished(AuditEvent) - Method in class com.puppycrawl.tools.checkstyle.XMLLogger
 
auditFinished(AuditEvent) - Method in interface com.puppycrawl.tools.checkstyle.AuditListener
notify that the audit is finished
AuditListener - interface com.puppycrawl.tools.checkstyle.AuditListener.
Listener in charge of receiving events from the Checker.
auditStarted(AuditEvent) - Method in class com.puppycrawl.tools.checkstyle.DefaultLogger
 
auditStarted(AuditEvent) - Method in class com.puppycrawl.tools.checkstyle.XMLLogger
 
auditStarted(AuditEvent) - Method in interface com.puppycrawl.tools.checkstyle.AuditListener
notify that the audit is about to start

B

BASEDIR_PROP - Static variable in interface com.puppycrawl.tools.checkstyle.Defn
property name for the base directory
BlockOption - class com.puppycrawl.tools.checkstyle.BlockOption.
Represents the options for a block.

C

CACHE_FILE_PROP - Static variable in interface com.puppycrawl.tools.checkstyle.Defn
property name for cache file
CATCH_BLOCK_PROP - Static variable in interface com.puppycrawl.tools.checkstyle.Defn
property name for catch block options
Checker - class com.puppycrawl.tools.checkstyle.Checker.
This class provides the functionality to check a set of files.
Checker(Configuration) - Constructor for class com.puppycrawl.tools.checkstyle.Checker
Constructs the object.
CheckStyleTask - class com.puppycrawl.tools.checkstyle.CheckStyleTask.
An implementation of a ANT task for calling checkstyle.
CheckStyleTask.Formatter - class com.puppycrawl.tools.checkstyle.CheckStyleTask.Formatter.
Details about a formatter to be used.
CheckStyleTask.Formatter() - Constructor for class com.puppycrawl.tools.checkstyle.CheckStyleTask.Formatter
 
CheckStyleTask.FormatterType - class com.puppycrawl.tools.checkstyle.CheckStyleTask.FormatterType.
Poor mans enumeration for the formatter types.
CheckStyleTask.FormatterType() - Constructor for class com.puppycrawl.tools.checkstyle.CheckStyleTask.FormatterType
 
CheckStyleTask() - Constructor for class com.puppycrawl.tools.checkstyle.CheckStyleTask
 
closeStreams() - Method in class com.puppycrawl.tools.checkstyle.DefaultLogger
Flushes the output streams and closes them if needed.
com.puppycrawl.tools.checkstyle - package com.puppycrawl.tools.checkstyle
 
compareTo(Object) - Method in class com.puppycrawl.tools.checkstyle.Scope
 
Configuration - class com.puppycrawl.tools.checkstyle.Configuration.
Represents the configuration that checkstyle uses when checking.
Configuration() - Constructor for class com.puppycrawl.tools.checkstyle.Configuration
Creates a new Configuration instance.
Configuration(Properties, PrintStream) - Constructor for class com.puppycrawl.tools.checkstyle.Configuration
Creates a new Configuration instance.
CONST_PATTERN_PROP - Static variable in interface com.puppycrawl.tools.checkstyle.Defn
property name for the static final variable pattern
createClasspath() - Method in class com.puppycrawl.tools.checkstyle.CheckStyleTask
 
createListener(Task) - Method in class com.puppycrawl.tools.checkstyle.CheckStyleTask.Formatter
Creates a listener for the formatter.

D

decode(String) - Static method in class com.puppycrawl.tools.checkstyle.LeftCurlyOption
Returns the LeftCurlyOption specified by a string representation.
decode(String) - Static method in class com.puppycrawl.tools.checkstyle.PadOption
Returns the option specified by a string representation.
decode(String) - Static method in class com.puppycrawl.tools.checkstyle.BlockOption
Returns the BlockOption specified by a string representation.
decode(String) - Static method in class com.puppycrawl.tools.checkstyle.RightCurlyOption
Returns the RightCurlyOption specified by a string representation.
decode(String) - Static method in class com.puppycrawl.tools.checkstyle.WrapOpOption
Returns the option specified by a string representation.
DefaultLogger - class com.puppycrawl.tools.checkstyle.DefaultLogger.
Simple plain logger for text output.
DefaultLogger(OutputStream, boolean) - Constructor for class com.puppycrawl.tools.checkstyle.DefaultLogger
Creates a new DefaultLogger instance.
DefaultLogger(OutputStream, boolean, OutputStream, boolean) - Constructor for class com.puppycrawl.tools.checkstyle.DefaultLogger
Creates a new DefaultLogger instance.
Defn - interface com.puppycrawl.tools.checkstyle.Defn.
Contains definitions common to the package.
destroy() - Method in class com.puppycrawl.tools.checkstyle.Checker
Cleans up the object

E

encode(String) - Method in class com.puppycrawl.tools.checkstyle.XMLLogger
Escape <, > & ' and " as their entities.
EOL - Static variable in class com.puppycrawl.tools.checkstyle.LeftCurlyOption
represents placing the brace at the end of line
execute() - Method in class com.puppycrawl.tools.checkstyle.CheckStyleTask
Actually checks the files specified.

F

fileFinished(AuditEvent) - Method in class com.puppycrawl.tools.checkstyle.DefaultLogger
 
fileFinished(AuditEvent) - Method in class com.puppycrawl.tools.checkstyle.XMLLogger
 
fileFinished(AuditEvent) - Method in interface com.puppycrawl.tools.checkstyle.AuditListener
notify that audit is finished on a specific file
fileStarted(AuditEvent) - Method in class com.puppycrawl.tools.checkstyle.DefaultLogger
 
fileStarted(AuditEvent) - Method in class com.puppycrawl.tools.checkstyle.XMLLogger
 
fileStarted(AuditEvent) - Method in interface com.puppycrawl.tools.checkstyle.AuditListener
notify that audit is about to start on a specific file
FINALLY_BLOCK_PROP - Static variable in interface com.puppycrawl.tools.checkstyle.Defn
property name for finally block options
fireAuditFinished() - Method in class com.puppycrawl.tools.checkstyle.Checker
notify all listeners about the audit end
fireAuditStarted() - Method in class com.puppycrawl.tools.checkstyle.Checker
notify all listeners about the audit start
fireErrors(String, LineText[]) - Method in class com.puppycrawl.tools.checkstyle.Checker
notify all listeners about the errors in a file.
fireFileFinished(String) - Method in class com.puppycrawl.tools.checkstyle.Checker
notify all listeners about the end of a file audit
fireFileStarted(String) - Method in class com.puppycrawl.tools.checkstyle.Checker
notify all listeners about the beginning of a file audit

G

getBasedir() - Method in class com.puppycrawl.tools.checkstyle.Configuration
 
getCacheFile() - Method in class com.puppycrawl.tools.checkstyle.Configuration
 
getCatchBlock() - Method in class com.puppycrawl.tools.checkstyle.Configuration
 
getClassLoader() - Method in class com.puppycrawl.tools.checkstyle.Configuration
 
getColumn() - Method in class com.puppycrawl.tools.checkstyle.AuditEvent
 
getFileName() - Method in class com.puppycrawl.tools.checkstyle.AuditEvent
 
getFinallyBlock() - Method in class com.puppycrawl.tools.checkstyle.Configuration
 
getHeaderLines() - Method in class com.puppycrawl.tools.checkstyle.Configuration
 
getHeaderLinesRegexp() - Method in class com.puppycrawl.tools.checkstyle.Configuration
 
getIgnoreLineLengthPat() - Method in class com.puppycrawl.tools.checkstyle.Configuration
 
getIgnoreLineLengthRegexp() - Method in class com.puppycrawl.tools.checkstyle.Configuration
 
getIllegalImports() - Method in class com.puppycrawl.tools.checkstyle.Configuration
 
getIllegalInstantiations() - Method in class com.puppycrawl.tools.checkstyle.Configuration
 
getJavadocScope() - Method in class com.puppycrawl.tools.checkstyle.Configuration
 
getLCurlyMethod() - Method in class com.puppycrawl.tools.checkstyle.Configuration
 
getLCurlyOther() - Method in class com.puppycrawl.tools.checkstyle.Configuration
 
getLCurlyType() - Method in class com.puppycrawl.tools.checkstyle.Configuration
 
getLine() - Method in class com.puppycrawl.tools.checkstyle.AuditEvent
return the line number on the source file where the event occurred.
getListeners() - Method in class com.puppycrawl.tools.checkstyle.CheckStyleTask
Return the list of listeners set in this task.
getLocalVarPat() - Method in class com.puppycrawl.tools.checkstyle.Configuration
 
getLocalVarRegexp() - Method in class com.puppycrawl.tools.checkstyle.Configuration
 
getMaxConstructorLength() - Method in class com.puppycrawl.tools.checkstyle.Configuration
 
getMaxFileLength() - Method in class com.puppycrawl.tools.checkstyle.Configuration
 
getMaxLineLength() - Method in class com.puppycrawl.tools.checkstyle.Configuration
 
getMaxMethodLength() - Method in class com.puppycrawl.tools.checkstyle.Configuration
 
getMemberPat() - Method in class com.puppycrawl.tools.checkstyle.Configuration
 
getMemberRegexp() - Method in class com.puppycrawl.tools.checkstyle.Configuration
 
getMessage() - Method in class com.puppycrawl.tools.checkstyle.AuditEvent
return the message associated to the event.
getMethodPat() - Method in class com.puppycrawl.tools.checkstyle.Configuration
 
getMethodRegexp() - Method in class com.puppycrawl.tools.checkstyle.Configuration
 
getParamPat() - Method in class com.puppycrawl.tools.checkstyle.Configuration
 
getParamRegexp() - Method in class com.puppycrawl.tools.checkstyle.Configuration
 
getParenPadOption() - Method in class com.puppycrawl.tools.checkstyle.Configuration
 
getPublicMemberPat() - Method in class com.puppycrawl.tools.checkstyle.Configuration
 
getPublicMemberRegexp() - Method in class com.puppycrawl.tools.checkstyle.Configuration
 
getRCurly() - Method in class com.puppycrawl.tools.checkstyle.Configuration
 
getStaticFinalPat() - Method in class com.puppycrawl.tools.checkstyle.Configuration
 
getStaticFinalRegexp() - Method in class com.puppycrawl.tools.checkstyle.Configuration
 
getStaticPat() - Method in class com.puppycrawl.tools.checkstyle.Configuration
 
getStaticRegexp() - Method in class com.puppycrawl.tools.checkstyle.Configuration
 
getTabWidth() - Method in class com.puppycrawl.tools.checkstyle.Configuration
 
getTodoPat() - Method in class com.puppycrawl.tools.checkstyle.Configuration
 
getTodoRegexp() - Method in class com.puppycrawl.tools.checkstyle.Configuration
 
getTryBlock() - Method in class com.puppycrawl.tools.checkstyle.Configuration
 
getTypePat() - Method in class com.puppycrawl.tools.checkstyle.Configuration
 
getTypeRegexp() - Method in class com.puppycrawl.tools.checkstyle.Configuration
 
getValues() - Method in class com.puppycrawl.tools.checkstyle.CheckStyleTask.FormatterType
 
getWrapOpOption() - Method in class com.puppycrawl.tools.checkstyle.Configuration
 

H

HEADER_FILE_PROP - Static variable in interface com.puppycrawl.tools.checkstyle.Defn
property name for header file
HEADER_IGNORE_LINE_PROP - Static variable in interface com.puppycrawl.tools.checkstyle.Defn
property name for line in header file to ignore
HEADER_LINES_REGEXP_PROP - Static variable in interface com.puppycrawl.tools.checkstyle.Defn
property name for header file line interpretation as regexps

I

IGNORE - Static variable in class com.puppycrawl.tools.checkstyle.LeftCurlyOption
represents ignoring the placement
IGNORE - Static variable in class com.puppycrawl.tools.checkstyle.PadOption
represents ignoring the spacing
IGNORE - Static variable in class com.puppycrawl.tools.checkstyle.BlockOption
represents ignoring blocks
IGNORE - Static variable in class com.puppycrawl.tools.checkstyle.RightCurlyOption
represents ignoring the placement
IGNORE - Static variable in class com.puppycrawl.tools.checkstyle.WrapOpOption
represents ignoring the wrapping
IGNORE_BRACES_PROP - Static variable in interface com.puppycrawl.tools.checkstyle.Defn
property name for ignoring braces
IGNORE_CAST_WHITESPACE_PROP - Static variable in interface com.puppycrawl.tools.checkstyle.Defn
property name for ignoring whitespace after casts
IGNORE_IMPORT_LENGTH_PROP - Static variable in interface com.puppycrawl.tools.checkstyle.Defn
property name for ignoring line length of import statements
IGNORE_IMPORTS_PROP - Static variable in interface com.puppycrawl.tools.checkstyle.Defn
property name for ignoring import statements
IGNORE_LINE_LENGTH_PATTERN_PROP - Static variable in interface com.puppycrawl.tools.checkstyle.Defn
property name for the line length check exclusion pattern
IGNORE_LONG_ELL_PROP - Static variable in interface com.puppycrawl.tools.checkstyle.Defn
property name for ignoring long 'L'
IGNORE_PUBLIC_IN_INTERFACE_PROP - Static variable in interface com.puppycrawl.tools.checkstyle.Defn
property name for ignoring 'public' in interface definitions
IGNORE_WHITESPACE_PROP - Static variable in interface com.puppycrawl.tools.checkstyle.Defn
property name for ignoring whitespace
ILLEGAL_IMPORTS_PROP - Static variable in interface com.puppycrawl.tools.checkstyle.Defn
property name for illegal import statements
ILLEGAL_INSTANTIATIONS_PROP - Static variable in interface com.puppycrawl.tools.checkstyle.Defn
property name for illegal instantiations
isAllowNoAuthor() - Method in class com.puppycrawl.tools.checkstyle.Configuration
 
isAllowPackage() - Method in class com.puppycrawl.tools.checkstyle.Configuration
 
isAllowProtected() - Method in class com.puppycrawl.tools.checkstyle.Configuration
 
isAllowTabs() - Method in class com.puppycrawl.tools.checkstyle.Configuration
 
isCheckUnusedThrows() - Method in class com.puppycrawl.tools.checkstyle.Configuration
 
isHeaderIgnoreLineNo(int) - Method in class com.puppycrawl.tools.checkstyle.Configuration
 
isIgnoreBraces() - Method in class com.puppycrawl.tools.checkstyle.Configuration
 
isIgnoreCastWhitespace() - Method in class com.puppycrawl.tools.checkstyle.Configuration
 
isIgnoreImportLength() - Method in class com.puppycrawl.tools.checkstyle.Configuration
 
isIgnoreImports() - Method in class com.puppycrawl.tools.checkstyle.Configuration
 
isIgnoreLongEll() - Method in class com.puppycrawl.tools.checkstyle.Configuration
 
isIgnorePublicInInterface() - Method in class com.puppycrawl.tools.checkstyle.Configuration
 
isIgnoreWhitespace() - Method in class com.puppycrawl.tools.checkstyle.Configuration
 
isReference(String) - Method in class com.puppycrawl.tools.checkstyle.XMLLogger
 
isRequirePackageHtml() - Method in class com.puppycrawl.tools.checkstyle.Configuration
 

J

JAVADOC_CHECK_UNUSED_THROWS_PROP - Static variable in interface com.puppycrawl.tools.checkstyle.Defn
property name for checking for Runtime @throws in Javadoc
JAVADOC_CHECKSCOPE_PROP - Static variable in interface com.puppycrawl.tools.checkstyle.Defn
property name for visibility scope where Javadoc is checked

L

LCURLY_METHOD_PROP - Static variable in interface com.puppycrawl.tools.checkstyle.Defn
property name for lcurly placement for methods
LCURLY_OTHER_PROP - Static variable in interface com.puppycrawl.tools.checkstyle.Defn
property name for lcurly placement for others
LCURLY_TYPE_PROP - Static variable in interface com.puppycrawl.tools.checkstyle.Defn
property name for lcurly placement for types
LeftCurlyOption - class com.puppycrawl.tools.checkstyle.LeftCurlyOption.
Represents the options for placing the left curly brace '{'.
LOCAL_VAR_PATTERN_PROP - Static variable in interface com.puppycrawl.tools.checkstyle.Defn
property name for the method local variable pattern

M

Main - class com.puppycrawl.tools.checkstyle.Main.
Wrapper command line program for the Checker.
Main() - Constructor for class com.puppycrawl.tools.checkstyle.Main
 
main(String[]) - Static method in class com.puppycrawl.tools.checkstyle.Main
Loops over the files specified checking them for errors.
MAX_CONSTRUCTOR_LENGTH_PROP - Static variable in interface com.puppycrawl.tools.checkstyle.Defn
property name for length of constructors
MAX_FILE_LENGTH_PROP - Static variable in interface com.puppycrawl.tools.checkstyle.Defn
property name for length of files
MAX_LINE_LENGTH_PROP - Static variable in interface com.puppycrawl.tools.checkstyle.Defn
property name for the maximum line length
MAX_METHOD_LENGTH_PROP - Static variable in interface com.puppycrawl.tools.checkstyle.Defn
property name for length of methods
MEMBER_PATTERN_PROP - Static variable in interface com.puppycrawl.tools.checkstyle.Defn
property name for the member variable pattern
METHOD_PATTERN_PROP - Static variable in interface com.puppycrawl.tools.checkstyle.Defn
property name for the method local variable pattern

N

NL - Static variable in class com.puppycrawl.tools.checkstyle.LeftCurlyOption
represents placing on a new line
NL - Static variable in class com.puppycrawl.tools.checkstyle.WrapOpOption
represents operator on a new line
NLOW - Static variable in class com.puppycrawl.tools.checkstyle.LeftCurlyOption
represents placing on the end of the line if it fits on the first line, otherwise placing on a new line.
NOSPACE - Static variable in class com.puppycrawl.tools.checkstyle.PadOption
represents no spacing

P

PadOption - class com.puppycrawl.tools.checkstyle.PadOption.
Represents the options for whitespace around parenthesis.
PARAMETER_PATTERN_PROP - Static variable in interface com.puppycrawl.tools.checkstyle.Defn
property name for the parameter pattern
PAREN_PAD_PROP - Static variable in interface com.puppycrawl.tools.checkstyle.Defn
property name for padding around parenthesis
process(String[]) - Method in class com.puppycrawl.tools.checkstyle.Checker
Processes a set of files.
PUBLIC_MEMBER_PATTERN_PROP - Static variable in interface com.puppycrawl.tools.checkstyle.Defn
property name for the public member variable pattern

R

RCURLY_PROP - Static variable in interface com.puppycrawl.tools.checkstyle.Defn
property name for rcurly placement
REQUIRE_PACKAGE_HTML_PROP - Static variable in interface com.puppycrawl.tools.checkstyle.Defn
property name for requiring package documentation
RightCurlyOption - class com.puppycrawl.tools.checkstyle.RightCurlyOption.
Represents the options for placing the right curly brace '}'.

S

SAME - Static variable in class com.puppycrawl.tools.checkstyle.RightCurlyOption
represents placing the brace on the same line
scanFileSets() - Method in class com.puppycrawl.tools.checkstyle.CheckStyleTask
returns the list of files (full path name) to process.
Scope - class com.puppycrawl.tools.checkstyle.Scope.
Represents a Java visibility scope.
setAllowNoAuthor(boolean) - Method in class com.puppycrawl.tools.checkstyle.CheckStyleTask
 
setAllowPackage(boolean) - Method in class com.puppycrawl.tools.checkstyle.CheckStyleTask
 
setAllowProtected(boolean) - Method in class com.puppycrawl.tools.checkstyle.CheckStyleTask
 
setAllowTabs(boolean) - Method in class com.puppycrawl.tools.checkstyle.CheckStyleTask
 
setBasedir(File) - Method in class com.puppycrawl.tools.checkstyle.CheckStyleTask
 
setBasedir(String) - Method in class com.puppycrawl.tools.checkstyle.Configuration
 
setBlockOptionProperty(String, BlockOption) - Method in class com.puppycrawl.tools.checkstyle.Configuration
Set an BlockOption property.
setBooleanProperty(String, boolean) - Method in class com.puppycrawl.tools.checkstyle.Configuration
Set the boolean property.
setCacheFile(File) - Method in class com.puppycrawl.tools.checkstyle.CheckStyleTask
 
setCacheFile(String) - Method in class com.puppycrawl.tools.checkstyle.Configuration
 
setCatchBlock(String) - Method in class com.puppycrawl.tools.checkstyle.CheckStyleTask
 
setCheckUnusedThrows(boolean) - Method in class com.puppycrawl.tools.checkstyle.CheckStyleTask
 
setClassLoader(ClassLoader) - Method in class com.puppycrawl.tools.checkstyle.Configuration
Set the class loader for locating classes.
setClasspath(Path) - Method in class com.puppycrawl.tools.checkstyle.CheckStyleTask
Set the class path.
setConstPattern(String) - Method in class com.puppycrawl.tools.checkstyle.CheckStyleTask
 
setFailOnViolation(boolean) - Method in class com.puppycrawl.tools.checkstyle.CheckStyleTask
 
setFailureProperty(String) - Method in class com.puppycrawl.tools.checkstyle.CheckStyleTask
Tells this task to set the named property to "true" when there is a violation.
setFile(File) - Method in class com.puppycrawl.tools.checkstyle.CheckStyleTask
 
setFinallyBlock(String) - Method in class com.puppycrawl.tools.checkstyle.CheckStyleTask
 
setHeaderFile(File) - Method in class com.puppycrawl.tools.checkstyle.CheckStyleTask
 
setHeaderFile(String) - Method in class com.puppycrawl.tools.checkstyle.Configuration
 
setHeaderIgnoreLine(String) - Method in class com.puppycrawl.tools.checkstyle.CheckStyleTask
 
setHeaderIgnoreLines(String) - Method in class com.puppycrawl.tools.checkstyle.Configuration
 
setHeaderLinesRegexp(boolean) - Method in class com.puppycrawl.tools.checkstyle.CheckStyleTask
 
setIgnoreBraces(boolean) - Method in class com.puppycrawl.tools.checkstyle.CheckStyleTask
 
setIgnoreCastWhitespace(boolean) - Method in class com.puppycrawl.tools.checkstyle.CheckStyleTask
 
setIgnoreImportLen(boolean) - Method in class com.puppycrawl.tools.checkstyle.CheckStyleTask
 
setIgnoreImports(boolean) - Method in class com.puppycrawl.tools.checkstyle.CheckStyleTask
 
setIgnoreLineLengthPattern(String) - Method in class com.puppycrawl.tools.checkstyle.CheckStyleTask
 
setIgnoreLongEll(boolean) - Method in class com.puppycrawl.tools.checkstyle.CheckStyleTask
 
setIgnorePublicInInterface(boolean) - Method in class com.puppycrawl.tools.checkstyle.CheckStyleTask
 
setIgnoreWhitespace(boolean) - Method in class com.puppycrawl.tools.checkstyle.CheckStyleTask
 
setIllegalImports(String) - Method in class com.puppycrawl.tools.checkstyle.CheckStyleTask
 
setIllegalImports(String) - Method in class com.puppycrawl.tools.checkstyle.Configuration
 
setIllegalInstantiations(String) - Method in class com.puppycrawl.tools.checkstyle.CheckStyleTask
 
setIllegalInstantiations(String) - Method in class com.puppycrawl.tools.checkstyle.Configuration
 
setIntProperty(String, int) - Method in class com.puppycrawl.tools.checkstyle.Configuration
Set an integer property.
setJavadocScope(Scope) - Method in class com.puppycrawl.tools.checkstyle.Configuration
 
setJavadocScope(String) - Method in class com.puppycrawl.tools.checkstyle.CheckStyleTask
 
setLCurlyMethod(String) - Method in class com.puppycrawl.tools.checkstyle.CheckStyleTask
 
setLCurlyOther(String) - Method in class com.puppycrawl.tools.checkstyle.CheckStyleTask
 
setLCurlyType(String) - Method in class com.puppycrawl.tools.checkstyle.CheckStyleTask
 
setLeftCurlyOptionProperty(String, LeftCurlyOption) - Method in class com.puppycrawl.tools.checkstyle.Configuration
Set an LeftCurlyOption property.
setLocalVarPattern(String) - Method in class com.puppycrawl.tools.checkstyle.CheckStyleTask
 
setMaxConstructorLen(int) - Method in class com.puppycrawl.tools.checkstyle.CheckStyleTask
 
setMaxFileLen(int) - Method in class com.puppycrawl.tools.checkstyle.CheckStyleTask
 
setMaxLineLen(int) - Method in class com.puppycrawl.tools.checkstyle.CheckStyleTask
 
setMaxMethodLen(int) - Method in class com.puppycrawl.tools.checkstyle.CheckStyleTask
 
setMemberPattern(String) - Method in class com.puppycrawl.tools.checkstyle.CheckStyleTask
 
setMethodPattern(String) - Method in class com.puppycrawl.tools.checkstyle.CheckStyleTask
 
setParamPattern(String) - Method in class com.puppycrawl.tools.checkstyle.CheckStyleTask
 
setParenPad(String) - Method in class com.puppycrawl.tools.checkstyle.CheckStyleTask
 
setParenPadOption(PadOption) - Method in class com.puppycrawl.tools.checkstyle.Configuration
 
setPatternProperty(String, String) - Method in class com.puppycrawl.tools.checkstyle.Configuration
Set an pattern property.
setProperties(File) - Method in class com.puppycrawl.tools.checkstyle.CheckStyleTask
Sets a properties file for use instead of individually setting them.
setPublicMemberPattern(String) - Method in class com.puppycrawl.tools.checkstyle.CheckStyleTask
 
setRCurly(RightCurlyOption) - Method in class com.puppycrawl.tools.checkstyle.Configuration
 
setRCurly(String) - Method in class com.puppycrawl.tools.checkstyle.CheckStyleTask
 
setRequirePackageHtml(boolean) - Method in class com.puppycrawl.tools.checkstyle.CheckStyleTask
 
setStaticPattern(String) - Method in class com.puppycrawl.tools.checkstyle.CheckStyleTask
 
setTabWidth(int) - Method in class com.puppycrawl.tools.checkstyle.CheckStyleTask
 
setTodoPattern(String) - Method in class com.puppycrawl.tools.checkstyle.CheckStyleTask
 
setTofile(File) - Method in class com.puppycrawl.tools.checkstyle.CheckStyleTask.Formatter
Set the file to output to.
setTryBlock(String) - Method in class com.puppycrawl.tools.checkstyle.CheckStyleTask
 
setType(CheckStyleTask.FormatterType) - Method in class com.puppycrawl.tools.checkstyle.CheckStyleTask.Formatter
Set the type of the formatter.
setTypePattern(String) - Method in class com.puppycrawl.tools.checkstyle.CheckStyleTask
 
setWrapOp(String) - Method in class com.puppycrawl.tools.checkstyle.CheckStyleTask
 
setWrapOpOption(WrapOpOption) - Method in class com.puppycrawl.tools.checkstyle.Configuration
 
STATIC_PATTERN_PROP - Static variable in interface com.puppycrawl.tools.checkstyle.Defn
property name for the static variable pattern
STMT - Static variable in class com.puppycrawl.tools.checkstyle.BlockOption
represents requiring a statement in the block

T

TAB_WIDTH_PROP - Static variable in interface com.puppycrawl.tools.checkstyle.Defn
property name for allowing protected data
TEXT - Static variable in class com.puppycrawl.tools.checkstyle.BlockOption
represents requiring some text in the block
TODO_PATTERN_PROP - Static variable in interface com.puppycrawl.tools.checkstyle.Defn
property name for the todo pattern
toString() - Method in class com.puppycrawl.tools.checkstyle.LeftCurlyOption
 
toString() - Method in class com.puppycrawl.tools.checkstyle.Scope
 
toString() - Method in class com.puppycrawl.tools.checkstyle.PadOption
 
toString() - Method in class com.puppycrawl.tools.checkstyle.BlockOption
 
toString() - Method in class com.puppycrawl.tools.checkstyle.RightCurlyOption
 
toString() - Method in class com.puppycrawl.tools.checkstyle.WrapOpOption
 
TRY_BLOCK_PROP - Static variable in interface com.puppycrawl.tools.checkstyle.Defn
property name for try block options
TYPE_PATTERN_PROP - Static variable in interface com.puppycrawl.tools.checkstyle.Defn
property name for the type pattern

W

WRAP_OP_PROP - Static variable in interface com.puppycrawl.tools.checkstyle.Defn
property name for wrapping lines on operators
WrapOpOption - class com.puppycrawl.tools.checkstyle.WrapOpOption.
Represents the options for wrapping on operators.

X

XMLLogger - class com.puppycrawl.tools.checkstyle.XMLLogger.
Simple XML logger.
XMLLogger(OutputStream, boolean) - Constructor for class com.puppycrawl.tools.checkstyle.XMLLogger
Creates a new XMLLogger instance.

A B C D E F G H I J L M N P R S T W X