public interface org.apache.commons.vfs2.FileObject extends java.lang.Comparable<org.apache.commons.vfs2.FileObject>, java.lang.Iterable<org.apache.commons.vfs2.FileObject>, java.io.Closeable
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.apache.commons.vfs2.FileObject
  super_class: java.lang.Object
{
  public abstract boolean canRenameTo(org.apache.commons.vfs2.FileObject);
    descriptor: (Lorg/apache/commons/vfs2/FileObject;)Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
         Name  Flags
      newfile  

  public abstract void close();
    descriptor: ()V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.apache.commons.vfs2.FileSystemException

  public abstract void copyFrom(org.apache.commons.vfs2.FileObject, org.apache.commons.vfs2.FileSelector);
    descriptor: (Lorg/apache/commons/vfs2/FileObject;Lorg/apache/commons/vfs2/FileSelector;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.apache.commons.vfs2.FileSystemException
    MethodParameters:
          Name  Flags
      srcFile   
      selector  

  public abstract void createFile();
    descriptor: ()V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.apache.commons.vfs2.FileSystemException

  public abstract void createFolder();
    descriptor: ()V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.apache.commons.vfs2.FileSystemException

  public abstract boolean delete();
    descriptor: ()Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.apache.commons.vfs2.FileSystemException

  public abstract int delete(org.apache.commons.vfs2.FileSelector);
    descriptor: (Lorg/apache/commons/vfs2/FileSelector;)I
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.apache.commons.vfs2.FileSystemException
    MethodParameters:
          Name  Flags
      selector  

  public abstract int deleteAll();
    descriptor: ()I
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.apache.commons.vfs2.FileSystemException

  public abstract boolean exists();
    descriptor: ()Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.apache.commons.vfs2.FileSystemException

  public abstract org.apache.commons.vfs2.FileObject[] findFiles(org.apache.commons.vfs2.FileSelector);
    descriptor: (Lorg/apache/commons/vfs2/FileSelector;)[Lorg/apache/commons/vfs2/FileObject;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.apache.commons.vfs2.FileSystemException
    MethodParameters:
          Name  Flags
      selector  

  public abstract void findFiles(org.apache.commons.vfs2.FileSelector, boolean, java.util.List<org.apache.commons.vfs2.FileObject>);
    descriptor: (Lorg/apache/commons/vfs2/FileSelector;ZLjava/util/List;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.apache.commons.vfs2.FileSystemException
    Signature: (Lorg/apache/commons/vfs2/FileSelector;ZLjava/util/List<Lorg/apache/commons/vfs2/FileObject;>;)V
    MethodParameters:
           Name  Flags
      selector   
      depthwise  
      selected   

  public abstract org.apache.commons.vfs2.FileObject getChild(java.lang.String);
    descriptor: (Ljava/lang/String;)Lorg/apache/commons/vfs2/FileObject;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.apache.commons.vfs2.FileSystemException
    MethodParameters:
      Name  Flags
      name  

  public abstract org.apache.commons.vfs2.FileObject[] getChildren();
    descriptor: ()[Lorg/apache/commons/vfs2/FileObject;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.apache.commons.vfs2.FileSystemException

  public abstract org.apache.commons.vfs2.FileContent getContent();
    descriptor: ()Lorg/apache/commons/vfs2/FileContent;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.apache.commons.vfs2.FileSystemException

  public abstract org.apache.commons.vfs2.operations.FileOperations getFileOperations();
    descriptor: ()Lorg/apache/commons/vfs2/operations/FileOperations;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.apache.commons.vfs2.FileSystemException

  public abstract org.apache.commons.vfs2.FileSystem getFileSystem();
    descriptor: ()Lorg/apache/commons/vfs2/FileSystem;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract org.apache.commons.vfs2.FileName getName();
    descriptor: ()Lorg/apache/commons/vfs2/FileName;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract org.apache.commons.vfs2.FileObject getParent();
    descriptor: ()Lorg/apache/commons/vfs2/FileObject;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.apache.commons.vfs2.FileSystemException

  public abstract java.lang.String getPublicURIString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract org.apache.commons.vfs2.FileType getType();
    descriptor: ()Lorg/apache/commons/vfs2/FileType;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.apache.commons.vfs2.FileSystemException

  public abstract java.net.URL getURL();
    descriptor: ()Ljava/net/URL;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.apache.commons.vfs2.FileSystemException

  public abstract boolean isAttached();
    descriptor: ()Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract boolean isContentOpen();
    descriptor: ()Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract boolean isExecutable();
    descriptor: ()Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.apache.commons.vfs2.FileSystemException

  public abstract boolean isFile();
    descriptor: ()Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.apache.commons.vfs2.FileSystemException

  public abstract boolean isFolder();
    descriptor: ()Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.apache.commons.vfs2.FileSystemException

  public abstract boolean isHidden();
    descriptor: ()Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.apache.commons.vfs2.FileSystemException

  public abstract boolean isReadable();
    descriptor: ()Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.apache.commons.vfs2.FileSystemException

  public boolean isSymbolicLink();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.commons.vfs2.FileObject this
         0: .line 369
            iconst_0
            ireturn
        end local 0 // org.apache.commons.vfs2.FileObject this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/vfs2/FileObject;
    Exceptions:
      throws org.apache.commons.vfs2.FileSystemException

  public abstract boolean isWriteable();
    descriptor: ()Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.apache.commons.vfs2.FileSystemException

  public abstract void moveTo(org.apache.commons.vfs2.FileObject);
    descriptor: (Lorg/apache/commons/vfs2/FileObject;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.apache.commons.vfs2.FileSystemException
    MethodParameters:
          Name  Flags
      destFile  

  public abstract void refresh();
    descriptor: ()V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.apache.commons.vfs2.FileSystemException

  public abstract org.apache.commons.vfs2.FileObject resolveFile(java.lang.String);
    descriptor: (Ljava/lang/String;)Lorg/apache/commons/vfs2/FileObject;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.apache.commons.vfs2.FileSystemException
    MethodParameters:
      Name  Flags
      path  

  public abstract org.apache.commons.vfs2.FileObject resolveFile(java.lang.String, org.apache.commons.vfs2.NameScope);
    descriptor: (Ljava/lang/String;Lorg/apache/commons/vfs2/NameScope;)Lorg/apache/commons/vfs2/FileObject;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.apache.commons.vfs2.FileSystemException
    MethodParameters:
       Name  Flags
      name   
      scope  

  public abstract boolean setExecutable(boolean, boolean);
    descriptor: (ZZ)Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.apache.commons.vfs2.FileSystemException
    MethodParameters:
            Name  Flags
      executable  
      ownerOnly   

  public abstract boolean setReadable(boolean, boolean);
    descriptor: (ZZ)Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.apache.commons.vfs2.FileSystemException
    MethodParameters:
           Name  Flags
      readable   
      ownerOnly  

  public abstract boolean setWritable(boolean, boolean);
    descriptor: (ZZ)Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.apache.commons.vfs2.FileSystemException
    MethodParameters:
           Name  Flags
      writable   
      ownerOnly  
}
Signature: Ljava/lang/Object;Ljava/lang/Comparable<Lorg/apache/commons/vfs2/FileObject;>;Ljava/lang/Iterable<Lorg/apache/commons/vfs2/FileObject;>;Ljava/io/Closeable;
SourceFile: "FileObject.java"