public interface org.eclipse.core.resources.IFolder extends org.eclipse.core.resources.IContainer, org.eclipse.core.runtime.IAdaptable
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.eclipse.core.resources.IFolder
  super_class: java.lang.Object
{
  public abstract void create(boolean, boolean, org.eclipse.core.runtime.IProgressMonitor);
    descriptor: (ZZLorg/eclipse/core/runtime/IProgressMonitor;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.eclipse.core.runtime.CoreException
    MethodParameters:
         Name  Flags
      force    
      local    
      monitor  

  public abstract void create(int, boolean, org.eclipse.core.runtime.IProgressMonitor);
    descriptor: (IZLorg/eclipse/core/runtime/IProgressMonitor;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.eclipse.core.runtime.CoreException
    MethodParameters:
             Name  Flags
      updateFlags  
      local        
      monitor      

  public abstract void createLink(org.eclipse.core.runtime.IPath, int, org.eclipse.core.runtime.IProgressMonitor);
    descriptor: (Lorg/eclipse/core/runtime/IPath;ILorg/eclipse/core/runtime/IProgressMonitor;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.eclipse.core.runtime.CoreException
    MethodParameters:
               Name  Flags
      localLocation  
      updateFlags    
      monitor        

  public abstract void createLink(java.net.URI, int, org.eclipse.core.runtime.IProgressMonitor);
    descriptor: (Ljava/net/URI;ILorg/eclipse/core/runtime/IProgressMonitor;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.eclipse.core.runtime.CoreException
    MethodParameters:
             Name  Flags
      location     
      updateFlags  
      monitor      

  public abstract void delete(boolean, boolean, org.eclipse.core.runtime.IProgressMonitor);
    descriptor: (ZZLorg/eclipse/core/runtime/IProgressMonitor;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.eclipse.core.runtime.CoreException
    MethodParameters:
             Name  Flags
      force        
      keepHistory  
      monitor      

  public abstract org.eclipse.core.resources.IFile getFile(java.lang.String);
    descriptor: (Ljava/lang/String;)Lorg/eclipse/core/resources/IFile;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      name  

  public abstract org.eclipse.core.resources.IFolder getFolder(java.lang.String);
    descriptor: (Ljava/lang/String;)Lorg/eclipse/core/resources/IFolder;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      name  

  public abstract void move(org.eclipse.core.runtime.IPath, boolean, boolean, org.eclipse.core.runtime.IProgressMonitor);
    descriptor: (Lorg/eclipse/core/runtime/IPath;ZZLorg/eclipse/core/runtime/IProgressMonitor;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.eclipse.core.runtime.CoreException
    MethodParameters:
             Name  Flags
      destination  
      force        
      keepHistory  
      monitor      
}
SourceFile: "IFolder.java"