class DependencyJarManager
This class contains all methods for the calculation of all information about the configured jar files.
DependencyJarManager(project: Project)
provides a class to collect all jars with necessary information |
val project: Project
the current project instance |
fun collectJarFiles(excludes: Set<DependencyConfig>, collisionExcludes: Set<DependencyConfig>): MutableSet<JarFileInfo>
Collect all jars with dependencies information from the configured parameters. |
|
fun getDependencies(libItems: Set<LibraryItem>, moduleItems: Set<ModuleItem>, excludes: Set<DependencyConfig>): Set<DependencyConfig>
Returns all resolved dependencies from configuration. |