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