public class IDEAJRenderer extends AbstractIncrementingRenderer
| Modifier and Type | Field and Description |
|---|---|
static StringProperty |
CLASS_AND_METHOD_NAME |
static StringProperty |
FILE_NAME |
static java.lang.String |
NAME |
static StringProperty |
SOURCE_PATH |
errors, suppresseddescription, name, propertyDefinitions, showSuppressedViolations, writerpropertyDescriptors, propertyValuesByDescriptor| Constructor and Description |
|---|
IDEAJRenderer() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
defaultFileExtension()
Return the default filename extension to use.
|
void |
renderFileViolations(java.util.Iterator<RuleViolation> violations)
Render a series of
RuleViolations. |
end, renderFileReport, start, startFileAnalysisdefineProperty, flush, getDescription, getName, getPropertyDefinitions, getWriter, isShowSuppressedViolations, setDescription, setName, setShowSuppressedViolations, setWritercopyPropertyDescriptors, copyPropertyValues, definePropertyDescriptor, dysfunctionReason, getPropertiesByPropertyDescriptor, getProperty, getPropertyDescriptor, getPropertyDescriptors, hasDescriptor, ignoredProperties, setProperty, useDefaultValueFor, usesDefaultValuesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdefinePropertyDescriptor, dysfunctionReason, getPropertiesByPropertyDescriptor, getProperty, getPropertyDescriptor, getPropertyDescriptors, hasDescriptor, ignoredProperties, setProperty, useDefaultValueFor, usesDefaultValuespublic static final java.lang.String NAME
public static final StringProperty FILE_NAME
public static final StringProperty SOURCE_PATH
public static final StringProperty CLASS_AND_METHOD_NAME
public java.lang.String defaultFileExtension()
Rendererpublic void renderFileViolations(java.util.Iterator<RuleViolation> violations) throws java.io.IOException
RuleViolations.renderFileViolations in class AbstractIncrementingRendererviolations - The iterator of violations to render.java.io.IOExceptionCopyright © 2002-2014 InfoEther. All Rights Reserved.