Serialized Form


Package com.puppycrawl.tools.checkstyle

Class com.puppycrawl.tools.checkstyle.AuditEvent implements Serializable

Serialized Fields

mFileName

java.lang.String mFileName
filename event associated with

mLine

int mLine
line event associated with

mColumn

int mColumn
column event associated with

mMessage

java.lang.String mMessage
message of event

Class com.puppycrawl.tools.checkstyle.BlockOption implements Serializable

Serialized Fields

mStrRep

java.lang.String mStrRep
the string representation of the option

Class com.puppycrawl.tools.checkstyle.Configuration implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream aStream)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Extend default deserialization to initialize the RE member variables.
Serialized Fields

mJavadocScope

Scope mJavadocScope
visibility scope where Javadoc is checked

mIllegalImports

java.util.HashSet mIllegalImports
illegal imports

mIllegalInstantiations

java.util.HashSet mIllegalInstantiations
illegal instantiations

mCacheFile

java.lang.String mCacheFile
name of the cache file

mHeaderLines

java.lang.String[] mHeaderLines
the header lines to check for

mHeaderIgnoreLineNo

java.util.TreeSet mHeaderIgnoreLineNo
line numbers to ignore in header

mRCurly

RightCurlyOption mRCurly
where to place right curlies

mParenPadOption

PadOption mParenPadOption
how to pad parenthesis

mWrapOpOption

WrapOpOption mWrapOpOption
how to wrap operators

mBasedir

java.lang.String mBasedir
whether to use basedir

mBooleanProps

java.util.Set mBooleanProps
set of boolean properties

mIntProps

java.util.Map mIntProps
map of int properties

mPatterns

java.util.Map mPatterns
map of all the pattern properties

mBlockProps

java.util.Map mBlockProps
map of all the BlockOption properties

mLCurliesProps

java.util.Map mLCurliesProps
map of all the LeftCurlyOption properties

Class com.puppycrawl.tools.checkstyle.LeftCurlyOption implements Serializable

Serialized Fields

mStrRep

java.lang.String mStrRep
the string representation of the option

Class com.puppycrawl.tools.checkstyle.PadOption implements Serializable

Serialized Fields

mStrRep

java.lang.String mStrRep
the string representation of the option

Class com.puppycrawl.tools.checkstyle.RightCurlyOption implements Serializable

Serialized Fields

mStrRep

java.lang.String mStrRep
the string representation of the option

Class com.puppycrawl.tools.checkstyle.Scope implements Serializable

Serialized Fields

mCode

int mCode
the SCOPECODE_XYZ value of this scope.

mName

java.lang.String mName
the name of this scope.

Class com.puppycrawl.tools.checkstyle.WrapOpOption implements Serializable

Serialized Fields

mStrRep

java.lang.String mStrRep
the string representation of the option