Class WarningViaDialogClassNameCRStrategy

java.lang.Object
org.exolab.castor.builder.conflictresolution.BaseClassNameCRStrategy
org.exolab.castor.builder.conflictresolution.WarningViaDialogClassNameCRStrategy
All Implemented Interfaces:
ClassNameCRStrategy

public final class WarningViaDialogClassNameCRStrategy extends BaseClassNameCRStrategy implements ClassNameCRStrategy
An implementation of ClassNameCRStrategy that reports any conflict notifications to a console dialog, asking the user whether to stop code generation (as the conflict is not acceptable), or whether to proceed by overwriting an already existing class.
Since:
1.1
Author:
Werner Guttmann