public interface java.nio.file.attribute.AclFileAttributeView extends java.nio.file.attribute.FileOwnerAttributeView
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: java.nio.file.attribute.AclFileAttributeView
  super_class: java.lang.Object
{
  public abstract java.lang.String name();
    descriptor: ()Ljava/lang/String;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract java.util.List<java.nio.file.attribute.AclEntry> getAcl();
    descriptor: ()Ljava/util/List;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.io.IOException
    Signature: ()Ljava/util/List<Ljava/nio/file/attribute/AclEntry;>;

  public abstract void setAcl(java.util.List<java.nio.file.attribute.AclEntry>);
    descriptor: (Ljava/util/List;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.io.IOException
    Signature: (Ljava/util/List<Ljava/nio/file/attribute/AclEntry;>;)V
    MethodParameters:
      Name  Flags
      acl   
}
SourceFile: "AclFileAttributeView.java"