| Package | Description | 
|---|---|
| org.jboss.modules.management | 
 Management interfaces for utilizing JBoss Modules via an MBean container. 
 | 
| Modifier and Type | Method | Description | 
|---|---|---|
List<DependencyInfo> | 
ModuleInfo.getDependencies() | 
 Get the dependency information list. 
 | 
List<DependencyInfo> | 
ModuleLoaderMXBean.getDependencies(String name) | 
 Get the dependencies of the named module. 
 | 
| Constructor | Description | 
|---|---|
ModuleInfo(String name,
          ModuleLoaderMXBean moduleLoader,
          List<DependencyInfo> dependencies,
          List<ResourceLoaderInfo> resourceLoaders,
          String mainClass,
          String classLoader,
          String fallbackLoader) | 
 Construct a new instance. 
 | 
Copyright © 2022 JBoss by Red Hat. All rights reserved.