[Groovy] Class ConsoleIvyPlugin
- groovy.console.ui.ConsoleIvyPlugin
class ConsoleIvyPlugin extends Object
Groovy Swing console. Adds Groovy Grape feedback (via an Ivy listener).
Properties Summary
Type | Name and description |
---|---|
Set<String> |
downloadedArtifacts |
Set<String> |
resolvedDependencies |
Console |
savedConsole |
Constructor Summary
Constructor and description |
---|
ConsoleIvyPlugin
() |
Methods Summary
Type Params | Return Type | Name and description |
---|---|---|
Object |
addListener(Console console) |
Inherited Methods Summary
Methods inherited from class | Name |
---|---|
class Object | wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Property Detail
Set<String> downloadedArtifacts
Set<String> resolvedDependencies
Console savedConsole
Constructor Detail
ConsoleIvyPlugin()
Method Detail
Object addListener(Console console)
© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/3.0.7/html/gapi/groovy/console/ui/ConsoleIvyPlugin.html