Uses of Enum
org.jboss.modules.AssertionSetting
Packages that use AssertionSetting
-
Uses of AssertionSetting in org.jboss.modules
Fields in org.jboss.modules declared as AssertionSettingModifier and TypeFieldDescriptionprivate AssertionSetting
ClassSpec.assertionSetting
private final AssertionSetting
ConcreteModuleSpec.assertionSetting
private final AssertionSetting
ModuleClassLoader.Configuration.assertionSetting
private AssertionSetting
PackageSpec.assertionSetting
Methods in org.jboss.modules that return AssertionSettingModifier and TypeMethodDescriptionClassSpec.getAssertionSetting()
Get the class assertion setting.(package private) AssertionSetting
ConcreteModuleSpec.getAssertionSetting()
(package private) AssertionSetting
ModuleClassLoader.Configuration.getAssertionSetting()
PackageSpec.getAssertionSetting()
Get the package assertion setting.static AssertionSetting
Returns 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 TypeMethodDescriptionvoid
ClassSpec.setAssertionSetting
(AssertionSetting assertionSetting) Set the class assertion setting.ModuleSpec.Builder.setAssertionSetting
(AssertionSetting assertionSetting) Set the default assertion setting for this module.void
PackageSpec.setAssertionSetting
(AssertionSetting assertionSetting) Set the package assertion setting.Constructors in org.jboss.modules with parameters of type AssertionSettingModifierConstructorDescription(package private)
ConcreteModuleSpec
(ModuleIdentifier moduleIdentifier, String mainClass, AssertionSetting assertionSetting, ResourceLoaderSpec[] resourceLoaders, DependencySpec[] dependencies, LocalLoader fallbackLoader, ModuleClassLoaderFactory moduleClassLoaderFactory, ClassFileTransformer classFileTransformer, Map<String, String> properties, PermissionCollection permissionCollection) (package private)
Configuration
(Module module, AssertionSetting assertionSetting, ResourceLoaderSpec[] resourceLoaders, ClassFileTransformer transformer)