public class DetachFacetConversionProcessor extends ConversionProcessor<ModuleSettings>
Constructor and Description |
---|
DetachFacetConversionProcessor(java.lang.String... names) |
Modifier and Type | Method and Description |
---|---|
boolean |
isConversionNeeded(ModuleSettings moduleSettings) |
void |
process(ModuleSettings moduleSettings)
Perform the conversion
|
postProcess, preProcess
public DetachFacetConversionProcessor(java.lang.String... names)
public boolean isConversionNeeded(ModuleSettings moduleSettings)
isConversionNeeded
in class ConversionProcessor<ModuleSettings>
true
if the settings are in old format and need to be convertedpublic void process(ModuleSettings moduleSettings) throws CannotConvertException
ConversionProcessor
process
in class ConversionProcessor<ModuleSettings>
CannotConvertException