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 AssertionSettingClassSpec.assertionSettingprivate final AssertionSettingConcreteModuleSpec.assertionSettingprivate final AssertionSettingModuleClassLoader.Configuration.assertionSettingprivate AssertionSettingPackageSpec.assertionSettingMethods in org.jboss.modules that return AssertionSettingModifier and TypeMethodDescriptionClassSpec.getAssertionSetting()Get the class assertion setting.(package private) AssertionSettingConcreteModuleSpec.getAssertionSetting()(package private) AssertionSettingModuleClassLoader.Configuration.getAssertionSetting()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.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)