public class OriginalCreateFrameRecipe extends CreateFrameRecipe<OriginalCreateFrameRecipe>
dest, seed
Constructor and Description |
---|
OriginalCreateFrameRecipe() |
Modifier and Type | Method and Description |
---|---|
protected void |
buildRecipe(CreateFrameExecutor cfe)
Set up the provided
CreateFrameExecutor so that it knows how to
construct the frame corresponding to the recipe being built. |
protected void |
checkParametersValidity()
Test whether the input parameters are valid, and throw error if they
aren't.
|
check, checkParametersValidity2, exec, fillMissingParameters
asBytes, clone, copyOver, frozenType, read, readExternal, readJSON, reloadFromBytes, toJsonBytes, toJsonString, write, writeExternal, writeJSON
protected void checkParametersValidity()
CreateFrameRecipe
CreateFrameRecipe.check(boolean, String)
helper function
to make this somewhat easier.checkParametersValidity
in class CreateFrameRecipe<OriginalCreateFrameRecipe>
protected void buildRecipe(CreateFrameExecutor cfe)
CreateFrameRecipe
CreateFrameExecutor
so that it knows how to
construct the frame corresponding to the recipe being built.buildRecipe
in class CreateFrameRecipe<OriginalCreateFrameRecipe>