Uses of Class
org.jboss.weld.test.util.Utils.ARCHIVE_TYPE
-
Packages that use Utils.ARCHIVE_TYPE Package Description org.jboss.weld.test.util -
-
Uses of Utils.ARCHIVE_TYPE in org.jboss.weld.test.util
Methods in org.jboss.weld.test.util that return Utils.ARCHIVE_TYPE Modifier and Type Method Description static Utils.ARCHIVE_TYPEUtils.ARCHIVE_TYPE. valueOf(String name)Returns the enum constant of this type with the specified name.static Utils.ARCHIVE_TYPE[]Utils.ARCHIVE_TYPE. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jboss.weld.test.util with parameters of type Utils.ARCHIVE_TYPE Modifier and Type Method Description static StringUtils. getDeploymentNameAsHash(Class<?> testClass, Utils.ARCHIVE_TYPE archiveType)
-