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, toString
public CreateGroup(String groupname)
groupname
- the name of the group to createpublic void accept(OperationVisitor v)
protected String getParametersDescription()
getParametersDescription
in class Operation
public String getGroupname()
public String getPath()
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.