public class GroupDefImpl extends ArquillianDescriptorImpl implements GroupDef
Constructor and Description |
---|
GroupDefImpl(String descriptorName,
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, group
exportTo, getExporter
exportAsString, getDescriptorName
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
defaultProtocol, engine, extension, getContainers, getDefaultProtocol, getExtensions, getGroups, group
public GroupDefImpl(String descriptorName, org.jboss.shrinkwrap.descriptor.spi.node.Node model, org.jboss.shrinkwrap.descriptor.spi.node.Node group)
public GroupDef setGroupName(String name)
setGroupName
in interface GroupDef
public String getGroupName()
getGroupName
in interface GroupDef
public GroupDef setGroupDefault()
setGroupDefault
in interface GroupDef
public boolean isGroupDefault()
isGroupDefault
in interface GroupDef
public ContainerDef container(String name)
container
in interface ArquillianDescriptor
container
in interface GroupDef
container
in class ArquillianDescriptorImpl
public List<ContainerDef> getGroupContainers()
getGroupContainers
in interface GroupDef
Copyright © 2018 JBoss by Red Hat. All rights reserved.