- java.lang.Object
-
- org.tentackle.model.print.GlobalOptionsPrinter
-
public class GlobalOptionsPrinter extends Object
Prints the global options.- Author:
- harald
-
-
Constructor Summary
Constructors Constructor Description GlobalOptionsPrinter(Entity entity, PrintConfiguration configuration)Creates the printer.
-
-
-
Constructor Detail
-
GlobalOptionsPrinter
public GlobalOptionsPrinter(Entity entity, PrintConfiguration configuration)
Creates the printer.- Parameters:
entity- the entityconfiguration- the printing configuration
-
-
Method Detail
-
print
public String print()
Pretty prints the options.- Returns:
- the string
-
-