Class SetAclPaths

java.lang.Object
org.apache.sling.repoinit.parser.operations.Operation
org.apache.sling.repoinit.parser.operations.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.
  • Field Summary

    Fields 
    Modifier and Type Field Description
    static java.lang.String ACL_OPTION_MERGE
    Supported ACL options
    static java.lang.String ACL_OPTION_MERGE_PRESERVE  

    Fields inherited from class org.apache.sling.repoinit.parser.operations.Operation

    DQUOTE
  • 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)  
  • Method Summary

    Modifier and Type Method Description
    void accept​(OperationVisitor v)  
    @NotNull java.lang.String asRepoInitString()  
    java.util.Collection<AclLine> getLines()  
    java.util.List<java.lang.String> getOptions()  
    protected java.lang.String getParametersDescription()  
    java.util.List<java.lang.String> getPaths()  

    Methods inherited from class org.apache.sling.repoinit.parser.operations.Operation

    cleanupQuotedString, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait