Uses of Class
org.harctoolbox.irp.IrpDatabase
Packages that use IrpDatabase
-
Uses of IrpDatabase in org.harctoolbox.cmdline
Methods in org.harctoolbox.cmdline that return IrpDatabaseMethods in org.harctoolbox.cmdline with parameters of type IrpDatabaseModifier and TypeMethodDescriptionvoidCommandCode.code(PrintStream out, CommandCommonOptions commandLineArgs, IrpDatabase irpDatabase, String[] args) voidCommandDecode.decode(PrintStream out, CommandCommonOptions commandLineArgs, IrpDatabase irpDatabase) voidCommandList.list(PrintStream out, CommandCommonOptions commandLineArgs, IrpDatabase irpDatabase) voidCommandRender.render(PrintStream printStream, IrpDatabase irpDatabase, CommandCommonOptions commonOptions) voidCommandVersion.version(PrintStream out, CommandIrpDatabaseOptions commandLineArgs, IrpDatabase irpDatabase) -
Uses of IrpDatabase in org.harctoolbox.irp
Methods in org.harctoolbox.irp that return IrpDatabaseModifier and TypeMethodDescriptionstatic IrpDatabaseIrpDatabase.newDefaultIrpDatabase()static IrpDatabasestatic IrpDatabaseIrpDatabase.parseIrp(String protocolName, String irp, DocumentFragment documentation) static IrpDatabaseMethods in org.harctoolbox.irp with parameters of type IrpDatabaseModifier and TypeMethodDescriptionvoidNamedProtocol.dumpPreferOvers(PrintStream out, IrpDatabase irpDatabase) voidNamedProtocol.dumpPreferOvers(PrintStream out, IrpDatabase irpDatabase, int level) voidCodeGenerator.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) voidCodeGenerator.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) voidIrpDatabase.patch(IrpDatabase irpDatabase) NamedProtocol.preferredOvers(IrpDatabase irpDatabase) NamedProtocol.preferredOvers(IrpDatabase irpDatabase, int level) Constructors in org.harctoolbox.irp with parameters of type IrpDatabaseModifierConstructorDescriptionDecoder(IrpDatabase irpDatabase) Decoder(IrpDatabase irpDatabase, List<String> names) This is the main constructor.