public interface IFormatVersionConverter
Modifier and Type | Method and Description |
---|---|
boolean |
convert(IProject proj)
Method to convert project from one data storage scheme to another
|
boolean |
isAppliable(IProject proj)
Method to check of project to be suitable for current converter
|
boolean convert(IProject proj)
proj
- project to convertboolean isAppliable(IProject proj)
proj
- project to check