public class FilesContentSequence extends FileLinesSequence
Constructor and Description |
---|
FilesContentSequence() |
Modifier and Type | Method and Description |
---|---|
boolean |
isCacheContent()
Gets whether the content of individual files is cached in the memory.
|
void |
publishNext(String sequenceId,
Properties values)
Asks the sequence to publish its next value(s) to the provided map.
|
FilesContentSequence |
setCacheContent(boolean cacheContent)
Sets whether the content of individual files is cached in the memory.
|
getFileUrl, reset, setFileUrl
public boolean isCacheContent()
public FilesContentSequence setCacheContent(boolean cacheContent)
cacheContent
- True if and only if the content of individual files is cached in the memory.public void publishNext(String sequenceId, Properties values)
Sequence
publishNext
in interface Sequence
publishNext
in class FileLinesSequence
sequenceId
- Id of the sequence instance.values
- The properties to provide the next value(s) to.Copyright © 2010–2017 PerfCake Community. All rights reserved.