[Groovy] Class BufferManager
- org.codehaus.groovy.tools.shell.BufferManager
 
Manages the shells buffers.
- Authors:
 - Jason Dillon
 
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/2.4.21/html/gapi/org/codehaus/groovy/tools/shell/BufferManager.html