- java.lang.Object
-
- org.tentackle.model.print.IndexPrinter
-
public class IndexPrinter extends java.lang.ObjectPrints the model spec of an index.- Author:
- harald
-
-
Constructor Summary
Constructors Constructor Description IndexPrinter(Index index, PrintConfiguration configuration)Creates an index printer.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Stringprint()Prints the index.
-
-
-
Constructor Detail
-
IndexPrinter
public IndexPrinter(Index index, PrintConfiguration configuration)
Creates an index printer.- Parameters:
index- the indexconfiguration- the printing configuration
-
-