Uses of Interface
org.wildfly.clustering.arquillian.DeploymentContainer
Packages that use DeploymentContainer
-
Uses of DeploymentContainer in org.wildfly.clustering.arquillian
Subinterfaces with type arguments of type DeploymentContainer in org.wildfly.clustering.arquillianModifier and TypeInterfaceDescriptioninterfaceEncapsulates an Arquillian deployment container.Methods in org.wildfly.clustering.arquillian that return DeploymentContainerModifier and TypeMethodDescriptionDeployment.getContainer()Returns the container associated with this deployment.DeploymentContainerRegistry.getContainer(String name) Returns the container with the specified name.Methods in org.wildfly.clustering.arquillian that return types with arguments of type DeploymentContainerModifier and TypeMethodDescriptiondefault List<DeploymentContainer> DeploymentContainerRegistry.getContainers()Returns a list of known deployment containers sorted by name.DeploymentContainerRegistry.getContainers(Set<String> names) Returns a list of the specified deployment containers sorted by name.default List<DeploymentContainer> DeploymentContainerConfiguration.getDeploymentContainers()Returns a list of all deployment containers.default List<DeploymentContainer> DeploymentContainerConfiguration.getDeploymentContainers(Set<String> names) Returns a list of deployment containers with the specified names.Methods in org.wildfly.clustering.arquillian with parameters of type DeploymentContainerModifier and TypeMethodDescriptiondefault intDeploymentContainer.compareTo(DeploymentContainer container)