com.vladium.emma.report
Class ReportProperties.ParsedProperties
java.lang.Object
com.vladium.emma.report.ReportProperties.ParsedProperties
- Enclosing class:
- ReportProperties
- public static final class ReportProperties.ParsedProperties
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
m_outEncoding
private java.lang.String m_outEncoding
m_outDir
private java.io.File m_outDir
m_outFile
private java.io.File m_outFile
m_unitsType
private int m_unitsType
m_viewType
private int m_viewType
m_hideClasses
private boolean m_hideClasses
m_depth
private int m_depth
m_columnOrder
private int[] m_columnOrder
m_sortOrder
private int[] m_sortOrder
m_metrics
private IntIntMap m_metrics
ReportProperties.ParsedProperties
public ReportProperties.ParsedProperties()
setOutEncoding
public void setOutEncoding(java.lang.String outEncoding)
getOutEncoding
public java.lang.String getOutEncoding()
setOutDir
public void setOutDir(java.io.File outDir)
getOutDir
public java.io.File getOutDir()
setOutFile
public void setOutFile(java.io.File outFile)
getOutFile
public java.io.File getOutFile()
setUnitsType
public void setUnitsType(int unitsType)
getUnitsType
public int getUnitsType()
setViewType
public void setViewType(int viewType)
getViewType
public int getViewType()
setDepth
public void setDepth(int depth)
getDepth
public int getDepth()
setHideClasses
public void setHideClasses(boolean hideClasses)
getHideClasses
public boolean getHideClasses()
setColumnOrder
public void setColumnOrder(int[] columnOrder)
getColumnOrder
public int[] getColumnOrder()
setSortOrder
public void setSortOrder(int[] sortOrder)
getSortOrder
public int[] getSortOrder()
setMetrics
public void setMetrics(IntIntMap metrics)
getMetrics
public IntIntMap getMetrics()
validate
void validate()
throws java.lang.IllegalArgumentException
- Throws:
java.lang.IllegalArgumentException