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

N

NAME - Static variable in class com.github.aliteralmind.codelet.taglet.CodeletAndOutTaglet
The name of this taglet, which appears immediately after the {@--Equal to
    CodeletType.SOURCE_AND_OUT.getName()
NAME - Static variable in class com.github.aliteralmind.codelet.taglet.CodeletDotOutTaglet
The name of this taglet, which appears immediately after the {@--Equal to
    CodeletType.CONSOLE_OUT.getName()
NAME - Static variable in class com.github.aliteralmind.codelet.taglet.CodeletTaglet
The name of this taglet, which appears immediately after the {@--Equal to
    CodeletType.SOURCE_CODE.getName()
NAME - Static variable in class com.github.aliteralmind.codelet.taglet.FileTextletTaglet
The name of this taglet, which appears immediately after the {@--Equal to
    CodeletType.FILE_TEXT.getName()
NAMED_DEBUGGERS_CONFIG_FILE - Static variable in enum com.github.aliteralmind.codelet.CodeletBootstrap
The name of the configuration file containing user-created named-debugging-levels--Equal to "named_debuggers_config.txt".
NamedDebuggerFormatException - Exception in com.github.aliteralmind.codelet.util
Indicates a badly formatted NamedDebuggers configuration file.
NamedDebuggerFormatException() - Constructor for exception com.github.aliteralmind.codelet.util.NamedDebuggerFormatException
Create an NamedDebuggerFormatException with no error message.
NamedDebuggerFormatException(String) - Constructor for exception com.github.aliteralmind.codelet.util.NamedDebuggerFormatException
Create an NamedDebuggerFormatException.
NamedDebuggerFormatException(Throwable) - Constructor for exception com.github.aliteralmind.codelet.util.NamedDebuggerFormatException
Create an NamedDebuggerFormatException with no error message.
NamedDebuggerFormatException(String, Throwable) - Constructor for exception com.github.aliteralmind.codelet.util.NamedDebuggerFormatException
Create an NamedDebuggerFormatException.
NamedDebuggers - Class in com.github.aliteralmind.codelet.util
Collection of names referring to specific debugging tasks, each associated to an arbitrary numeric level.
NamedDebuggers(Map<String, DebugLevel>, String, String, Appendable) - Constructor for class com.github.aliteralmind.codelet.util.NamedDebuggers
Create a new instance from the path of a configuration file.
NamedDebuggers(Map<String, DebugLevel>, Iterator<String>, String, Appendable) - Constructor for class com.github.aliteralmind.codelet.util.NamedDebuggers
Create a new instance from a configuration file's line iterator.
newConstructorList(Class<?>, Declared, Sorted) - Static method in class com.github.aliteralmind.codelet.simplesig.AllSimpleParamSignatures
Create a new list of all constructors in a class.
newEmptyArrayListWithDefaultInitCapacityPlus(CodeletType, int) - Static method in class com.github.aliteralmind.codelet.alter.DefaultAlterGetterUtil
Creates a new list with a initial capacity equal to the default-alterers map, plus a number.
newFileWriter() - Method in class com.github.aliteralmind.codelet.util.FQClassNameWithBaseDir
 
newFileWriterForWriteable(String, String, String) - Static method in class com.github.aliteralmind.codelet.util.FQClassNameWithBaseDir
 
newForAcceptAll(Appendable) - Static method in class com.github.aliteralmind.codelet.util.FilenameBlackWhiteList
A new instance that accepts everything.
newFromConfigLineIterator(Iterator<String>, String, String, int, long, RefreshOffline, IfError, Appendable, Appendable) - Static method in class com.github.aliteralmind.codelet.util.AllOnlineOfflineDocRoots
Create a new AllOnlineOfflineDocRoots from a configuration file, where each line contains two items: the doc-root's offline file path and online document-root url.
newFromConfigStringVars(String, String, String, String, String, Appendable, Appendable) - Static method in class com.github.aliteralmind.codelet.util.FilenameBlackWhiteList
Creates a new white-or-blacklist from a set of string-variables as found in a configuration text file.
newFromOffline(String, String, String, Appendable, Appendable) - Static method in class com.github.aliteralmind.codelet.util.OnlineOfflineDocRoot
Create a new instance from an offline package-list.
newFromOnline(String, String, String, int, long, IfError, RefreshOffline, Appendable, Appendable) - Static method in class com.github.aliteralmind.codelet.util.OnlineOfflineDocRoot
Create a new instance from an online package-list.
newFromPathAndUserExtraGaps(String, String, UserExtraGapGetter) - Static method in class com.github.aliteralmind.codelet.type.ConsoleOutTemplate
 
newFromPathAndUserExtraGaps(String, String, UserExtraGapGetter) - Static method in class com.github.aliteralmind.codelet.type.FileTextTemplate
 
newFromPathAndUserExtraGaps(String, String, UserExtraGapGetter) - Static method in class com.github.aliteralmind.codelet.type.SourceAndOutTemplate
 
newFromPathAndUserExtraGaps(String, String, UserExtraGapGetter) - Static method in class com.github.aliteralmind.codelet.type.SourceCodeTemplate
 
newFromProperties(Properties, String, String, String, String, String, Appendable, Appendable) - Static method in class com.github.aliteralmind.codelet.util.FilenameBlackWhiteList
Creates a new white-or-blacklist from a set of properties.
newFromStringAndDefaults(Class<?>, Object, String, Class<?>[], Appendable) - Static method in class com.github.aliteralmind.codelet.simplesig.SimpleMethodSignature
Splits a string-signature into its parts.
newGapMapFromArray(CodeletGap[]) - Static method in class com.github.aliteralmind.codelet.CodeletTemplateBase
Create a new map of all gap objects.
newInstructionsForDefaults(CustomizationInstructions<T>) - Method in class com.github.aliteralmind.codelet.TagletOfTypeProcessor
 
NewJavaDocLinkReplacerFor - Class in com.github.aliteralmind.codelet.alter
Convenience functions for creating com.github.xbn.regexutil.RegexReplacers that replace a class, constructor, function, or object name with a clickable JavaDoc link.
NewJDLinkForWordOccuranceNum - Class in com.github.aliteralmind.codelet.alter
Convenience functions for creating new line alterers that replace a single occurance of a function (or class, constructor, or field) name with a clickable JavaDoc link.
NewLineAltererFor - Class in com.github.aliteralmind.codelet.alter
Convenience functions for creating line alterers tailored for codelets.
NewLineFilterFor - Class in com.github.aliteralmind.codelet
Convenience functions for creating line filters tailored for codelets.
newLineIterator() - Method in class com.github.aliteralmind.codelet.util.FQClassNameWithBaseDir
 
newLineIteratorForExistingReadable(String, String, String) - Static method in class com.github.aliteralmind.codelet.util.FQClassNameWithBaseDir
 
newMapFromConfigFile(Map<String, DebugLevel>, String, String, Appendable) - Static method in class com.github.aliteralmind.codelet.util.NamedDebuggers
Creates a new map associated level names to level numbers, as read in from a configuration text file.
newMapFromConfigFile(Map<String, DebugLevel>, Iterator<String>, String, Appendable) - Static method in class com.github.aliteralmind.codelet.util.NamedDebuggers
Creates a new map associated level names to level numbers, as read in from a configuration text file.
newMethodMap(Class<?>, Declared, SortListValues, ImmutableValues) - Static method in class com.github.aliteralmind.codelet.simplesig.AllSimpleParamSignatures
Create a new map of all methods in a class.
newPackageListFromOffline(String, Appendable, Appendable) - Static method in class com.github.aliteralmind.codelet.util.OnlineOfflineDocRoot
Create a package list from an offline package-list file.
newPackageListFromOnline(String, int, long, IfError, Appendable, Appendable) - Static method in class com.github.aliteralmind.codelet.util.OnlineOfflineDocRoot
Create a package list from an online package-list.
newReplaceCnstrFuncNameOpenParenWith(String, String, Appendable) - Static method in class com.github.aliteralmind.codelet.alter.NewJavaDocLinkReplacerFor
A new replacer for replacing the first occurance of a whole word with a link.
newReplaceWordOnlyWith(String, String, Appendable) - Static method in class com.github.aliteralmind.codelet.alter.NewJavaDocLinkReplacerFor
A new replacer for replacing the first occurance of a class or field name with a link.
newTemplateFromPath(String, String, String...) - Static method in class com.github.aliteralmind.codelet.CodeletTemplateBase
Read in and parse a template given its path.
newTemplateFromPath(String, String) - Static method in class com.github.aliteralmind.codelet.type.OnlyOneBodyGapTemplateBase
 
newTemplateFromPath(String, String) - Static method in class com.github.aliteralmind.codelet.type.SourceAndOutTemplate
 
newTypeForTagletName(String, String) - Static method in enum com.github.aliteralmind.codelet.CodeletType
Get a new CodeletType whose name is equal to a string value.
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