public class GroupDefImpl extends ArquillianDescriptorImpl implements GroupDef
| Constructor and Description |
|---|
GroupDefImpl(String descirptorName,
org.jboss.shrinkwrap.descriptor.spi.node.Node model,
org.jboss.shrinkwrap.descriptor.spi.node.Node group) |
| Modifier and Type | Method and Description |
|---|---|
ContainerDef |
container(String name) |
List<ContainerDef> |
getGroupContainers() |
String |
getGroupName() |
boolean |
isGroupDefault() |
GroupDef |
setGroupDefault() |
GroupDef |
setGroupName(String name) |
String |
toString() |
defaultProtocol, engine, extension, getContainers, getDefaultProtocol, getExtensions, getGroups, getRootNode, groupexportTo, getExporterexportAsString, getDescriptorNameclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitdefaultProtocol, engine, extension, getContainers, getDefaultProtocol, getExtensions, getGroups, grouppublic GroupDefImpl(String descirptorName, org.jboss.shrinkwrap.descriptor.spi.node.Node model, org.jboss.shrinkwrap.descriptor.spi.node.Node group)
public GroupDef setGroupName(String name)
setGroupName in interface GroupDefpublic String getGroupName()
getGroupName in interface GroupDefpublic GroupDef setGroupDefault()
setGroupDefault in interface GroupDefpublic boolean isGroupDefault()
isGroupDefault in interface GroupDefpublic ContainerDef container(String name)
container in interface ArquillianDescriptorcontainer in interface GroupDefcontainer in class ArquillianDescriptorImplpublic List<ContainerDef> getGroupContainers()
getGroupContainers in interface GroupDefCopyright © 2012 JBoss by Red Hat. All Rights Reserved.