Class BufferPreparatorStore
- java.lang.Object
-
- ru.ispras.microtesk.test.template.BufferPreparatorStore
-
public final class BufferPreparatorStore extends java.lang.Object
TheBufferPreparatorStore
class stores a collection of buffer preparators.
-
-
Constructor Summary
Constructors Constructor Description BufferPreparatorStore()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addPreparator(BufferPreparator preparator)
BufferPreparator
getPreparatorFor(java.lang.String bufferId)
BufferPreparator
getPreparatorFor(java.lang.String bufferId, int levels)
-
-
-
Method Detail
-
addPreparator
public void addPreparator(BufferPreparator preparator)
-
getPreparatorFor
public BufferPreparator getPreparatorFor(java.lang.String bufferId, int levels)
-
getPreparatorFor
public BufferPreparator getPreparatorFor(java.lang.String bufferId)
-
-