public class CreateGroup extends Operation
Constructor and Description |
---|
CreateGroup(java.lang.String groupname)
Operation that creates a group.
|
CreateGroup(java.lang.String groupname,
java.lang.String path)
Operation that creates a group.
|
Modifier and Type | Method and Description |
---|---|
void |
accept(OperationVisitor v) |
java.lang.String |
getGroupname() |
java.lang.String |
getPath() |
cleanupQuotedString, toString
public CreateGroup(java.lang.String groupname)
groupname
- the name of the group to createpublic CreateGroup(java.lang.String groupname, java.lang.String path)
groupname
- the name of the group to createpath
- optional pathpublic void accept(OperationVisitor v)
public java.lang.String getGroupname()
public java.lang.String getPath()
Copyright © 2010 - 2019 Adobe. All Rights Reserved