| Package | Description | 
|---|---|
| org.wildfly.swarm.spi.api | 
| Modifier and Type | Method and Description | 
|---|---|
Module | 
JBossDeploymentStructureAsset.addModule(String name)  | 
default Module | 
JBossDeploymentStructureContainer.addModule(String name)
Add a dependency on a given module, presuming the  
main slot. | 
Module | 
JBossDeploymentStructureAsset.addModule(String name,
         String slot)  | 
default Module | 
JBossDeploymentStructureContainer.addModule(String name,
         String slot)
Add a dependency on a given module, with the specified slot. 
 | 
Module | 
Module.withExport(Boolean export)
Set the flag to determine if this module should be exported. 
 | 
Module | 
Module.withExportExcludePath(String path)
Add a path to exclude from exporting from this module. 
 | 
Module | 
Module.withExportIncludePath(String path)
Add a path to export from this module. 
 | 
Module | 
Module.withImportExcludePath(String path)
Add a path to exclude from importing from this module. 
 | 
Module | 
Module.withImportIncludePath(String path)
Add a path to import from this module. 
 | 
Module | 
Module.withMetaInf(String metaInf)
Set the meta-inf disposition. 
 | 
Module | 
Module.withOptional(Boolean optional)
Set the optional flag. 
 | 
Module | 
Module.withServices(Module.ServiceHandling services)
Set the services flag. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
List<Module> | 
JBossDeploymentStructureAsset.deploymentExclusions()  | 
List<Module> | 
JBossDeploymentStructureAsset.deploymentModules()  | 
Copyright © 2018 JBoss by Red Hat. All rights reserved.