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

A

addError(AuditEvent) - Method in class com.puppycrawl.tools.checkstyle.DefaultLogger
 
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

C

CACHE_FILE_PROP - Static variable in interface com.puppycrawl.tools.checkstyle.Defn
property name for cache file
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
 
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
createListener(Task) - Method in class com.puppycrawl.tools.checkstyle.CheckStyleTask.Formatter
Creates a listener for the formatter.
createOutputStream(Task) - Method in class com.puppycrawl.tools.checkstyle.CheckStyleTask.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.RightCurlyOption
Returns the RightCurlyOption specified by a string representation.
DefaultLogger - class com.puppycrawl.tools.checkstyle.DefaultLogger.
Simple plain logger for text output.
DefaultLogger() - Constructor for class com.puppycrawl.tools.checkstyle.DefaultLogger
Creates a new DefaultLogger instance.
DefaultLogger(OutputStream) - 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
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

getCacheFile() - 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
 
getHeaderIgnoreLineNo() - Method in class com.puppycrawl.tools.checkstyle.Configuration
Deprecated. use isHeaderIgnoreLineNo(int) instead
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
 
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
 
getOutputStream() - Method in class com.puppycrawl.tools.checkstyle.DefaultLogger
 
getOutputStream() - Method in class com.puppycrawl.tools.checkstyle.XMLLogger
 
getOutputStream() - Method in interface com.puppycrawl.tools.checkstyle.AuditListener
 
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
 
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
 

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.RightCurlyOption
represents ignoring the placement
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_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
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
 
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
 
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_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
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
 
setAllowNoAuthor(boolean) - Method in class com.puppycrawl.tools.checkstyle.Configuration
 
setAllowPackage(boolean) - Method in class com.puppycrawl.tools.checkstyle.CheckStyleTask
 
setAllowPackage(boolean) - Method in class com.puppycrawl.tools.checkstyle.Configuration
 
setAllowProtected(boolean) - Method in class com.puppycrawl.tools.checkstyle.CheckStyleTask
 
setAllowProtected(boolean) - Method in class com.puppycrawl.tools.checkstyle.Configuration
 
setAllowTabs(boolean) - Method in class com.puppycrawl.tools.checkstyle.CheckStyleTask
 
setAllowTabs(boolean) - Method in class com.puppycrawl.tools.checkstyle.Configuration
 
setCacheFile(File) - Method in class com.puppycrawl.tools.checkstyle.CheckStyleTask
 
setCacheFile(String) - Method in class com.puppycrawl.tools.checkstyle.Configuration
 
setClassname(String) - Method in class com.puppycrawl.tools.checkstyle.CheckStyleTask.Formatter
Set the class name of the formatter.
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
 
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
 
setHeaderIgnoreLineNo(int) - Method in class com.puppycrawl.tools.checkstyle.Configuration
Deprecated. use setHeaderIgnoreLines(String) instead
setHeaderIgnoreLines(String) - Method in class com.puppycrawl.tools.checkstyle.Configuration
 
setHeaderLinesRegexp(boolean) - Method in class com.puppycrawl.tools.checkstyle.CheckStyleTask
 
setHeaderLinesRegexp(boolean) - Method in class com.puppycrawl.tools.checkstyle.Configuration
 
setIgnoreBraces(boolean) - Method in class com.puppycrawl.tools.checkstyle.CheckStyleTask
 
setIgnoreBraces(boolean) - Method in class com.puppycrawl.tools.checkstyle.Configuration
 
setIgnoreCastWhitespace(boolean) - Method in class com.puppycrawl.tools.checkstyle.CheckStyleTask
 
setIgnoreCastWhitespace(boolean) - Method in class com.puppycrawl.tools.checkstyle.Configuration
 
setIgnoreImportLen(boolean) - Method in class com.puppycrawl.tools.checkstyle.CheckStyleTask
 
setIgnoreImportLength(boolean) - Method in class com.puppycrawl.tools.checkstyle.Configuration
 
setIgnoreImports(boolean) - Method in class com.puppycrawl.tools.checkstyle.CheckStyleTask
 
setIgnoreImports(boolean) - Method in class com.puppycrawl.tools.checkstyle.Configuration
 
setIgnoreLineLengthPat(String) - Method in class com.puppycrawl.tools.checkstyle.Configuration
 
setIgnoreLineLengthPattern(String) - Method in class com.puppycrawl.tools.checkstyle.CheckStyleTask
 
setIgnorePublicInInterface(boolean) - Method in class com.puppycrawl.tools.checkstyle.CheckStyleTask
 
setIgnorePublicInInterface(boolean) - Method in class com.puppycrawl.tools.checkstyle.Configuration
 
setIgnoreWhitespace(boolean) - Method in class com.puppycrawl.tools.checkstyle.CheckStyleTask
 
setIgnoreWhitespace(boolean) - Method in class com.puppycrawl.tools.checkstyle.Configuration
 
setIllegalImports(String) - Method in class com.puppycrawl.tools.checkstyle.CheckStyleTask
 
setIllegalImports(String) - Method in class com.puppycrawl.tools.checkstyle.Configuration
 
setJavadocScope(Scope) - Method in class com.puppycrawl.tools.checkstyle.Configuration
 
setJavadocScope(String) - Method in class com.puppycrawl.tools.checkstyle.CheckStyleTask
 
setLCurlyMethod(LeftCurlyOption) - Method in class com.puppycrawl.tools.checkstyle.Configuration
 
setLCurlyMethod(String) - Method in class com.puppycrawl.tools.checkstyle.CheckStyleTask
 
setLCurlyOther(LeftCurlyOption) - Method in class com.puppycrawl.tools.checkstyle.Configuration
 
setLCurlyOther(String) - Method in class com.puppycrawl.tools.checkstyle.CheckStyleTask
 
setLCurlyType(LeftCurlyOption) - Method in class com.puppycrawl.tools.checkstyle.Configuration
 
setLCurlyType(String) - Method in class com.puppycrawl.tools.checkstyle.CheckStyleTask
 
setLocalVarPat(String) - Method in class com.puppycrawl.tools.checkstyle.Configuration
 
setLocalVarPattern(String) - Method in class com.puppycrawl.tools.checkstyle.CheckStyleTask
 
setMaxConstructorLen(int) - Method in class com.puppycrawl.tools.checkstyle.CheckStyleTask
 
setMaxConstructorLength(int) - Method in class com.puppycrawl.tools.checkstyle.Configuration
 
setMaxFileLen(int) - Method in class com.puppycrawl.tools.checkstyle.CheckStyleTask
 
setMaxFileLength(int) - Method in class com.puppycrawl.tools.checkstyle.Configuration
 
setMaxLineLen(int) - Method in class com.puppycrawl.tools.checkstyle.CheckStyleTask
 
setMaxLineLength(int) - Method in class com.puppycrawl.tools.checkstyle.Configuration
 
setMaxMethodLen(int) - Method in class com.puppycrawl.tools.checkstyle.CheckStyleTask
 
setMaxMethodLength(int) - Method in class com.puppycrawl.tools.checkstyle.Configuration
 
setMemberPat(String) - Method in class com.puppycrawl.tools.checkstyle.Configuration
 
setMemberPattern(String) - Method in class com.puppycrawl.tools.checkstyle.CheckStyleTask
 
setMethodPat(String) - Method in class com.puppycrawl.tools.checkstyle.Configuration
 
setMethodPattern(String) - Method in class com.puppycrawl.tools.checkstyle.CheckStyleTask
 
setOutputStream(OutputStream) - Method in class com.puppycrawl.tools.checkstyle.DefaultLogger
 
setOutputStream(OutputStream) - Method in class com.puppycrawl.tools.checkstyle.XMLLogger
 
setOutputStream(OutputStream) - Method in interface com.puppycrawl.tools.checkstyle.AuditListener
Set a stream to write information to.
setParamPat(String) - Method in class com.puppycrawl.tools.checkstyle.Configuration
 
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
 
setProperties(File) - Method in class com.puppycrawl.tools.checkstyle.CheckStyleTask
Sets a properties file for use instead of individually setting them.
setPublicMemberPat(String) - Method in class com.puppycrawl.tools.checkstyle.Configuration
 
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
 
setRequirePackageHtml(boolean) - Method in class com.puppycrawl.tools.checkstyle.Configuration
 
setStaticFinalPat(String) - Method in class com.puppycrawl.tools.checkstyle.Configuration
 
setStaticPat(String) - Method in class com.puppycrawl.tools.checkstyle.Configuration
 
setStaticPattern(String) - Method in class com.puppycrawl.tools.checkstyle.CheckStyleTask
 
setTabWidth(int) - Method in class com.puppycrawl.tools.checkstyle.CheckStyleTask
 
setTabWidth(int) - Method in class com.puppycrawl.tools.checkstyle.Configuration
 
setTofile(File) - Method in class com.puppycrawl.tools.checkstyle.CheckStyleTask.Formatter
Set the file to output to.
setType(CheckStyleTask.FormatterType) - Method in class com.puppycrawl.tools.checkstyle.CheckStyleTask.Formatter
Set the type of the formatter.
setTypePat(String) - Method in class com.puppycrawl.tools.checkstyle.Configuration
 
setTypePattern(String) - Method in class com.puppycrawl.tools.checkstyle.CheckStyleTask
 
STATIC_PATTERN_PROP - Static variable in interface com.puppycrawl.tools.checkstyle.Defn
property name for the static variable pattern

T

TAB_WIDTH_PROP - Static variable in interface com.puppycrawl.tools.checkstyle.Defn
property name for allowing protected data
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.RightCurlyOption
 
TYPE_PATTERN_PROP - Static variable in interface com.puppycrawl.tools.checkstyle.Defn
property name for the type pattern

X

XMLLogger - class com.puppycrawl.tools.checkstyle.XMLLogger.
Simple XML logger.
XMLLogger() - Constructor for class com.puppycrawl.tools.checkstyle.XMLLogger
Creates a new XMLLogger instance.
XMLLogger(OutputStream) - Constructor for class com.puppycrawl.tools.checkstyle.XMLLogger
sets the output to a defined stream

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