public interface org.eclipse.core.resources.IFileModificationValidator
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.eclipse.core.resources.IFileModificationValidator
  super_class: java.lang.Object
{
  public abstract org.eclipse.core.runtime.IStatus validateEdit(org.eclipse.core.resources.IFile[], java.lang.Object);
    descriptor: ([Lorg/eclipse/core/resources/IFile;Ljava/lang/Object;)Lorg/eclipse/core/runtime/IStatus;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
         Name  Flags
      files    
      context  

  public abstract org.eclipse.core.runtime.IStatus validateSave(org.eclipse.core.resources.IFile);
    descriptor: (Lorg/eclipse/core/resources/IFile;)Lorg/eclipse/core/runtime/IStatus;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      file  
}
SourceFile: "IFileModificationValidator.java"
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()