Uses of Class
org.jboss.modules.AssertionSetting
-
Packages that use AssertionSetting Package Description org.jboss.modules The primary JBoss Modules API. -
-
Uses of AssertionSetting in org.jboss.modules
Fields in org.jboss.modules declared as AssertionSetting Modifier and Type Field Description private AssertionSettingClassSpec. assertionSettingprivate AssertionSettingConcreteModuleSpec. assertionSettingprivate AssertionSettingModuleClassLoader.Configuration. assertionSettingprivate AssertionSettingPackageSpec. assertionSettingMethods in org.jboss.modules that return AssertionSetting Modifier and Type Method Description AssertionSettingClassSpec. getAssertionSetting()Get the class assertion setting.(package private) AssertionSettingConcreteModuleSpec. getAssertionSetting()(package private) AssertionSettingModuleClassLoader.Configuration. getAssertionSetting()AssertionSettingPackageSpec. getAssertionSetting()Get the package assertion setting.static AssertionSettingAssertionSetting. valueOf(java.lang.String name)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 AssertionSetting Modifier and Type Method Description voidClassSpec. setAssertionSetting(AssertionSetting assertionSetting)Set the class assertion setting.ModuleSpec.BuilderModuleSpec.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 AssertionSetting Constructor Description ConcreteModuleSpec(ModuleIdentifier moduleIdentifier, java.lang.String mainClass, AssertionSetting assertionSetting, ResourceLoaderSpec[] resourceLoaders, DependencySpec[] dependencies, LocalLoader fallbackLoader, ModuleClassLoaderFactory moduleClassLoaderFactory, java.lang.instrument.ClassFileTransformer classFileTransformer, java.util.Map<java.lang.String,java.lang.String> properties, java.security.PermissionCollection permissionCollection)Configuration(Module module, AssertionSetting assertionSetting, ResourceLoaderSpec[] resourceLoaders, java.lang.instrument.ClassFileTransformer transformer)
-