Class Chmod


  • public class Chmod
    extends Object
    Represent chmod call instruction in RUN Arguments, with parsed permissions ready to be checked
    • Constructor Detail

      • Chmod

        public Chmod​(@Nullable
                     Argument chmodArg,
                     @Nullable
                     Argument permissionsArg,
                     String permissions)
    • Method Detail

      • extractChmodsFromArguments

        public static List<Chmod> extractChmodsFromArguments​(List<Argument> arguments)
      • hasPermission

        public boolean hasPermission​(String right)