Uses of Interface
org.exolab.castor.builder.conflictresolution.ClassNameCRStrategy
Packages that use ClassNameCRStrategy
-
Uses of ClassNameCRStrategy in org.exolab.castor.builder.conflictresolution
Classes in org.exolab.castor.builder.conflictresolution that implement ClassNameCRStrategyModifier and TypeClassDescriptionclassAbtract base class for allClassNameCRStrategyimplementations.final classAn implementation ofClassNameCRStrategythat reports any conflict notifications to a log file, basically stating what classes have been overwriten as a result of such a name conflict.final classAn implementation ofClassNameCRStrategythat 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.Methods in org.exolab.castor.builder.conflictresolution that return ClassNameCRStrategyModifier and TypeMethodDescriptionClassNameCRStrategyRegistry.getClassNameConflictResolutionStrategy(String name) Returns aClassNameCRStrategywith the specified name.