Interface FactorySingleParameterInstructionParser.IStringInstructionFactory
- Enclosing class:
- FactorySingleParameterInstructionParser
public static interface FactorySingleParameterInstructionParser.IStringInstructionFactory
Produces
instructions from a single string parameter.- Author:
- Erik Zemčík
-
Method Summary
Modifier and TypeMethodDescriptioncreateInstruction(String parameter) Creates aninstructionready for use.
-
Method Details
-
createInstruction
Creates aninstructionready for use.- Parameters:
parameter- rawstringparameter representing the requestedinstructionstate- Returns:
instructionassociated with theparameter- Throws:
InstructionParseException- if the factory is unable to parse theinstruction
-