com.jcoverage.reporting
Class DefaultLineCategory
java.lang.Object
com.jcoverage.reporting.DefaultLineCategory
- All Implemented Interfaces:
- LineCategory
- public class DefaultLineCategory
- extends java.lang.Object
- implements LineCategory
Default line category.
Field Summary |
(package private) java.util.Set |
columns
|
(package private) java.lang.String |
description
|
(package private) static org.apache.log4j.Logger |
logger
|
(package private) java.lang.String |
name
|
Method Summary |
void |
addColumn(Column column)
|
java.util.Collection |
getColumns()
Return the columns that are associated with this category. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
logger
static org.apache.log4j.Logger logger
name
java.lang.String name
description
java.lang.String description
columns
java.util.Set columns
DefaultLineCategory
public DefaultLineCategory(java.lang.String name,
java.lang.String description)
DefaultLineCategory
public DefaultLineCategory(java.lang.String name)
addColumn
public void addColumn(Column column)
getColumns
public java.util.Collection getColumns()
- Description copied from interface:
LineCategory
- Return the columns that are associated with this category.
- Specified by:
getColumns
in interface LineCategory
toString
public java.lang.String toString()