| Package | Description |
|---|---|
| kernelmodules |
| Modifier and Type | Field and Description |
|---|---|
private Module |
Alias.module
represents the module.
|
private Module |
DepEntry.module
represents the module.
|
| Modifier and Type | Field and Description |
|---|---|
private java.util.List<Module> |
DepEntry.deps
represents the list of dependecies.
|
private java.util.Map<java.lang.String,Module> |
ModMgr.modules
represents the module.
|
| Modifier and Type | Method and Description |
|---|---|
Module |
DepEntry.getModule() |
Module |
Alias.getModule(java.lang.String alias)
returns the module.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Module> |
DepEntry.getDeps() |
java.util.Map<java.lang.String,Module> |
ModMgr.getModules() |
| Modifier and Type | Method and Description |
|---|---|
void |
DepEntry.addDeps(Module dep) |
void |
ModMgr.addModule(Module module) |
void |
DepFile.addToArchive(ArchiveGenerator gen,
Module module)
Add a module to archive.
|
DepEntry |
DepFile.getEntryByModule(Module module)
get the Module to the Entry.
|
void |
DepEntry.setModule(Module module) |
| Modifier and Type | Method and Description |
|---|---|
private void |
DepFile.addToArchive2(ArchiveGenerator gen,
DepEntry entry,
java.util.List<Module> liste)
Add entry.getModule and dependencies to archive.
|
| Constructor and Description |
|---|
Alias(Module module,
java.lang.String alias)
Constructor.
|
DepEntry(Module module)
Konstruktor.
|