Uses of Class
org.jboss.arquillian.container.spi.Container.State
-
Packages that use Container.State Package Description org.jboss.arquillian.container.spi -
-
Uses of Container.State in org.jboss.arquillian.container.spi
Methods in org.jboss.arquillian.container.spi that return Container.State Modifier and Type Method Description Container.StateContainer. getState()static Container.StateContainer.State. valueOf(String name)Returns the enum constant of this type with the specified name.static Container.State[]Container.State. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jboss.arquillian.container.spi with parameters of type Container.State Modifier and Type Method Description voidContainer. setState(Container.State state)
-