public final class org.eclipse.jgit.internal.storage.dfs.DfsConfig extends org.eclipse.jgit.lib.StoredConfig
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: org.eclipse.jgit.internal.storage.dfs.DfsConfig
  super_class: org.eclipse.jgit.lib.StoredConfig
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jgit.internal.storage.dfs.DfsConfig this
         0: .line 24
            aload 0 /* this */
            invokespecial org.eclipse.jgit.lib.StoredConfig.<init>:()V
            return
        end local 0 // org.eclipse.jgit.internal.storage.dfs.DfsConfig this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jgit/internal/storage/dfs/DfsConfig;

  public void load();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jgit.internal.storage.dfs.DfsConfig this
         0: .line 28
            aload 0 /* this */
            invokevirtual org.eclipse.jgit.internal.storage.dfs.DfsConfig.clear:()V
         1: .line 29
            return
        end local 0 // org.eclipse.jgit.internal.storage.dfs.DfsConfig this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/jgit/internal/storage/dfs/DfsConfig;
    Exceptions:
      throws java.io.IOException, org.eclipse.jgit.errors.ConfigInvalidException

  public void save();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // org.eclipse.jgit.internal.storage.dfs.DfsConfig this
         0: .line 35
            return
        end local 0 // org.eclipse.jgit.internal.storage.dfs.DfsConfig this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jgit/internal/storage/dfs/DfsConfig;
    Exceptions:
      throws java.io.IOException
}
SourceFile: "DfsConfig.java"