Serialized Form


Package de.smartics.analysis.javadoc

Class de.smartics.analysis.javadoc.Console extends Object implements Serializable

serialVersionUID: 1L

Serialization Methods

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Method to write the object to the stream.

Throws:
IOException - on any write problem.
Serialized Fields

returnCode

int returnCode
The return code returned by the executed program.


errMessages

String errMessages
The messages written to the error stream.


outMessages

String outMessages
The messages written to the output stream.

Class de.smartics.analysis.javadoc.JavadocException extends Exception implements Serializable

serialVersionUID: 1L

Serialized Fields

console

Console console
The information provided by the Javadoc tool via the console.

 

Package de.smartics.analysis.javadoc.filter

Class de.smartics.analysis.javadoc.filter.AcceptAllFilter extends Object implements Serializable

serialVersionUID: 1L

Class de.smartics.analysis.javadoc.filter.ImplementsInterfaceFilter extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

type

Class<T> type
The interface class to filter with. Classes that implement this interface are considered, all others are filtered out. The class includes ordinary classes, enumerations, errors, and exceptions.


Package de.smartics.analysis.javadoc.log.message

Class de.smartics.analysis.javadoc.log.message.IssueLocation extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

fileName

String fileName
The name of the file the issue is located in.

 

line

int line
The line number the issue occurs in.

If a column cannot be determined, this value is -1.

 

column

int column
The column the issue occurs in.

If a column cannot be determined, this value is -1.

 

Class de.smartics.analysis.javadoc.log.message.IssueMessage extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

location

IssueLocation location
The location of the issue. The location may be null if the location of the issue cannot be determined.

 

message

String message
The message text of the message.

 

Class de.smartics.analysis.javadoc.log.message.MessageParser extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

log

Log log
Reference to the logger for this class.


pattern

Pattern pattern
The pattern to use for parsing the Javadoc tool messages.



Copyright © 2008-2011 Kronseder & Reiner GmbH - smartics. All Rights Reserved.