Class RemoveGroupMembers
- java.lang.Object
-
- org.apache.sling.repoinit.parser.operations.Operation
-
- org.apache.sling.repoinit.parser.operations.RemoveGroupMembers
-
@ProviderType public class RemoveGroupMembers extends Operation
-
-
Constructor Summary
Constructors Constructor Description RemoveGroupMembers(List<String> members, String groupname)Operation that removes members from a group.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(OperationVisitor v)@NotNull StringasRepoInitString()StringgetGroupname()List<String>getMembers()-
Methods inherited from class org.apache.sling.repoinit.parser.operations.Operation
cleanupQuotedString, toString
-
-
-
-
Method Detail
-
accept
public void accept(OperationVisitor v)
-
asRepoInitString
@NotNull public @NotNull String asRepoInitString()
- Specified by:
asRepoInitStringin classOperation
-
getGroupname
public String getGroupname()
-
-