Class Chmod


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

      • extractChmodsFromArguments

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

        public boolean hasPermission​(String right)