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() |
String |
getPath() |
cleanupQuotedString, toStringpublic CreateGroup(String groupname)
groupname - the name of the group to createpublic void accept(OperationVisitor v)
public String getGroupname()
public String getPath()
Copyright © 2010 - 2020 Adobe. All Rights Reserved