| Package | Description |
|---|---|
| org.harctoolbox.cmdline | |
| org.harctoolbox.irp |
| Modifier and Type | Method and Description |
|---|---|
void |
CommandCode.code(PrintStream out,
CommandCommonOptions commandLineArgs,
IrpDatabase irpDatabase,
String[] args) |
void |
CommandDecode.decode(PrintStream out,
CommandCommonOptions commandLineArgs,
IrpDatabase irpDatabase) |
void |
CommandList.list(PrintStream out,
CommandCommonOptions commandLineArgs,
IrpDatabase irpDatabase) |
void |
CommandRender.render(PrintStream printStream,
IrpDatabase irpDatabase,
CommandCommonOptions commonOptions) |
void |
CommandVersion.version(PrintStream out,
CommandCommonOptions commandLineArgs,
IrpDatabase irpDatabase) |
| Modifier and Type | Method and Description |
|---|---|
static IrpDatabase |
IrpDatabase.newDefaultIrpDatabase() |
static IrpDatabase |
IrpDatabase.parseIrp(Map<String,String> map) |
static IrpDatabase |
IrpDatabase.parseIrp(String protocolName,
String irp,
DocumentFragment documentation) |
static IrpDatabase |
IrpDatabase.parseIrp(String protocolName,
String irp,
String documentation) |
| Modifier and Type | Method and Description |
|---|---|
void |
NamedProtocol.dumpPreferOvers(PrintStream out,
IrpDatabase irpDatabase) |
void |
NamedProtocol.dumpPreferOvers(PrintStream out,
IrpDatabase irpDatabase,
int level) |
void |
CodeGenerator.generate(Collection<String> protocolNames,
IrpDatabase irpDatabase,
File directory,
boolean inspect,
Map<String,String> parameters,
Double absoluteTolerance,
Double relativeTolerance,
Double frequencyTolerance,
String tool,
String toolVersion,
String commandLine) |
void |
CodeGenerator.generate(Collection<String> protocolNames,
IrpDatabase irpDatabase,
PrintStream out,
boolean inspect,
Map<String,String> parameters,
Double absoluteTolerance,
Double relativeTolerance,
Double frequencyTolerance,
String tool,
String toolVersion,
String commandLine) |
Set<String> |
NamedProtocol.preferredOvers(IrpDatabase irpDatabase) |
Set<String> |
NamedProtocol.preferredOvers(IrpDatabase irpDatabase,
int level) |
| Constructor and Description |
|---|
Decoder(IrpDatabase irpDatabase) |
Decoder(IrpDatabase irpDatabase,
List<String> names)
This is the main constructor.
|
Copyright © 2019. All rights reserved.