@InterfaceAudience.Private public static class FSOperations.FSSetOwner extends Object implements FileSystemAccess.FileSystemExecutor<Void>
Constructor and Description |
---|
FSOperations.FSSetOwner(String path,
String owner,
String group)
Creates a set-owner executor.
|
public Void execute(FileSystem fs) throws IOException
execute
in interface FileSystemAccess.FileSystemExecutor<Void>
fs
- filesystem instance to use.IOException
- thrown if an IO error occured.Copyright © 2013 Apache Software Foundation. All rights reserved.