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 ConsoleDialogWarningViaDialogClassNameCRStrategy.getConsoleDialog()Returns theConsoleDialoginstance in use.Methods in org.exolab.castor.builder.conflictresolution with parameters of type ConsoleDialogModifier and TypeMethodDescriptionvoidClassNameCRStrategy.setConsoleDialog(ConsoleDialog dialog) Sets theConsoleDialoginstance to use (if required).voidInformViaLogClassNameCRStrategy.setConsoleDialog(ConsoleDialog dialog) Sets the console dialog to use with this strategy.voidWarningViaDialogClassNameCRStrategy.setConsoleDialog(ConsoleDialog dialog) Sets the console dialog to use with this strategy.