| Package | Description |
|---|---|
| org.exolab.castor.builder.conflictresolution |
| Modifier and Type | Class and Description |
|---|---|
class |
BaseClassNameCRStrategy
Abtract base class for all
ClassNameCRStrategy implementations. |
class |
InformViaLogClassNameCRStrategy
An implementation of
ClassNameCRStrategy that reports any conflict notifications to a log
file, basically stating what classes have been overwriten as a result of such a name conflict. |
class |
WarningViaDialogClassNameCRStrategy
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. |
| Modifier and Type | Method and Description |
|---|---|
ClassNameCRStrategy |
ClassNameCRStrategyRegistry.getClassNameConflictResolutionStrategy(String name)
Returns a
ClassNameCRStrategy with the specified name. |
Copyright © 2016. All rights reserved.