| Modifier and Type | Field and Description |
|---|---|
(package private) static String |
EXCEPTION_MESSAGE_FUNCTOR |
(package private) static String |
EXCEPTION_MESSAGE_SPACER |
private static org.apache.commons.logging.Log |
LOG |
private Writer |
processWriter |
private String |
spacer |
private WriteFunctor |
writeFunctor |
| Constructor and Description |
|---|
OctaveWriterCallable(Writer processWriter,
WriteFunctor writeFunctor,
String spacer) |
| Modifier and Type | Method and Description |
|---|---|
Void |
call()
Calling writes to
processWriter:
first according to writeFunctor
then printf of spacer and then flush. |
private static final org.apache.commons.logging.Log LOG
static final String EXCEPTION_MESSAGE_FUNCTOR
static final String EXCEPTION_MESSAGE_SPACER
private final Writer processWriter
private final WriteFunctor writeFunctor
private final String spacer
OctaveWriterCallable(Writer processWriter, WriteFunctor writeFunctor, String spacer)
processWriter - writeFunctor - spacer - public Void call()
processWriter:
first according to writeFunctor
then printf of spacer and then flush.
Exceptions are logged on LOG.Copyright © 2006–2018 Simuline Organization (l2r). All rights reserved.