|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.modules.ModuleSpec
public final class ModuleSpec
A Module specification which is used by a ModuleLoader to define new modules.
| Nested Class Summary | |
|---|---|
static interface |
ModuleSpec.Builder
A builder for new module specifications. |
| Method Summary | |
|---|---|
static ModuleSpec.Builder |
build(ModuleIdentifier moduleIdentifier)
Get a builder for a new module specification. |
ModuleIdentifier |
getModuleIdentifier()
Get the module identifier for the module which is specified by this object. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public ModuleIdentifier getModuleIdentifier()
public static ModuleSpec.Builder build(ModuleIdentifier moduleIdentifier)
moduleIdentifier - the module identifier
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||