DependencyOutputList

data class DependencyOutputList(libraries: MutableList<String>, plugins: MutableList<String>, mappedLibraries: MutableMap<String, String>, mappedPlugins: MutableMap<String, String>)

Relying on the output list, only contains dependency information.

Constructors

DependencyOutputList
Link copied to clipboard
fun DependencyOutputList(libraries: MutableList<String> = mutableListOf(), plugins: MutableList<String> = mutableListOf(), mappedLibraries: MutableMap<String, String> = ConcurrentHashMap(), mappedPlugins: MutableMap<String, String> = ConcurrentHashMap())

Properties

libraries
Link copied to clipboard
val libraries: MutableList<String>
mappedLibraries
Link copied to clipboard
val mappedLibraries: MutableMap<String, String>
mappedPlugins
Link copied to clipboard
val mappedPlugins: MutableMap<String, String>
plugins
Link copied to clipboard
val plugins: MutableList<String>
size
Link copied to clipboard
val size: Int