[Groovy] Class BufferManager
- org.apache.groovy.groovysh.BufferManager
class BufferManager extends Object
Manages the shells buffers.
Field Summary
Modifiers | Name | Description |
---|---|---|
protected Logger | log |
Properties Summary
Type | Name and description |
---|---|
List<List<String>> |
buffers |
int |
selected |
Constructor Summary
Constructor and description |
---|
BufferManager
() |
Methods Summary
Type Params | Return Type | Name and description |
---|---|---|
void |
clearSelected() | |
int |
create(boolean select) | |
List<String> |
current() | |
void |
delete(int index) | |
void |
deleteSelected() | |
void |
reset() | |
void |
select(int index) | |
int |
size() | |
void |
updateSelected(List buffer) |
Inherited Methods Summary
Methods inherited from class | Name |
---|---|
class Object | wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Field Detail
protected final Logger log
Property Detail
final List<List<String>> buffers
int selected
Constructor Detail
BufferManager()
Method Detail
void clearSelected()
int create(boolean select)
List<String> current()
void delete(int index)
void deleteSelected()
void reset()
void select(int index)
int size()
void updateSelected(List buffer)
© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/3.0.7/html/gapi/org/apache/groovy/groovysh/BufferManager.html