@InterfaceAudience.Private public static class FSOperations.FSRemoveAclEntries extends Object implements FileSystemAccess.FileSystemExecutor<Void>
| Constructor and Description |
|---|
FSRemoveAclEntries(String path,
String aclSpec)
Creates a remove acl entry executor.
|
| Modifier and Type | Method and Description |
|---|---|
Void |
execute(FileSystem fs)
Executes the filesystem operation.
|
public Void execute(FileSystem fs) throws IOException
execute in interface FileSystemAccess.FileSystemExecutor<Void>fs - filesystem instance to use.IOException - thrown if an IO error occurred.Copyright © 2018 CERN. All Rights Reserved.