A B C D E F G H I J L M N O P R S T U V W Z 

D

debug(Object) - Static method in enum com.github.aliteralmind.codelet.CodeletBaseConfig
Write a message to the debugging output.
DEBUG_DESTINATION - Static variable in enum com.github.aliteralmind.codelet.CodeletBaseConfig
When debugging is on, where should output be written to?--Name is "debug_to__console_path".
DEBUG_LEVEL_PREFIX_PREFIX - Static variable in class com.github.aliteralmind.codelet.CodeletInstance
The prefix that, if found before a taglet's text, turns on debugging for that taglet only--Equal to "[DEBUG_LEVEL_".
debugAndToConsole(CodeletInstance, Object) - Static method in enum com.github.aliteralmind.codelet.CodeletBaseConfig
Write a message to the console and, if debugging is both on and not to the console, writes it via the debug outputter as well.
debugln(Object) - Static method in enum com.github.aliteralmind.codelet.CodeletBaseConfig
Write a message to the debugging output.
debuglnAndToConsole(CodeletInstance, Object) - Static method in enum com.github.aliteralmind.codelet.CodeletBaseConfig
Write a message to the console and, if debugging is both on and not to the console, writes it via the debug outputter as well.
DEFAULT_ALTERERS_CLASS_NAME - Static variable in enum com.github.aliteralmind.codelet.CodeletBaseConfig
Fully-qualified name of the class that defines alterers used by all pre-built customizers, and are accessible in custom customizers--Name is "default_alterers_class_name".
DEFAULT_AND_OUT_TMPL_PATH - Static variable in enum com.github.aliteralmind.codelet.CodeletBaseConfig
Path to the default template used for {@.codelet.and.out} taglets--Name is "default_and_out_template_path".
DEFAULT_CUSTOMIZER_CLASS_NAME - Static variable in class com.github.aliteralmind.codelet.TagletOfTypeProcessor
The name of the class in each package that uses codelets, that is the "fallback" location for IXC-customizers--Equal to "zCodeletCustomizers".
DEFAULT_DOT_OUT_TMPL_PATH - Static variable in enum com.github.aliteralmind.codelet.CodeletBaseConfig
Path to the default template used for {@.codelet.out} taglets--Name is "default_dot_out_template_path".
DEFAULT_FILE_TEXT_TMPL_PATH - Static variable in enum com.github.aliteralmind.codelet.CodeletBaseConfig
Path to the default template used for {@.file.textlet} taglets--Name is "default_file_textlet_template_path".
DEFAULT_JD_TARGET_CLASS_MAP_INIT_CAPACITY - Static variable in enum com.github.aliteralmind.codelet.CodeletBaseConfig
Default value for unique_jd_class_target_init_capacity when not provided--Equal to 100.
DEFAULT_ONLINE_PKGLST_ATTEMPTS - Static variable in enum com.github.aliteralmind.codelet.CodeletBaseConfig
Default value for pkglist_online_attempts_per_url when not provided--Equal to 5.
DEFAULT_ONLINE_PKGLST_SLEEP_MILLS - Static variable in enum com.github.aliteralmind.codelet.CodeletBaseConfig
Default value for pkglist_online_attempts_per_url when not provided--Equal to 500.
DEFAULT_SRC_CODE_TMPL_PATH - Static variable in enum com.github.aliteralmind.codelet.CodeletBaseConfig
Path to the default template used for (source-code) {@.codelet} taglets--Name is "default_source_codelet_template_path".
DEFAULT_TPML_DIR_PREFIX - Static variable in enum com.github.aliteralmind.codelet.CodeletBaseConfig
Prepended to all "default_*_template_path" values--Name is "default_template_directory_prefix".
DefaultAlterGetter - Interface in com.github.aliteralmind.codelet.alter
Defines alterers used by all pre-built customizers, which are also accessible in custom customizers.
DefaultAlterGetterException - Exception in com.github.aliteralmind.codelet.alter
Indicates an unexpected error when working with the DefaultAlterGetter.
DefaultAlterGetterException() - Constructor for exception com.github.aliteralmind.codelet.alter.DefaultAlterGetterException
 
DefaultAlterGetterException(String) - Constructor for exception com.github.aliteralmind.codelet.alter.DefaultAlterGetterException
 
DefaultAlterGetterException(String, Throwable) - Constructor for exception com.github.aliteralmind.codelet.alter.DefaultAlterGetterException
 
DefaultAlterGetterException(Throwable) - Constructor for exception com.github.aliteralmind.codelet.alter.DefaultAlterGetterException
 
DefaultAlterGetterUtil - Class in com.github.aliteralmind.codelet.alter
Utilities related to default alterers.
DefaultDefaultAlterGetter - Class in com.github.aliteralmind.codelet.alter
The default DefaultAlterGetter used, when none is explicitely configured.
DefaultDefaultAlterGetter() - Constructor for class com.github.aliteralmind.codelet.alter.DefaultDefaultAlterGetter
 
defaultOrOverrideTemplate(Appendable) - Method in class com.github.aliteralmind.codelet.CustomizationInstructions
Use the default (or override) template.
defaults(Appendable, LengthInRange, Appendable, Appendable) - Method in class com.github.aliteralmind.codelet.CustomizationInstructions
Make no customizations.
DeleteMultiLineComments - Enum in com.github.aliteralmind.codelet.alter
Should multi-line comments be deleted from the displayed source code?.
doAccept(String) - Method in class com.github.aliteralmind.codelet.util.FilenameBlackWhiteList
Is the path (or fully-qualified class name) accepted?.
doAutoUpdateOfflinePackageLists() - Static method in enum com.github.aliteralmind.codelet.CodeletBaseConfig
When online package-lists are retrieved, should offline package lists be refreshed (or created)?
doCrashIfAlterationNotMade() - Static method in enum com.github.aliteralmind.codelet.CodeletBaseConfig
If a customizer attempts to make an alteration, but cannot (such as when the find-what text is not found in the example code), what should happen?.
doCrashIfOnlinePackageListFailure() - Static method in enum com.github.aliteralmind.codelet.CodeletBaseConfig
If all online-retrieval attempts fail, should only a warning be logged, or should Codelet stop execution? (Offline package-lists are always retrieved.)
doDebugToConsole() - Static method in enum com.github.aliteralmind.codelet.CodeletBaseConfig
Is debugging output being written to the console?.
doesMatch(SimpleParamNameSignature) - Method in class com.github.aliteralmind.codelet.simplesig.SimpleParamSigSearchTerm
Does a constructor/method match?.
doesMatchAny(List<ConstructorSimpleParamSig>) - Method in class com.github.aliteralmind.codelet.simplesig.ConstructorParamSearchTerm
Does any constructor match?.
doesMatchAny(AllSimpleParamSignatures) - Method in class com.github.aliteralmind.codelet.simplesig.MethodSigSearchTerm
Does any match?.
doesMatchAnyProt(List<? extends SimpleParamNameSignature>) - Method in class com.github.aliteralmind.codelet.simplesig.SimpleParamSigSearchTerm
Does any constructor/method match?.
doesMatchOnlyOne(AllSimpleParamSignatures) - Method in class com.github.aliteralmind.codelet.simplesig.MethodSigSearchTerm
Does exactly one match?.
doesMatchOnlyOneProt(List<? extends SimpleParamNameSignature>) - Method in class com.github.aliteralmind.codelet.simplesig.SimpleParamSigSearchTerm
Does exactly one constructor/method match?.
DoNothingCustomizer - Class in com.github.aliteralmind.codelet.examples

GO BACK     Codelet: Example: A specialized customizer that does nothing

DoNothingCustomizer() - Constructor for class com.github.aliteralmind.codelet.examples.DoNothingCustomizer
 
DoNothingCustomizerCompact - Class in com.github.aliteralmind.codelet.examples

GO BACK     Codelet: Example: A specialized customizer that does nothing

DoNothingCustomizerCompact() - Constructor for class com.github.aliteralmind.codelet.examples.DoNothingCustomizerCompact
 
doSomething(String, boolean, int, Object) - Method in class com.github.aliteralmind.codelet.examples.simplesig.MethodSigSearchTermXmpl
 
doSomething(String, boolean, int[], byte, Object) - Method in class com.github.aliteralmind.codelet.examples.simplesig.MethodSigSearchTermXmpl
 
doSomething(int) - Method in class com.github.aliteralmind.codelet.examples.util.FunctionConstructorJavaDocLink
 
doSomething(String, int[]) - Method in class com.github.aliteralmind.codelet.examples.util.FunctionConstructorJavaDocLink
 
A B C D E F G H I J L M N O P R S T U V W Z 


Copyright 2014, Jeff Epstein, All Rights Reserved. See top of source code files for copyright notice.

 

https://github.com/aliteralmind/codelet