Uses of Enum
org.jboss.modules.AssertionSetting
Packages that use AssertionSetting
-
Uses of AssertionSetting in org.jboss.modules
Subclasses with type arguments of type AssertionSetting in org.jboss.modulesModifier and TypeClassDescriptionenumThe assertion setting for a package or class.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 TypeMethodDescriptionvoidClassSpec.setAssertionSetting(AssertionSetting assertionSetting) Set the class assertion setting.ModuleSpec.Builder.setAssertionSetting(AssertionSetting assertionSetting) Set the default assertion setting for this module.voidPackageSpec.setAssertionSetting(AssertionSetting assertionSetting) Set the package assertion setting.