- java.lang.Object
-
- org.tentackle.model.print.IndexPrinter
-
public class IndexPrinter extends Object
Prints the model spec of an index.- Author:
- harald
-
-
Constructor Summary
Constructors Constructor Description IndexPrinter(Index index, PrintConfiguration configuration)Creates an index printer.
-
-
-
Constructor Detail
-
IndexPrinter
public IndexPrinter(Index index, PrintConfiguration configuration)
Creates an index printer.- Parameters:
index- the indexconfiguration- the printing configuration
-
-
Method Detail
-
print
public String print()
Prints the index.- Returns:
- the pretty printed index
-
-