Uses of Class
org.exolab.castor.util.dialog.ConsoleDialog
Packages that use ConsoleDialog
Package
Description
Castor XML code generator
-
Uses of ConsoleDialog in org.exolab.castor.builder
Constructors in org.exolab.castor.builder with parameters of type ConsoleDialogModifierConstructorDescriptionSingleClassGenerator
(ConsoleDialog dialog, SourceGenerator sourceGenerator, String conflictStrategyType, String jClassPrinterType) Creates an instance of this class. -
Uses of ConsoleDialog in org.exolab.castor.builder.conflictresolution
Methods in org.exolab.castor.builder.conflictresolution that return ConsoleDialogModifier and TypeMethodDescriptionprotected ConsoleDialog
WarningViaDialogClassNameCRStrategy.getConsoleDialog()
Returns theConsoleDialog
instance in use.Methods in org.exolab.castor.builder.conflictresolution with parameters of type ConsoleDialogModifier and TypeMethodDescriptionvoid
ClassNameCRStrategy.setConsoleDialog
(ConsoleDialog dialog) Sets theConsoleDialog
instance to use (if required).void
InformViaLogClassNameCRStrategy.setConsoleDialog
(ConsoleDialog dialog) Sets the console dialog to use with this strategy.void
WarningViaDialogClassNameCRStrategy.setConsoleDialog
(ConsoleDialog dialog) Sets the console dialog to use with this strategy.