public interface Module
| Modifier and Type | Method and Description |
|---|---|
Set<Module> |
getAllRequiredModules()
Returns the transitive closure of all modules required by this module, including the module itself.
|
ClassPath |
getClasspath()
Returns implementation + runtime
|
ClassPath |
getImplementationClasspath()
Returns the classpath for the module implementation.
|
Set<Module> |
getRequiredModules()
Returns the modules required by this module.
|
ClassPath |
getRuntimeClasspath()
Returns the classpath containing the runtime dependencies of the module.
|
ClassPath getImplementationClasspath()
ClassPath getRuntimeClasspath()
ClassPath getClasspath()
Copyright © 2013. All rights reserved