public interface UserExtraGapGetter
Defines "user-created extra" gaps that may be added to Codelet templates. The fully-qualified class name of your implementation is specified in the user_extra_gaps_class configuration variable.
Implementation requirements:
null array, where no element is null, and every name is unique and not equal to any of the required or "optional-default" gaps for its Codelet type.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/codelet| Modifier and Type | Method and Description |
|---|---|
CodeletGap[] |
getForCodeletAndOut()
Extra gap-filler objects for
{@.codelet.and.out} taglets, when configured. |
CodeletGap[] |
getForCodeletDotOut()
Extra gap-filler objects for
{@.codelet.out} taglets, when configured. |
CodeletGap[] |
getForFileTextlet()
Extra gap-filler objects for
{@.file.textlet} taglets, when configured. |
CodeletGap[] |
getForSourceCodelet()
Extra gap-filler objects for (source-code)
{@.codelet} taglets, when configured. |
CodeletGap[] getForSourceCodelet()
Extra gap-filler objects for (source-code) {@.codelet} taglets, when configured.
null array, where no element is null, and every name is unique and not equal to any of the required or "optional-default" gaps for this Codelet type.getForCodeletDotOut(),
getForCodeletAndOut(),
getForFileTextlet()CodeletGap[] getForCodeletDotOut()
Extra gap-filler objects for {@.codelet.out} taglets, when configured.
null array, where no element is null, and every name is unique and not equal to any of the required or "optional-default" gaps for this Codelet type.getForSourceCodelet()CodeletGap[] getForCodeletAndOut()
Extra gap-filler objects for {@.codelet.and.out} taglets, when configured.
null array, where no element is null, and every name is unique and not equal to any of the required or "optional-default" gaps for this Codelet type.getForSourceCodelet()CodeletGap[] getForFileTextlet()
Extra gap-filler objects for {@.file.textlet} taglets, when configured.
null array, where no element is null, and every name is unique and not equal to any of the required or "optional-default" gaps for this Codelet type.getForSourceCodelet()Copyright 2014, Jeff Epstein, All Rights Reserved. See top of source code files for copyright notice.
https://github.com/aliteralmind/codelet