public class ConsoleOutProcessor extends TagletOfTypeProcessor<ConsoleOutTemplate>
Reads a {@.codelet.out} taglet and outputs its replacement text.
aliteralmind __DASH__ github __AT__ yahoo __DOT__ com), dual-licensed under the LGPL (version 3.0 or later) or the ASL (version 2.0). See source code for details. http://codelet.aliteralmind.com, https://github.com/aliteralmind/codeletDEFAULT_CUSTOMIZER_CLASS_NAME| Constructor and Description |
|---|
ConsoleOutProcessor(CodeletInstance instance)
Create a new instance from an
CodeletInstance. |
crashIfClassOrFileCannotUseCustomizer, getClassOrFilePortion, getCustomCustomizationInstructions, getCustomizationInstructions, getCustomizerPortion, getCustomizerSigFromString, getExampleCodeStringSig, getFullyCustomizedOutput, getInstance, getInstructionsFromSig, getSig2PrnsApnddForNameOrPostfix, getSourceCodeLineIterator, getStringSignature, getTemplateFromInstructionsOverrideOrDefault, newInstructionsForDefaults, setFullyProcessedOutputpublic ConsoleOutProcessor(CodeletInstance instance) throws ClassNotFoundException, NoSuchMethodException, NoSuchFileException, AccessDeniedException
Create a new instance from an CodeletInstance.
Equal to super(CodeletType.CONSOLE_OUT, instance)
This
main functionCopyright 2014, Jeff Epstein, All Rights Reserved. See top of source code files for copyright notice.
https://github.com/aliteralmind/codelet