[Groovy] Class ConsolePreferences
- groovy.ui.ConsolePreferences
@Deprecated class ConsolePreferences extends Object
Properties Summary
Type | Name and description |
---|---|
static int |
DEFAULT_MAX_OUTPUT_CHARS |
int |
maxOutputChars |
File |
outputFile |
Constructor Summary
Constructor and description |
---|
ConsolePreferences
(Object console) |
Methods Summary
Type Params | Return Type | Name and description |
---|---|---|
static void |
main(Object args) | |
void |
show() |
Inherited Methods Summary
Methods inherited from class | Name |
---|---|
class Object | wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Property Detail
static int DEFAULT_MAX_OUTPUT_CHARS
@Bindable int maxOutputChars
File outputFile
Constructor Detail
ConsolePreferences(Object console)
Method Detail
static void main(Object args)
void show()
© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/3.0.7/html/gapi/groovy/ui/ConsolePreferences.html