| Package | Description |
|---|---|
| de.spricom.dessert.slicing |
The core functionality of dessert: The logic to slice down the classpath.
|
| Modifier and Type | Method and Description |
|---|---|
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–2021 Hans Jörg Heßmann. All rights reserved.