Package | Description |
---|---|
net.grinder.console.communication |
Console communication.
|
net.grinder.console.editor |
The console model of the editor state.
|
Constructor and Description |
---|
ConsoleCommunicationImplementation(Resources resources,
ConsoleProperties properties,
ErrorHandler errorHandler,
TimeAuthority timeAuthority)
Constructor that uses a default idlePollDelay.
|
ConsoleCommunicationImplementation(Resources resources,
ConsoleProperties properties,
ErrorHandler errorHandler,
TimeAuthority timeAuthority,
long idlePollDelay,
long inactiveClientTimeOut)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
Buffer.load()
Update the text source from the file.
|
void |
Buffer.save()
Update the buffer's file from the text source.
|
void |
Buffer.save(File file)
Update a file from the text source and, if successful, associate
the buffer with the new file.
|
Copyright © 2000-2014. All Rights Reserved.