Interface BlenderGenerator
- All Known Implementing Classes:
AcademicGenerator,GenericGenerator
public interface BlenderGenerator
-
Method Summary
Modifier and TypeMethodDescriptiongetBlenderContent(BlendingParameter parameter, VortexMessage msg) creates the blended message including the decoy text if needed.
-
Method Details
-
getBlenderContent
creates the blended message including the decoy text if needed.
- Parameters:
parameter- the parameters required for blendingmsg- the message to be blended- Returns:
- the blended message
- Throws:
IOException- if blending fails
-