Class GenericGenerator
java.lang.Object
net.messagevortex.blender.generators.GenericGenerator
- All Implemented Interfaces:
BlenderGenerator
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetBlenderContent(BlendingParameter parameter, VortexMessage msg) creates the blended message including the decoy text if needed.
-
Constructor Details
-
GenericGenerator
public GenericGenerator()
-
-
Method Details
-
getBlenderContent
public BlenderContent getBlenderContent(BlendingParameter parameter, VortexMessage msg) throws IOException Description copied from interface:BlenderGeneratorcreates the blended message including the decoy text if needed.
- Specified by:
getBlenderContentin interfaceBlenderGenerator- Parameters:
parameter- the parameters required for blendingmsg- the message to be blended- Returns:
- the blended message
- Throws:
IOException- if blending fails
-