Package | Description |
---|---|
org.jboss.modules |
The primary JBoss Modules API.
|
Modifier and Type | Field and Description |
---|---|
private AssertionSetting |
PackageSpec.assertionSetting |
private AssertionSetting |
ClassSpec.assertionSetting |
private AssertionSetting |
ModuleClassLoader.Configuration.assertionSetting |
private AssertionSetting |
ConcreteModuleSpec.assertionSetting |
Modifier and Type | Method and Description |
---|---|
AssertionSetting |
PackageSpec.getAssertionSetting()
Get the package assertion setting.
|
AssertionSetting |
ClassSpec.getAssertionSetting()
Get the class assertion setting.
|
(package private) AssertionSetting |
ModuleClassLoader.Configuration.getAssertionSetting() |
(package private) AssertionSetting |
ConcreteModuleSpec.getAssertionSetting() |
static AssertionSetting |
AssertionSetting.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.
|
Modifier and Type | Method and Description |
---|---|
void |
PackageSpec.setAssertionSetting(AssertionSetting assertionSetting)
Set the package assertion setting.
|
void |
ClassSpec.setAssertionSetting(AssertionSetting assertionSetting)
Set the class assertion setting.
|
ModuleSpec.Builder |
ModuleSpec.Builder.setAssertionSetting(AssertionSetting assertionSetting)
Set the default assertion setting for this module.
|
Constructor and 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) |