Uses of Enum
org.jboss.modules.AssertionSetting
Packages that use AssertionSetting
-
Uses of AssertionSetting in org.jboss.modules
Methods in org.jboss.modules that return AssertionSettingModifier and TypeMethodDescriptionClassSpec.getAssertionSetting()Get the class assertion setting.PackageSpec.getAssertionSetting()Get the package assertion setting.static AssertionSettingReturns the enum constant of this type with the specified name.static AssertionSetting[]AssertionSetting.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jboss.modules with parameters of type AssertionSettingModifier and TypeMethodDescriptionClassSpec.setAssertionSetting(AssertionSetting assertionSetting) Set the class assertion setting.ModuleSpec.Builder.setAssertionSetting(AssertionSetting assertionSetting) Set the default assertion setting for this module.PackageSpec.setAssertionSetting(AssertionSetting assertionSetting) Set the package assertion setting.voidClassSpec.setAssertionSetting$$bridge(AssertionSetting assertionSetting) voidPackageSpec.setAssertionSetting$$bridge(AssertionSetting assertionSetting)