| Package | Description |
|---|---|
| kernelmodules |
| Modifier and Type | Field and Description |
|---|---|
private DepEntry |
DepReader.depEntry
the current depEntry.
|
| Modifier and Type | Field and Description |
|---|---|
private java.util.List<DepEntry> |
DepFile.depEntries
represents a List of dependency entries.
|
| Modifier and Type | Method and Description |
|---|---|
DepEntry |
DepFile.getEntryByModule(Module module)
get the Module to the Entry.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<DepEntry> |
DepFile.getDepEntries()
getter for dependency entries.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DepFile.addDepEntry(DepEntry depEntry)
add a dependency entries.
|
private void |
DepFile.addToArchive2(ArchiveGenerator gen,
DepEntry entry,
java.util.List<Module> liste)
Add entry.getModule and dependencies to archive.
|