public class Module extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Module.ServiceHandling |
| Constructor and Description |
|---|
Module(String name) |
Module(String name,
String slot) |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
export() |
List<String> |
exportExcludePaths() |
List<String> |
exportIncludePaths() |
List<String> |
importExcludePaths() |
List<String> |
importIncludePaths() |
String |
metaInf() |
String |
name() |
Boolean |
optional() |
Module.ServiceHandling |
services() |
String |
slot() |
Module |
withExport(Boolean export) |
Module |
withExportExcludePath(String path) |
Module |
withExportIncludePath(String path) |
Module |
withImportExcludePath(String path) |
Module |
withImportIncludePath(String path) |
Module |
withMetaInf(String metaInf) |
Module |
withName(String name) |
Module |
withOptional(Boolean optional) |
Module |
withServices(Module.ServiceHandling services) |
Module |
withSlot(String slot) |
public String name()
public String slot()
public Boolean export()
public Module.ServiceHandling services()
public Module withServices(Module.ServiceHandling services)
public Boolean optional()
public String metaInf()
Copyright © 2016 JBoss by Red Hat. All rights reserved.