public static final class ReportProperties.ParsedProperties
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
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 and Description |
---|
ParsedProperties() |
Modifier and Type | Method and Description |
---|---|
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() |
private java.lang.String m_outEncoding
private java.io.File m_outDir
private java.io.File m_outFile
private int m_unitsType
private int m_viewType
private boolean m_hideClasses
private int m_depth
private int[] m_columnOrder
private int[] m_sortOrder
private IntIntMap m_metrics
public void setOutEncoding(java.lang.String outEncoding)
public java.lang.String getOutEncoding()
public void setOutDir(java.io.File outDir)
public java.io.File getOutDir()
public void setOutFile(java.io.File outFile)
public java.io.File getOutFile()
public void setUnitsType(int unitsType)
public int getUnitsType()
public void setViewType(int viewType)
public int getViewType()
public void setDepth(int depth)
public int getDepth()
public void setHideClasses(boolean hideClasses)
public boolean getHideClasses()
public void setColumnOrder(int[] columnOrder)
public int[] getColumnOrder()
public void setSortOrder(int[] sortOrder)
public int[] getSortOrder()
public void setMetrics(IntIntMap metrics)
public IntIntMap getMetrics()
void validate() throws java.lang.IllegalArgumentException
java.lang.IllegalArgumentException