Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for AclEntry (0.04 sec)

  1. guava/src/com/google/common/io/TempFileCreator.java

                        .build());
            FileAttribute<ImmutableList<AclEntry>> attribute =
                new FileAttribute<ImmutableList<AclEntry>>() {
                  @Override
                  public String name() {
                    return "acl:acl";
                  }
    
                  @Override
                  public ImmutableList<AclEntry> value() {
                    return acl;
                  }
                };
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Fri Oct 06 17:11:11 UTC 2023
    - 12.5K bytes
    - Viewed (0)
Back to top