Uses of Enum Class
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 AssertionSetting
Returns the enum constant of this class with the specified name.static AssertionSetting[]
AssertionSetting.values()
Returns an array containing the constants of this enum class, 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.void
ClassSpec.setAssertionSetting$$bridge
(AssertionSetting assertionSetting) void
PackageSpec.setAssertionSetting$$bridge
(AssertionSetting assertionSetting)