public class CreateGroup extends Operation
| Constructor and Description |
|---|
CreateGroup(String groupname)
Operation that creates a group.
|
CreateGroup(String groupname,
String path)
Operation that creates a group.
|
| Modifier and Type | Method and Description |
|---|---|
void |
accept(OperationVisitor v) |
String |
getGroupname() |
protected String |
getParametersDescription() |
String |
getPath() |
cleanupQuotedString, toStringpublic CreateGroup(String groupname)
groupname - the name of the group to createpublic void accept(OperationVisitor v)
protected String getParametersDescription()
getParametersDescription in class Operationpublic String getGroupname()
public String getPath()
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.