public class CommandUsagePart extends RawData
Placeholder values can be retrieved using the get method.
Contains following placeholders after analyzed: ${commandCount} - (Number) ${commandUniqueCount} - (Number) ${tableBodyCommands} - Table body for CommandUsage table.
Constructor and Description |
---|
CommandUsagePart() |
Modifier and Type | Method and Description |
---|---|
void |
addCommands(Map<String,Integer> commandUsage) |
void |
analyse()
Subclasses should analyse the data added together.
|
long |
getCommandTotal() |
Map<String,Integer> |
getCommandUsage() |
int |
getUniqueCommands() |
void |
setCommandUsage(Map<String,Integer> commandUsage) |
addValue, addValues, analyseData, get, getReplaceMap, isAnalysed
public void analyse()
RawData
Place-holders should be added to the replace map.
public int getUniqueCommands()
public long getCommandTotal()
Copyright © 2017. All rights reserved.