public class CommandSet extends Object
Modifier and Type | Method and Description |
---|---|
void |
addFormat(Command.CommandTextFormat format,
int repeatCount)
Applies the format argument to all Command's in the CommandSet.
|
HashMap<String,Command> |
getCommands() |
Element |
xmlExport(Document doc,
boolean fatRaw,
boolean generateRaw,
boolean generateCcf,
boolean generateParameters)
Exports the CommandSet to a Document.
|
public Element xmlExport(Document doc, boolean fatRaw, boolean generateRaw, boolean generateCcf, boolean generateParameters) throws IrpMasterException
doc
- fatRaw
- generateRaw
- generateCcf
- generateParameters
- IrpMasterException
public void addFormat(Command.CommandTextFormat format, int repeatCount) throws IrpMasterException
format
- repeatCount
- IrpMasterException
Copyright © 2015. All rights reserved.