Package org.harctoolbox.irp
Class DumpItemCodeGenerator
java.lang.Object
org.harctoolbox.irp.ItemCodeGenerator
org.harctoolbox.irp.DumpItemCodeGenerator
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addAggregate
(String string, Object... args) void
addAggregateList
(String name, Map<String, Object> map) void
addAttribute
(String name, Object value) void
inspect()
void
render()
For uniformity, should end with a line separator.void
setAttribute
(String name, Object value) Methods inherited from class org.harctoolbox.irp.ItemCodeGenerator
addAggregateList, addAttribute, setAttribute
-
Constructor Details
-
DumpItemCodeGenerator
-
-
Method Details
-
setAttribute
- Specified by:
setAttribute
in classItemCodeGenerator
-
addAttribute
- Specified by:
addAttribute
in classItemCodeGenerator
-
addAggregate
- Specified by:
addAggregate
in classItemCodeGenerator
-
addAggregateList
- Specified by:
addAggregateList
in classItemCodeGenerator
-
inspect
public void inspect()- Specified by:
inspect
in classItemCodeGenerator
-
inspectAndWait
public void inspectAndWait()- Specified by:
inspectAndWait
in classItemCodeGenerator
-
render
Description copied from class:ItemCodeGenerator
For uniformity, should end with a line separator.- Specified by:
render
in classItemCodeGenerator
- Returns:
-