public class GroupContainerDefImpl extends ContainerDefImpl implements GroupDef
Constructor and Description |
---|
GroupContainerDefImpl(String descriptorName,
org.jboss.shrinkwrap.descriptor.spi.node.Node model,
org.jboss.shrinkwrap.descriptor.spi.node.Node group,
org.jboss.shrinkwrap.descriptor.spi.node.Node container) |
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() |
dependency, getContainerName, getContainerProperties, getContainerProperty, getDependencies, getMode, getProtocols, isDefault, overrideProperty, property, protocol, setContainerName, setDefault, setMode
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 GroupContainerDefImpl(String descriptorName, org.jboss.shrinkwrap.descriptor.spi.node.Node model, org.jboss.shrinkwrap.descriptor.spi.node.Node group, org.jboss.shrinkwrap.descriptor.spi.node.Node container)
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
public String toString()
toString
in class ContainerDefImpl
Copyright © 2018 JBoss by Red Hat. All rights reserved.