| Package | Description |
|---|---|
| org.dessertj.modules.jpms |
Module API implementation for the Java Platform Module System.
|
| org.dessertj.slicing |
The core functionality of dessert: The logic to slice down the classpath.
|
| Modifier and Type | Method and Description |
|---|---|
Root |
JpmsModule.getImplementation() |
Root |
JpmsModule.getRoot() |
| Constructor and Description |
|---|
JpmsModule(Root root,
ClassFile moduleInfo) |
| Modifier and Type | Method and Description |
|---|---|
Root |
Clazz.getRoot() |
Root |
Classpath.rootOf(Class<?> clazz)
|
Root |
Classpath.rootOf(File rootFile)
Returns the Root for classes directory or .jar file located on the classpath.
|
Root |
Classpath.rootOfClass(String classname)
Return the
Root of some class given by its classname. |
Copyright © 2017–2025 Hans Jörg Heßmann. All rights reserved.