Class FsShellPermissions

All Implemented Interfaces:
Configurable
Direct Known Subclasses:
FsShellPermissions.Chmod, FsShellPermissions.Chown

@Private @Unstable public class FsShellPermissions extends FsCommand
This class is the home for file permissions related commands. Moved to this separate class since FsShell is getting too large.
  • Constructor Details

    • FsShellPermissions

      public FsShellPermissions()
  • Method Details

    • registerCommands

      public static void registerCommands(CommandFactory factory)
      Register the permission related commands with the factory
      Parameters:
      factory - the command factory