public interface org.apache.commons.configuration.FileSystemBased
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.apache.commons.configuration.FileSystemBased
  super_class: java.lang.Object
{
  public abstract void setFileSystem(org.apache.commons.configuration.FileSystem);
    descriptor: (Lorg/apache/commons/configuration/FileSystem;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
            Name  Flags
      fileSystem  

  public abstract void resetFileSystem();
    descriptor: ()V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract org.apache.commons.configuration.FileSystem getFileSystem();
    descriptor: ()Lorg/apache/commons/configuration/FileSystem;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
}
SourceFile: "FileSystemBased.java"