public class FileTextProcessor extends TagletOfTypeProcessor<FileTextTemplate>
Reads a {@.file.textlet} 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 |
|---|
FileTextProcessor(CodeletInstance instance)
Create a new instance from an
CodeletInstance. |
| Modifier and Type | Method and Description |
|---|---|
String |
getStringSigForFileText()
Get the string signature for a
{@.file.textlet} taglets only. |
crashIfClassOrFileCannotUseCustomizer, getClassOrFilePortion, getCustomCustomizationInstructions, getCustomizationInstructions, getCustomizerPortion, getCustomizerSigFromString, getExampleCodeStringSig, getFullyCustomizedOutput, getInstance, getInstructionsFromSig, getSig2PrnsApnddForNameOrPostfix, getSourceCodeLineIterator, getStringSignature, getTemplateFromInstructionsOverrideOrDefault, newInstructionsForDefaults, setFullyProcessedOutputpublic FileTextProcessor(CodeletInstance instance) throws ClassNotFoundException, NoSuchMethodException, NoSuchFileException, AccessDeniedException
Create a new instance from an CodeletInstance.
Equal to super(CodeletType.FILE_TEXT, instance)
public String getStringSigForFileText()
Get the string signature for a {@.file.textlet} taglets only. Except where noted, this does not validate the taglet text or the returned signature.
This follows the same steps as getStringSignature, except
'_') postfix or the processor's full function name."getFileTextConfig_"CodeletFormatException - If no function name or underscore-postfix is provided.Copyright 2014, Jeff Epstein, All Rights Reserved. See top of source code files for copyright notice.
https://github.com/aliteralmind/codelet