Class SetAclPaths


  • @ProviderType
    public class SetAclPaths
    extends Operation
    Set ACL statement that groups a set of AclLines that all refer to the same set of paths.
    • Constructor Summary

      Constructors 
      Constructor Description
      SetAclPaths​(java.util.List<java.lang.String> paths, java.util.List<AclLine> lines)  
      SetAclPaths​(java.util.List<java.lang.String> paths, java.util.List<AclLine> lines, java.util.List<java.lang.String> aclOptions)  
    • Field Detail

      • ACL_OPTION_MERGE

        public static final java.lang.String ACL_OPTION_MERGE
        Supported ACL options
        See Also:
        Constant Field Values
      • ACL_OPTION_MERGE_PRESERVE

        public static final java.lang.String ACL_OPTION_MERGE_PRESERVE
        See Also:
        Constant Field Values
    • Constructor Detail

      • SetAclPaths

        public SetAclPaths​(java.util.List<java.lang.String> paths,
                           java.util.List<AclLine> lines)
      • SetAclPaths

        public SetAclPaths​(java.util.List<java.lang.String> paths,
                           java.util.List<AclLine> lines,
                           java.util.List<java.lang.String> aclOptions)
    • Method Detail

      • asRepoInitString

        @NotNull
        public @NotNull java.lang.String asRepoInitString()
        Description copied from class: Operation
        Converts this operation instance to a RepoInit string representation including the current operation parameters. The representation must be parsable back into an equivalent operation and must end with a OS-compatible line separator.
        Specified by:
        asRepoInitString in class Operation
        Returns:
        the repoinit string for the operation
      • getPaths

        public java.util.List<java.lang.String> getPaths()
      • getLines

        public java.util.Collection<AclLine> getLines()
      • getOptions

        public java.util.List<java.lang.String> getOptions()