com.vladium.emma.report
Class ReportProperties.ParsedProperties

java.lang.Object
  extended bycom.vladium.emma.report.ReportProperties.ParsedProperties
Enclosing class:
ReportProperties

public static final class ReportProperties.ParsedProperties
extends java.lang.Object


Field Summary
private  int[] m_columnOrder
           
private  int m_depth
           
private  boolean m_hideClasses
           
private  IntIntMap m_metrics
           
private  java.io.File m_outDir
           
private  java.lang.String m_outEncoding
           
private  java.io.File m_outFile
           
private  int[] m_sortOrder
           
private  int m_unitsType
           
private  int m_viewType
           
 
Constructor Summary
ReportProperties.ParsedProperties()
           
 
Method Summary
 int[] getColumnOrder()
           
 int getDepth()
           
 boolean getHideClasses()
           
 IntIntMap getMetrics()
           
 java.io.File getOutDir()
           
 java.lang.String getOutEncoding()
           
 java.io.File getOutFile()
           
 int[] getSortOrder()
           
 int getUnitsType()
           
 int getViewType()
           
 void setColumnOrder(int[] columnOrder)
           
 void setDepth(int depth)
           
 void setHideClasses(boolean hideClasses)
           
 void setMetrics(IntIntMap metrics)
           
 void setOutDir(java.io.File outDir)
           
 void setOutEncoding(java.lang.String outEncoding)
           
 void setOutFile(java.io.File outFile)
           
 void setSortOrder(int[] sortOrder)
           
 void setUnitsType(int unitsType)
           
 void setViewType(int viewType)
           
(package private)  void validate()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

ReportProperties.ParsedProperties

public ReportProperties.ParsedProperties()
Method Detail

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