org.eclipse.emf.converter.util
Class ConverterUtil.WorkspaceResourceValidator
java.lang.Object
org.eclipse.emf.converter.util.ConverterUtil.WorkspaceResourceValidator
- Enclosing class:
- ConverterUtil
- public static class ConverterUtil.WorkspaceResourceValidator
- extends Object
Method Summary |
static String |
validate(List emfResources)
Invokes the Platform validateEdit method for all the read-only files
referred by a given resource in the list. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConverterUtil.WorkspaceResourceValidator
public ConverterUtil.WorkspaceResourceValidator()
validate
public static String validate(List emfResources)
- Invokes the Platform validateEdit method for all the read-only files
referred by a given resource in the list. Returns null if the resources
can be saved or a comma separated list of the files that are read-only.
- Parameters:
emfResources
-
- Returns:
- String