| Package | Description |
|---|---|
| org.dessertj.modules.jpms |
Module API implementation for the Java Platform Module System.
|
| org.dessertj.partitioning |
Partitioning of slices for architecture validations.
|
| org.dessertj.resolve |
Logic to build up a hierarchical data structure of
packages.
|
| org.dessertj.slicing |
The core functionality of dessert: The logic to slice down the classpath.
|
| Constructor and Description |
|---|
JpmsModule(Root root,
ClassFile moduleInfo) |
| Modifier and Type | Method and Description |
|---|---|
static Predicate<Clazz> |
ClazzPredicates.matchesClassFile(Predicate<ClassFile> classFilePredicate) |
| Modifier and Type | Method and Description |
|---|---|
ClassFile |
ClassEntry.getClassfile()
Resolves the
ClassFile by analyzing the byte code. |
protected abstract ClassFile |
ClassEntry.resolveClassFile() |
| Modifier and Type | Method and Description |
|---|---|
ClassFile |
Clazz.getClassFile() |
Copyright © 2017–2025 Hans Jörg Heßmann. All rights reserved.