Alphabetical Index

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

A

ACCESSES - static field in class org.incava.java.ItemUtil
add(long) - method in class org.incava.util.TimedEventSet
add(org.incava.doctorj.JavadocTags.TagDescription) - static method in class org.incava.doctorj.JavadocTags
add(org.incava.jagol.Option) - method in class org.incava.jagol.OptionSet
Adds an options to this set.
addClassSkipped(Class) - method in class org.incava.qualog.QlWriter
addClassSkipped(Class) - static method in class org.incava.qualog.Qualog
addClassSkipped(String) - method in class org.incava.qualog.QlWriter
addClassSkipped(String) - static method in class org.incava.qualog.Qualog
addDictionary(String) - method in class org.incava.doctorj.CommentSpellCheck
addDictionary(String) - static method in class org.incava.doctorj.ItemDocAnalyzer
addDictionary(String) - method in class org.incava.text.SpellChecker
Adds the given dictionary.
addFilter(org.incava.qualog.QlFilter) - method in class org.incava.qualog.QlWriter
Adds a filter to be applied for output.
addFilter(org.incava.qualog.QlFilter) - static method in class org.incava.qualog.Qualog
addRunControlFile(String) - method in class org.incava.jagol.OptionSet
Adds a run control file to be processed.
addUndocumentedViolation(String) - method in class org.incava.doctorj.CtorDocAnalyzer
Adds a violation for a constructor, with the violation pointing to the constructor name.
addUndocumentedViolation(String) - method in class org.incava.doctorj.FieldDocAnalyzer
Adds a violation for a field, with the violation pointing to the field name.
addUndocumentedViolation(String) - method in class org.incava.doctorj.ItemDocAnalyzer
Adds a violation for this type of item, with the violation pointing to the name for this item.
addUndocumentedViolation(String) - method in class org.incava.doctorj.MethodDocAnalyzer
Adds a violation for a method, with the violation pointing to the method name.
addUndocumentedViolation(String) - method in class org.incava.doctorj.TypeDocAnalyzer
Adds a violation, for something that is not documented.
addViolation(org.incava.analysis.Violation) - method in class org.incava.analysis.Report
Adds the given violation.
addViolation(String,int,int,int,int) - method in class org.incava.analysis.Analyzer
Adds a violation from a beginning position to an ending position.
addViolation(String,net.sourceforge.pmd.ast.Token) - method in class org.incava.analysis.Analyzer
Adds a violation with a single token.
Adds a violation spanning from one token to another.
Adds a violation from one location to another.
addWord(String) - method in class org.incava.doctorj.CommentSpellCheck
addWord(String) - method in class org.incava.text.NoCaseSpellChecker
addWord(String) - method in class org.incava.text.SpellChecker
Analyzer - class org.incava.analysis.Analyzer
Bridge between violations and reports.
Analyzer(org.incava.analysis.Report) - constructor for class org.incava.analysis.Analyzer
Creates an analyzer with a report.
ANSI - class org.incava.util.ANSI
ANSIColor - class org.incava.qualog.ANSIColor
Provides constants that produce colorized output on ANSI terminals.
ANSIColor(int) - constructor for class org.incava.qualog.ANSIColor
appendPadded(StringBuffer,String,int) - method in class org.incava.qualog.QlWriter
ARR_SIZE - static field in class org.incava.text.SpellChecker
ASTDumper - class org.incava.java.ASTDumper
AUTHOR - static field in class org.incava.doctorj.JavadocTags

B

BLACK - static field in class org.incava.util.ANSI
BLACK - static field in class org.incava.qualog.ANSIColor
BLACK - static field in class org.incava.qualog.Qualog
The code for black text.
black(byte) - static method in class org.incava.qualog.Qualog
Writes logging output, with black foreground on the default background.
black(byte[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with black foreground on the default background.
black(char) - static method in class org.incava.qualog.Qualog
Writes logging output, with black foreground on the default background.
black(char[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with black foreground on the default background.
black(double) - static method in class org.incava.qualog.Qualog
Writes logging output, with black foreground on the default background.
black(double[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with black foreground on the default background.
black(float) - static method in class org.incava.qualog.Qualog
Writes logging output, with black foreground on the default background.
black(float[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with black foreground on the default background.
black(int) - static method in class org.incava.qualog.Qualog
Writes logging output, with black foreground on the default background.
black(int[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with black foreground on the default background.
black(long) - static method in class org.incava.qualog.Qualog
Writes logging output, with black foreground on the default background.
black(long[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with black foreground on the default background.
black(Object) - static method in class org.incava.qualog.Qualog
Writes logging output, with black foreground on the default background.
black(Object[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with black foreground on the default background.
black(org.incava.qualog.QlLevel,byte) - static method in class org.incava.qualog.Qualog
Writes logging output, with black foreground on the default background.
black(org.incava.qualog.QlLevel,byte[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with black foreground on the default background.
black(org.incava.qualog.QlLevel,char) - static method in class org.incava.qualog.Qualog
Writes logging output, with black foreground on the default background.
black(org.incava.qualog.QlLevel,char[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with black foreground on the default background.
black(org.incava.qualog.QlLevel,double) - static method in class org.incava.qualog.Qualog
Writes logging output, with black foreground on the default background.
black(org.incava.qualog.QlLevel,double[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with black foreground on the default background.
black(org.incava.qualog.QlLevel,float) - static method in class org.incava.qualog.Qualog
Writes logging output, with black foreground on the default background.
black(org.incava.qualog.QlLevel,float[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with black foreground on the default background.
black(org.incava.qualog.QlLevel,int) - static method in class org.incava.qualog.Qualog
Writes logging output, with black foreground on the default background.
black(org.incava.qualog.QlLevel,int[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with black foreground on the default background.
black(org.incava.qualog.QlLevel,long) - static method in class org.incava.qualog.Qualog
Writes logging output, with black foreground on the default background.
black(org.incava.qualog.QlLevel,long[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with black foreground on the default background.
black(org.incava.qualog.QlLevel,Object) - static method in class org.incava.qualog.Qualog
Writes logging output, with black foreground on the default background.
black(org.incava.qualog.QlLevel,Object[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with black foreground on the default background.
black(org.incava.qualog.QlLevel,String) - static method in class org.incava.qualog.Qualog
Writes logging output, with black foreground on the default background.
black(org.incava.qualog.QlLevel,String,byte) - static method in class org.incava.qualog.Qualog
Writes logging output, with black foreground on the default background.
black(org.incava.qualog.QlLevel,String,byte[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with black foreground on the default background.
black(org.incava.qualog.QlLevel,String,char) - static method in class org.incava.qualog.Qualog
Writes logging output, with black foreground on the default background.
black(org.incava.qualog.QlLevel,String,char[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with black foreground on the default background.
black(org.incava.qualog.QlLevel,String,double) - static method in class org.incava.qualog.Qualog
Writes logging output, with black foreground on the default background.
black(org.incava.qualog.QlLevel,String,double[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with black foreground on the default background.
black(org.incava.qualog.QlLevel,String,float) - static method in class org.incava.qualog.Qualog
Writes logging output, with black foreground on the default background.
black(org.incava.qualog.QlLevel,String,float[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with black foreground on the default background.
black(org.incava.qualog.QlLevel,String,int) - static method in class org.incava.qualog.Qualog
Writes logging output, with black foreground on the default background.
black(org.incava.qualog.QlLevel,String,int[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with black foreground on the default background.
black(org.incava.qualog.QlLevel,String,long) - static method in class org.incava.qualog.Qualog
Writes logging output, with black foreground on the default background.
black(org.incava.qualog.QlLevel,String,long[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with black foreground on the default background.
black(org.incava.qualog.QlLevel,String,Object) - static method in class org.incava.qualog.Qualog
Writes logging output, with black foreground on the default background.
black(org.incava.qualog.QlLevel,String,Object[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with black foreground on the default background.
black(String) - static method in class org.incava.qualog.Qualog
Writes logging output, with black foreground on the default background.
black(String,byte) - static method in class org.incava.qualog.Qualog
Writes logging output, with black foreground on the default background.
black(String,byte[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with black foreground on the default background.
black(String,char) - static method in class org.incava.qualog.Qualog
Writes logging output, with black foreground on the default background.
black(String,char[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with black foreground on the default background.
black(String,double) - static method in class org.incava.qualog.Qualog
Writes logging output, with black foreground on the default background.
black(String,double[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with black foreground on the default background.
black(String,float) - static method in class org.incava.qualog.Qualog
Writes logging output, with black foreground on the default background.
black(String,float[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with black foreground on the default background.
black(String,int) - static method in class org.incava.qualog.Qualog
Writes logging output, with black foreground on the default background.
black(String,int[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with black foreground on the default background.
black(String,long) - static method in class org.incava.qualog.Qualog
Writes logging output, with black foreground on the default background.
black(String,long[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with black foreground on the default background.
black(String,Object) - static method in class org.incava.qualog.Qualog
Writes logging output, with black foreground on the default background.
black(String,Object[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with black foreground on the default background.
BLINK - static field in class org.incava.util.ANSI
BLINK - static field in class org.incava.qualog.ANSIColor
BLINK - static field in class org.incava.qualog.Qualog
The code for the blink attribute.
blink(byte) - static method in class org.incava.qualog.Qualog
Writes logging output, with blink foreground on the default background.
blink(byte[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with blink foreground on the default background.
blink(char) - static method in class org.incava.qualog.Qualog
Writes logging output, with blink foreground on the default background.
blink(char[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with blink foreground on the default background.
blink(double) - static method in class org.incava.qualog.Qualog
Writes logging output, with blink foreground on the default background.
blink(double[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with blink foreground on the default background.
blink(float) - static method in class org.incava.qualog.Qualog
Writes logging output, with blink foreground on the default background.
blink(float[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with blink foreground on the default background.
blink(int) - static method in class org.incava.qualog.Qualog
Writes logging output, with blink foreground on the default background.
blink(int[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with blink foreground on the default background.
blink(long) - static method in class org.incava.qualog.Qualog
Writes logging output, with blink foreground on the default background.
blink(long[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with blink foreground on the default background.
blink(Object) - static method in class org.incava.qualog.Qualog
Writes logging output, with blink foreground on the default background.
blink(Object[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with blink foreground on the default background.
blink(org.incava.qualog.QlLevel,byte) - static method in class org.incava.qualog.Qualog
Writes logging output, with blink foreground on the default background.
blink(org.incava.qualog.QlLevel,byte[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with blink foreground on the default background.
blink(org.incava.qualog.QlLevel,char) - static method in class org.incava.qualog.Qualog
Writes logging output, with blink foreground on the default background.
blink(org.incava.qualog.QlLevel,char[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with blink foreground on the default background.
blink(org.incava.qualog.QlLevel,double) - static method in class org.incava.qualog.Qualog
Writes logging output, with blink foreground on the default background.
blink(org.incava.qualog.QlLevel,double[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with blink foreground on the default background.
blink(org.incava.qualog.QlLevel,float) - static method in class org.incava.qualog.Qualog
Writes logging output, with blink foreground on the default background.
blink(org.incava.qualog.QlLevel,float[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with blink foreground on the default background.
blink(org.incava.qualog.QlLevel,int) - static method in class org.incava.qualog.Qualog
Writes logging output, with blink foreground on the default background.
blink(org.incava.qualog.QlLevel,int[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with blink foreground on the default background.
blink(org.incava.qualog.QlLevel,long) - static method in class org.incava.qualog.Qualog
Writes logging output, with blink foreground on the default background.
blink(org.incava.qualog.QlLevel,long[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with blink foreground on the default background.
blink(org.incava.qualog.QlLevel,Object) - static method in class org.incava.qualog.Qualog
Writes logging output, with blink foreground on the default background.
blink(org.incava.qualog.QlLevel,Object[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with blink foreground on the default background.
blink(org.incava.qualog.QlLevel,String) - static method in class org.incava.qualog.Qualog
Writes logging output, with blink foreground on the default background.
blink(org.incava.qualog.QlLevel,String,byte) - static method in class org.incava.qualog.Qualog
Writes logging output, with blink foreground on the default background.
blink(org.incava.qualog.QlLevel,String,byte[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with blink foreground on the default background.
blink(org.incava.qualog.QlLevel,String,char) - static method in class org.incava.qualog.Qualog
Writes logging output, with blink foreground on the default background.
blink(org.incava.qualog.QlLevel,String,char[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with blink foreground on the default background.
blink(org.incava.qualog.QlLevel,String,double) - static method in class org.incava.qualog.Qualog
Writes logging output, with blink foreground on the default background.
blink(org.incava.qualog.QlLevel,String,double[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with blink foreground on the default background.
blink(org.incava.qualog.QlLevel,String,float) - static method in class org.incava.qualog.Qualog
Writes logging output, with blink foreground on the default background.
blink(org.incava.qualog.QlLevel,String,float[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with blink foreground on the default background.
blink(org.incava.qualog.QlLevel,String,int) - static method in class org.incava.qualog.Qualog
Writes logging output, with blink foreground on the default background.
blink(org.incava.qualog.QlLevel,String,int[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with blink foreground on the default background.
blink(org.incava.qualog.QlLevel,String,long) - static method in class org.incava.qualog.Qualog
Writes logging output, with blink foreground on the default background.
blink(org.incava.qualog.QlLevel,String,long[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with blink foreground on the default background.
blink(org.incava.qualog.QlLevel,String,Object) - static method in class org.incava.qualog.Qualog
Writes logging output, with blink foreground on the default background.
blink(org.incava.qualog.QlLevel,String,Object[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with blink foreground on the default background.
blink(String) - static method in class org.incava.qualog.Qualog
Writes logging output, with blink foreground on the default background.
blink(String,byte) - static method in class org.incava.qualog.Qualog
Writes logging output, with blink foreground on the default background.
blink(String,byte[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with blink foreground on the default background.
blink(String,char) - static method in class org.incava.qualog.Qualog
Writes logging output, with blink foreground on the default background.
blink(String,char[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with blink foreground on the default background.
blink(String,double) - static method in class org.incava.qualog.Qualog
Writes logging output, with blink foreground on the default background.
blink(String,double[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with blink foreground on the default background.
blink(String,float) - static method in class org.incava.qualog.Qualog
Writes logging output, with blink foreground on the default background.
blink(String,float[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with blink foreground on the default background.
blink(String,int) - static method in class org.incava.qualog.Qualog
Writes logging output, with blink foreground on the default background.
blink(String,int[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with blink foreground on the default background.
blink(String,long) - static method in class org.incava.qualog.Qualog
Writes logging output, with blink foreground on the default background.
blink(String,long[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with blink foreground on the default background.
blink(String,Object) - static method in class org.incava.qualog.Qualog
Writes logging output, with blink foreground on the default background.
blink(String,Object[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with blink foreground on the default background.
block(Object) - method in class org.incava.util.Collect
Returns the object to add to the collection.
BLUE - static field in class org.incava.util.ANSI
BLUE - static field in class org.incava.qualog.ANSIColor
BLUE - static field in class org.incava.qualog.Qualog
The code for blue text.
blue(byte) - static method in class org.incava.qualog.Qualog
Writes logging output, with blue foreground on the default background.
blue(byte[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with blue foreground on the default background.
blue(char) - static method in class org.incava.qualog.Qualog
Writes logging output, with blue foreground on the default background.
blue(char[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with blue foreground on the default background.
blue(double) - static method in class org.incava.qualog.Qualog
Writes logging output, with blue foreground on the default background.
blue(double[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with blue foreground on the default background.
blue(float) - static method in class org.incava.qualog.Qualog
Writes logging output, with blue foreground on the default background.
blue(float[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with blue foreground on the default background.
blue(int) - static method in class org.incava.qualog.Qualog
Writes logging output, with blue foreground on the default background.
blue(int[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with blue foreground on the default background.
blue(long) - static method in class org.incava.qualog.Qualog
Writes logging output, with blue foreground on the default background.
blue(long[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with blue foreground on the default background.
blue(Object) - static method in class org.incava.qualog.Qualog
Writes logging output, with blue foreground on the default background.
blue(Object[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with blue foreground on the default background.
blue(org.incava.qualog.QlLevel,byte) - static method in class org.incava.qualog.Qualog
Writes logging output, with blue foreground on the default background.
blue(org.incava.qualog.QlLevel,byte[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with blue foreground on the default background.
blue(org.incava.qualog.QlLevel,char) - static method in class org.incava.qualog.Qualog
Writes logging output, with blue foreground on the default background.
blue(org.incava.qualog.QlLevel,char[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with blue foreground on the default background.
blue(org.incava.qualog.QlLevel,double) - static method in class org.incava.qualog.Qualog
Writes logging output, with blue foreground on the default background.
blue(org.incava.qualog.QlLevel,double[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with blue foreground on the default background.
blue(org.incava.qualog.QlLevel,float) - static method in class org.incava.qualog.Qualog
Writes logging output, with blue foreground on the default background.
blue(org.incava.qualog.QlLevel,float[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with blue foreground on the default background.
blue(org.incava.qualog.QlLevel,int) - static method in class org.incava.qualog.Qualog
Writes logging output, with blue foreground on the default background.
blue(org.incava.qualog.QlLevel,int[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with blue foreground on the default background.
blue(org.incava.qualog.QlLevel,long) - static method in class org.incava.qualog.Qualog
Writes logging output, with blue foreground on the default background.
blue(org.incava.qualog.QlLevel,long[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with blue foreground on the default background.
blue(org.incava.qualog.QlLevel,Object) - static method in class org.incava.qualog.Qualog
Writes logging output, with blue foreground on the default background.
blue(org.incava.qualog.QlLevel,Object[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with blue foreground on the default background.
blue(org.incava.qualog.QlLevel,String) - static method in class org.incava.qualog.Qualog
Writes logging output, with blue foreground on the default background.
blue(org.incava.qualog.QlLevel,String,byte) - static method in class org.incava.qualog.Qualog
Writes logging output, with blue foreground on the default background.
blue(org.incava.qualog.QlLevel,String,byte[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with blue foreground on the default background.
blue(org.incava.qualog.QlLevel,String,char) - static method in class org.incava.qualog.Qualog
Writes logging output, with blue foreground on the default background.
blue(org.incava.qualog.QlLevel,String,char[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with blue foreground on the default background.
blue(org.incava.qualog.QlLevel,String,double) - static method in class org.incava.qualog.Qualog
Writes logging output, with blue foreground on the default background.
blue(org.incava.qualog.QlLevel,String,double[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with blue foreground on the default background.
blue(org.incava.qualog.QlLevel,String,float) - static method in class org.incava.qualog.Qualog
Writes logging output, with blue foreground on the default background.
blue(org.incava.qualog.QlLevel,String,float[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with blue foreground on the default background.
blue(org.incava.qualog.QlLevel,String,int) - static method in class org.incava.qualog.Qualog
Writes logging output, with blue foreground on the default background.
blue(org.incava.qualog.QlLevel,String,int[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with blue foreground on the default background.
blue(org.incava.qualog.QlLevel,String,long) - static method in class org.incava.qualog.Qualog
Writes logging output, with blue foreground on the default background.
blue(org.incava.qualog.QlLevel,String,long[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with blue foreground on the default background.
blue(org.incava.qualog.QlLevel,String,Object) - static method in class org.incava.qualog.Qualog
Writes logging output, with blue foreground on the default background.
blue(org.incava.qualog.QlLevel,String,Object[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with blue foreground on the default background.
blue(String) - static method in class org.incava.qualog.Qualog
Writes logging output, with blue foreground on the default background.
blue(String,byte) - static method in class org.incava.qualog.Qualog
Writes logging output, with blue foreground on the default background.
blue(String,byte[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with blue foreground on the default background.
blue(String,char) - static method in class org.incava.qualog.Qualog
Writes logging output, with blue foreground on the default background.
blue(String,char[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with blue foreground on the default background.
blue(String,double) - static method in class org.incava.qualog.Qualog
Writes logging output, with blue foreground on the default background.
blue(String,double[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with blue foreground on the default background.
blue(String,float) - static method in class org.incava.qualog.Qualog
Writes logging output, with blue foreground on the default background.
blue(String,float[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with blue foreground on the default background.
blue(String,int) - static method in class org.incava.qualog.Qualog
Writes logging output, with blue foreground on the default background.
blue(String,int[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with blue foreground on the default background.
blue(String,long) - static method in class org.incava.qualog.Qualog
Writes logging output, with blue foreground on the default background.
blue(String,long[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with blue foreground on the default background.
blue(String,Object) - static method in class org.incava.qualog.Qualog
Writes logging output, with blue foreground on the default background.
blue(String,Object[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with blue foreground on the default background.
BOLD - static field in class org.incava.util.ANSI
BOLD - static field in class org.incava.qualog.ANSIColor
BOLD - static field in class org.incava.qualog.Qualog
The code for bold decoration.
bold(byte) - static method in class org.incava.qualog.Qualog
Writes logging output, with bold foreground on the default background.
bold(byte[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with bold foreground on the default background.
bold(char) - static method in class org.incava.qualog.Qualog
Writes logging output, with bold foreground on the default background.
bold(char[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with bold foreground on the default background.
bold(double) - static method in class org.incava.qualog.Qualog
Writes logging output, with bold foreground on the default background.
bold(double[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with bold foreground on the default background.
bold(float) - static method in class org.incava.qualog.Qualog
Writes logging output, with bold foreground on the default background.
bold(float[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with bold foreground on the default background.
bold(int) - static method in class org.incava.qualog.Qualog
Writes logging output, with bold foreground on the default background.
bold(int[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with bold foreground on the default background.
bold(long) - static method in class org.incava.qualog.Qualog
Writes logging output, with bold foreground on the default background.
bold(long[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with bold foreground on the default background.
bold(Object) - static method in class org.incava.qualog.Qualog
Writes logging output, with bold foreground on the default background.
bold(Object[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with bold foreground on the default background.
bold(org.incava.qualog.QlLevel,byte) - static method in class org.incava.qualog.Qualog
Writes logging output, with bold foreground on the default background.
bold(org.incava.qualog.QlLevel,byte[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with bold foreground on the default background.
bold(org.incava.qualog.QlLevel,char) - static method in class org.incava.qualog.Qualog
Writes logging output, with bold foreground on the default background.
bold(org.incava.qualog.QlLevel,char[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with bold foreground on the default background.
bold(org.incava.qualog.QlLevel,double) - static method in class org.incava.qualog.Qualog
Writes logging output, with bold foreground on the default background.
bold(org.incava.qualog.QlLevel,double[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with bold foreground on the default background.
bold(org.incava.qualog.QlLevel,float) - static method in class org.incava.qualog.Qualog
Writes logging output, with bold foreground on the default background.
bold(org.incava.qualog.QlLevel,float[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with bold foreground on the default background.
bold(org.incava.qualog.QlLevel,int) - static method in class org.incava.qualog.Qualog
Writes logging output, with bold foreground on the default background.
bold(org.incava.qualog.QlLevel,int[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with bold foreground on the default background.
bold(org.incava.qualog.QlLevel,long) - static method in class org.incava.qualog.Qualog
Writes logging output, with bold foreground on the default background.
bold(org.incava.qualog.QlLevel,long[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with bold foreground on the default background.
bold(org.incava.qualog.QlLevel,Object) - static method in class org.incava.qualog.Qualog
Writes logging output, with bold foreground on the default background.
bold(org.incava.qualog.QlLevel,Object[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with bold foreground on the default background.
bold(org.incava.qualog.QlLevel,String) - static method in class org.incava.qualog.Qualog
Writes logging output, with bold foreground on the default background.
bold(org.incava.qualog.QlLevel,String,byte) - static method in class org.incava.qualog.Qualog
Writes logging output, with bold foreground on the default background.
bold(org.incava.qualog.QlLevel,String,byte[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with bold foreground on the default background.
bold(org.incava.qualog.QlLevel,String,char) - static method in class org.incava.qualog.Qualog
Writes logging output, with bold foreground on the default background.
bold(org.incava.qualog.QlLevel,String,char[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with bold foreground on the default background.
bold(org.incava.qualog.QlLevel,String,double) - static method in class org.incava.qualog.Qualog
Writes logging output, with bold foreground on the default background.
bold(org.incava.qualog.QlLevel,String,double[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with bold foreground on the default background.
bold(org.incava.qualog.QlLevel,String,float) - static method in class org.incava.qualog.Qualog
Writes logging output, with bold foreground on the default background.
bold(org.incava.qualog.QlLevel,String,float[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with bold foreground on the default background.
bold(org.incava.qualog.QlLevel,String,int) - static method in class org.incava.qualog.Qualog
Writes logging output, with bold foreground on the default background.
bold(org.incava.qualog.QlLevel,String,int[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with bold foreground on the default background.
bold(org.incava.qualog.QlLevel,String,long) - static method in class org.incava.qualog.Qualog
Writes logging output, with bold foreground on the default background.
bold(org.incava.qualog.QlLevel,String,long[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with bold foreground on the default background.
bold(org.incava.qualog.QlLevel,String,Object) - static method in class org.incava.qualog.Qualog
Writes logging output, with bold foreground on the default background.
bold(org.incava.qualog.QlLevel,String,Object[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with bold foreground on the default background.
bold(String) - static method in class org.incava.qualog.Qualog
Writes logging output, with bold foreground on the default background.
bold(String,byte) - static method in class org.incava.qualog.Qualog
Writes logging output, with bold foreground on the default background.
bold(String,byte[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with bold foreground on the default background.
bold(String,char) - static method in class org.incava.qualog.Qualog
Writes logging output, with bold foreground on the default background.
bold(String,char[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with bold foreground on the default background.
bold(String,double) - static method in class org.incava.qualog.Qualog
Writes logging output, with bold foreground on the default background.
bold(String,double[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with bold foreground on the default background.
bold(String,float) - static method in class org.incava.qualog.Qualog
Writes logging output, with bold foreground on the default background.
bold(String,float[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with bold foreground on the default background.
bold(String,int) - static method in class org.incava.qualog.Qualog
Writes logging output, with bold foreground on the default background.
bold(String,int[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with bold foreground on the default background.
bold(String,long) - static method in class org.incava.qualog.Qualog
Writes logging output, with bold foreground on the default background.
bold(String,long[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with bold foreground on the default background.
bold(String,Object) - static method in class org.incava.qualog.Qualog
Writes logging output, with bold foreground on the default background.
bold(String,Object[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with bold foreground on the default background.
BooleanOption - class org.incava.jagol.BooleanOption
Represents an option that is an boolean.
BooleanOption(String,String) - constructor for class org.incava.jagol.BooleanOption
BooleanOption(String,String,Boolean) - constructor for class org.incava.jagol.BooleanOption

C

check(String) - method in class org.incava.doctorj.CommentSpellCheck
checkCurrentWord() - method in class org.incava.doctorj.CommentSpellCheck
Checks the Javadoc against that expected by a type.
checkWord(String,int) - method in class org.incava.doctorj.CommentSpellCheck
CHKLVL_DOC_EXISTS - static field in class org.incava.doctorj.DocAnalyzer
CHKLVL_EXCEPTION_DOC_EXISTS - static field in class org.incava.doctorj.ExceptionDocAnalyzer
CHKLVL_EXCEPTIONS_ALPHABETICAL - static field in class org.incava.doctorj.ExceptionDocAnalyzer
CHKLVL_MISORDERED_TAGS - static field in class org.incava.doctorj.ItemDocAnalyzer
CHKLVL_PARAM_DOC_EXISTS - static field in class org.incava.doctorj.ParameterDocAnalyzer
The warning level for checking for the existence of Javadoc for parameters.
CHKLVL_SUMMARY_SENTENCE - static field in class org.incava.doctorj.ItemDocAnalyzer
CHKLVL_TAG_CONTENT - static field in class org.incava.doctorj.DocAnalyzer
CHKLVL_VALID_TAGS - static field in class org.incava.doctorj.ItemDocAnalyzer
CLASS_WIDTH_PROPERTY_KEY - static field in class org.incava.qualog.Qualog
ClassDocAnalyzer - class org.incava.doctorj.ClassDocAnalyzer
Analyzes Javadoc and code for a class, either concrete or abstract.
Creates an analyzer, but does not yet run.
classesSkipped - field in class org.incava.qualog.QlWriter
ClassUtil - class org.incava.java.ClassUtil
Miscellaneous routines for classs.
classWidth - field in class org.incava.qualog.QlWriter
clear() - method in class org.incava.qualog.QlWriter
Resets parameters to their defaults.
clear() - static method in class org.incava.qualog.Qualog
clearClassColor(String) - method in class org.incava.qualog.QlWriter
clearClassColor(String) - static method in class org.incava.qualog.Qualog
Collect - class org.incava.util.Collect
Collects a collections into a collection.
Collect(Collection) - constructor for class org.incava.util.Collect
Creates a new collection, where the condition passes the condition.
Collect(Object[]) - constructor for class org.incava.util.Collect
Ditto, but for real arrays.
column - field in class org.incava.text.Location
COLUMNAR_PROPERTY_KEY - static field in class org.incava.qualog.Qualog
columns - field in class org.incava.qualog.QlWriter
CommentSpellCheck - class org.incava.doctorj.CommentSpellCheck
CommentSpellCheck() - constructor for class org.incava.doctorj.CommentSpellCheck
COMP_LEN - static field in class org.incava.text.SpellChecker
compare(Object,Object) - method in class org.incava.util.ReverseComparator
Compares o2 to o1.
compare(org.incava.java.MatchCriteria) - method in class org.incava.java.MatchCriteria
compare(String,int,String,int) - method in class org.incava.text.NoCaseSpellChecker
compare(String,int,String,int) - method in class org.incava.text.SpellChecker
Compares the two characters.
compareTo(Object) - method in class org.incava.qualog.QlLevel
compareTo(Object) - method in class org.incava.analysis.Violation
Compares this violation to another.
Miscellaneous routines for compilation units.
CONCEALED - static field in class org.incava.util.ANSI
CONCEALED - static field in class org.incava.qualog.ANSIColor
CONCEALED - static field in class org.incava.qualog.Qualog
The code for hidden text.
concealed(byte) - static method in class org.incava.qualog.Qualog
Writes logging output, with concealed foreground on the default background.
concealed(byte[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with concealed foreground on the default background.
concealed(char) - static method in class org.incava.qualog.Qualog
Writes logging output, with concealed foreground on the default background.
concealed(char[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with concealed foreground on the default background.
concealed(double) - static method in class org.incava.qualog.Qualog
Writes logging output, with concealed foreground on the default background.
concealed(double[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with concealed foreground on the default background.
concealed(float) - static method in class org.incava.qualog.Qualog
Writes logging output, with concealed foreground on the default background.
concealed(float[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with concealed foreground on the default background.
concealed(int) - static method in class org.incava.qualog.Qualog
Writes logging output, with concealed foreground on the default background.
concealed(int[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with concealed foreground on the default background.
concealed(long) - static method in class org.incava.qualog.Qualog
Writes logging output, with concealed foreground on the default background.
concealed(long[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with concealed foreground on the default background.
concealed(Object) - static method in class org.incava.qualog.Qualog
Writes logging output, with concealed foreground on the default background.
concealed(Object[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with concealed foreground on the default background.
concealed(org.incava.qualog.QlLevel,byte) - static method in class org.incava.qualog.Qualog
Writes logging output, with concealed foreground on the default background.
concealed(org.incava.qualog.QlLevel,byte[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with concealed foreground on the default background.
concealed(org.incava.qualog.QlLevel,char) - static method in class org.incava.qualog.Qualog
Writes logging output, with concealed foreground on the default background.
concealed(org.incava.qualog.QlLevel,char[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with concealed foreground on the default background.
concealed(org.incava.qualog.QlLevel,double) - static method in class org.incava.qualog.Qualog
Writes logging output, with concealed foreground on the default background.
concealed(org.incava.qualog.QlLevel,double[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with concealed foreground on the default background.
concealed(org.incava.qualog.QlLevel,float) - static method in class org.incava.qualog.Qualog
Writes logging output, with concealed foreground on the default background.
concealed(org.incava.qualog.QlLevel,float[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with concealed foreground on the default background.
concealed(org.incava.qualog.QlLevel,int) - static method in class org.incava.qualog.Qualog
Writes logging output, with concealed foreground on the default background.
concealed(org.incava.qualog.QlLevel,int[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with concealed foreground on the default background.
concealed(org.incava.qualog.QlLevel,long) - static method in class org.incava.qualog.Qualog
Writes logging output, with concealed foreground on the default background.
concealed(org.incava.qualog.QlLevel,long[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with concealed foreground on the default background.
concealed(org.incava.qualog.QlLevel,Object) - static method in class org.incava.qualog.Qualog
Writes logging output, with concealed foreground on the default background.
concealed(org.incava.qualog.QlLevel,Object[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with concealed foreground on the default background.
concealed(org.incava.qualog.QlLevel,String) - static method in class org.incava.qualog.Qualog
Writes logging output, with concealed foreground on the default background.
concealed(org.incava.qualog.QlLevel,String,byte) - static method in class org.incava.qualog.Qualog
Writes logging output, with concealed foreground on the default background.
concealed(org.incava.qualog.QlLevel,String,byte[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with concealed foreground on the default background.
concealed(org.incava.qualog.QlLevel,String,char) - static method in class org.incava.qualog.Qualog
Writes logging output, with concealed foreground on the default background.
concealed(org.incava.qualog.QlLevel,String,char[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with concealed foreground on the default background.
concealed(org.incava.qualog.QlLevel,String,double) - static method in class org.incava.qualog.Qualog
Writes logging output, with concealed foreground on the default background.
concealed(org.incava.qualog.QlLevel,String,double[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with concealed foreground on the default background.
concealed(org.incava.qualog.QlLevel,String,float) - static method in class org.incava.qualog.Qualog
Writes logging output, with concealed foreground on the default background.
concealed(org.incava.qualog.QlLevel,String,float[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with concealed foreground on the default background.
concealed(org.incava.qualog.QlLevel,String,int) - static method in class org.incava.qualog.Qualog
Writes logging output, with concealed foreground on the default background.
concealed(org.incava.qualog.QlLevel,String,int[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with concealed foreground on the default background.
concealed(org.incava.qualog.QlLevel,String,long) - static method in class org.incava.qualog.Qualog
Writes logging output, with concealed foreground on the default background.
concealed(org.incava.qualog.QlLevel,String,long[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with concealed foreground on the default background.
concealed(org.incava.qualog.QlLevel,String,Object) - static method in class org.incava.qualog.Qualog
Writes logging output, with concealed foreground on the default background.
concealed(org.incava.qualog.QlLevel,String,Object[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with concealed foreground on the default background.
concealed(String) - static method in class org.incava.qualog.Qualog
Writes logging output, with concealed foreground on the default background.
concealed(String,byte) - static method in class org.incava.qualog.Qualog
Writes logging output, with concealed foreground on the default background.
concealed(String,byte[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with concealed foreground on the default background.
concealed(String,char) - static method in class org.incava.qualog.Qualog
Writes logging output, with concealed foreground on the default background.
concealed(String,char[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with concealed foreground on the default background.
concealed(String,double) - static method in class org.incava.qualog.Qualog
Writes logging output, with concealed foreground on the default background.
concealed(String,double[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with concealed foreground on the default background.
concealed(String,float) - static method in class org.incava.qualog.Qualog
Writes logging output, with concealed foreground on the default background.
concealed(String,float[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with concealed foreground on the default background.
concealed(String,int) - static method in class org.incava.qualog.Qualog
Writes logging output, with concealed foreground on the default background.
concealed(String,int[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with concealed foreground on the default background.
concealed(String,long) - static method in class org.incava.qualog.Qualog
Writes logging output, with concealed foreground on the default background.
concealed(String,long[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with concealed foreground on the default background.
concealed(String,Object) - static method in class org.incava.qualog.Qualog
Writes logging output, with concealed foreground on the default background.
concealed(String,Object[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with concealed foreground on the default background.
consume(String) - method in class org.incava.doctorj.CommentSpellCheck
consumeTo(String) - method in class org.incava.doctorj.CommentSpellCheck
ContextReport - class org.incava.analysis.ContextReport
Reports errors in multiple lines, displaying the contextual code, and denoting the code to which a violation applies.
ContextReport(OutputStream) - constructor for class org.incava.analysis.ContextReport
Creates a context report for the given output stream.
ContextReport(OutputStream,File) - constructor for class org.incava.analysis.ContextReport
Creates a context report for the given output stream, and file.
ContextReport(OutputStream,String) - constructor for class org.incava.analysis.ContextReport
Creates a context report for the given output stream, and string source.
ContextReport(Writer) - constructor for class org.incava.analysis.ContextReport
Creates a context report for the given writer.
ContextReport(Writer,File) - constructor for class org.incava.analysis.ContextReport
Creates a context report for the given writer, and a file source.
ContextReport(Writer,String) - constructor for class org.incava.analysis.ContextReport
Creates a context report for the given writer, and a string source.
convert(String) - method in class org.incava.jagol.ListOption
Returns the string, possibly converted to a different Object type.
CtorDocAnalyzer - class org.incava.doctorj.CtorDocAnalyzer
Analyzes Javadoc and code for constructors.
CtorUtil - class org.incava.java.CtorUtil
Miscellaneous routines for constructors.
CUSTOM_TAG - static field in class org.incava.doctorj.JavadocTags
CYAN - static field in class org.incava.util.ANSI
CYAN - static field in class org.incava.qualog.ANSIColor
CYAN - static field in class org.incava.qualog.Qualog
The code for cyan text.
cyan(byte) - static method in class org.incava.qualog.Qualog
Writes logging output, with cyan foreground on the default background.
cyan(byte[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with cyan foreground on the default background.
cyan(char) - static method in class org.incava.qualog.Qualog
Writes logging output, with cyan foreground on the default background.
cyan(char[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with cyan foreground on the default background.
cyan(double) - static method in class org.incava.qualog.Qualog
Writes logging output, with cyan foreground on the default background.
cyan(double[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with cyan foreground on the default background.
cyan(float) - static method in class org.incava.qualog.Qualog
Writes logging output, with cyan foreground on the default background.
cyan(float[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with cyan foreground on the default background.
cyan(int) - static method in class org.incava.qualog.Qualog
Writes logging output, with cyan foreground on the default background.
cyan(int[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with cyan foreground on the default background.
cyan(long) - static method in class org.incava.qualog.Qualog
Writes logging output, with cyan foreground on the default background.
cyan(long[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with cyan foreground on the default background.
cyan(Object) - static method in class org.incava.qualog.Qualog
Writes logging output, with cyan foreground on the default background.
cyan(Object[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with cyan foreground on the default background.
cyan(org.incava.qualog.QlLevel,byte) - static method in class org.incava.qualog.Qualog
Writes logging output, with cyan foreground on the default background.
cyan(org.incava.qualog.QlLevel,byte[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with cyan foreground on the default background.
cyan(org.incava.qualog.QlLevel,char) - static method in class org.incava.qualog.Qualog
Writes logging output, with cyan foreground on the default background.
cyan(org.incava.qualog.QlLevel,char[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with cyan foreground on the default background.
cyan(org.incava.qualog.QlLevel,double) - static method in class org.incava.qualog.Qualog
Writes logging output, with cyan foreground on the default background.
cyan(org.incava.qualog.QlLevel,double[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with cyan foreground on the default background.
cyan(org.incava.qualog.QlLevel,float) - static method in class org.incava.qualog.Qualog
Writes logging output, with cyan foreground on the default background.
cyan(org.incava.qualog.QlLevel,float[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with cyan foreground on the default background.
cyan(org.incava.qualog.QlLevel,int) - static method in class org.incava.qualog.Qualog
Writes logging output, with cyan foreground on the default background.
cyan(org.incava.qualog.QlLevel,int[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with cyan foreground on the default background.
cyan(org.incava.qualog.QlLevel,long) - static method in class org.incava.qualog.Qualog
Writes logging output, with cyan foreground on the default background.
cyan(org.incava.qualog.QlLevel,long[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with cyan foreground on the default background.
cyan(org.incava.qualog.QlLevel,Object) - static method in class org.incava.qualog.Qualog
Writes logging output, with cyan foreground on the default background.
cyan(org.incava.qualog.QlLevel,Object[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with cyan foreground on the default background.
cyan(org.incava.qualog.QlLevel,String) - static method in class org.incava.qualog.Qualog
Writes logging output, with cyan foreground on the default background.
cyan(org.incava.qualog.QlLevel,String,byte) - static method in class org.incava.qualog.Qualog
Writes logging output, with cyan foreground on the default background.
cyan(org.incava.qualog.QlLevel,String,byte[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with cyan foreground on the default background.
cyan(org.incava.qualog.QlLevel,String,char) - static method in class org.incava.qualog.Qualog
Writes logging output, with cyan foreground on the default background.
cyan(org.incava.qualog.QlLevel,String,char[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with cyan foreground on the default background.
cyan(org.incava.qualog.QlLevel,String,double) - static method in class org.incava.qualog.Qualog
Writes logging output, with cyan foreground on the default background.
cyan(org.incava.qualog.QlLevel,String,double[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with cyan foreground on the default background.
cyan(org.incava.qualog.QlLevel,String,float) - static method in class org.incava.qualog.Qualog
Writes logging output, with cyan foreground on the default background.
cyan(org.incava.qualog.QlLevel,String,float[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with cyan foreground on the default background.
cyan(org.incava.qualog.QlLevel,String,int) - static method in class org.incava.qualog.Qualog
Writes logging output, with cyan foreground on the default background.
cyan(org.incava.qualog.QlLevel,String,int[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with cyan foreground on the default background.
cyan(org.incava.qualog.QlLevel,String,long) - static method in class org.incava.qualog.Qualog
Writes logging output, with cyan foreground on the default background.
cyan(org.incava.qualog.QlLevel,String,long[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with cyan foreground on the default background.
cyan(org.incava.qualog.QlLevel,String,Object) - static method in class org.incava.qualog.Qualog
Writes logging output, with cyan foreground on the default background.
cyan(org.incava.qualog.QlLevel,String,Object[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with cyan foreground on the default background.
cyan(String) - static method in class org.incava.qualog.Qualog
Writes logging output, with cyan foreground on the default background.
cyan(String,byte) - static method in class org.incava.qualog.Qualog
Writes logging output, with cyan foreground on the default background.
cyan(String,byte[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with cyan foreground on the default background.
cyan(String,char) - static method in class org.incava.qualog.Qualog
Writes logging output, with cyan foreground on the default background.
cyan(String,char[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with cyan foreground on the default background.
cyan(String,double) - static method in class org.incava.qualog.Qualog
Writes logging output, with cyan foreground on the default background.
cyan(String,double[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with cyan foreground on the default background.
cyan(String,float) - static method in class org.incava.qualog.Qualog
Writes logging output, with cyan foreground on the default background.
cyan(String,float[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with cyan foreground on the default background.
cyan(String,int) - static method in class org.incava.qualog.Qualog
Writes logging output, with cyan foreground on the default background.
cyan(String,int[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with cyan foreground on the default background.
cyan(String,long) - static method in class org.incava.qualog.Qualog
Writes logging output, with cyan foreground on the default background.
cyan(String,long[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with cyan foreground on the default background.
cyan(String,Object) - static method in class org.incava.qualog.Qualog
Writes logging output, with cyan foreground on the default background.
cyan(String,Object[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with cyan foreground on the default background.

D

DEBUG - static field in class org.incava.lang.StringExt
Set this to true for debugging output.
DEFAULT_MAX_DISTANCE - static field in class org.incava.text.SpellChecker
DEFAULT_STACK_DEPTH - static field in class org.incava.qualog.Qualog
The default number of stack trace elements to display in a stack.
DEFAULT_WARNING_LEVEL - static field in class org.incava.doctorj.Options
DEPRECATED - static field in class org.incava.doctorj.JavadocTags
description - field in class org.incava.javadoc.JavadocDescriptionNode
DocAnalyzer - class org.incava.doctorj.DocAnalyzer
Analyzes Javadoc and code.
DocAnalyzer(org.incava.analysis.Report) - constructor for class org.incava.doctorj.DocAnalyzer
DoctorJ - class org.incava.doctorj.DoctorJ
DoctorJ(String[]) - constructor for class org.incava.doctorj.DoctorJ
DoubleOption - class org.incava.jagol.DoubleOption
Represents an option that is an double.
DoubleOption(String,String) - constructor for class org.incava.jagol.DoubleOption
DoubleOption(String,String,Double) - constructor for class org.incava.jagol.DoubleOption
dump(net.sourceforge.pmd.ast.SimpleNode,String) - static method in class org.incava.java.SimpleNodeUtil
duration - field in class org.incava.util.TimedEvent
duration - field in class org.incava.util.TimedEventSet

E

editDistance(String,String) - method in class org.incava.text.SpellChecker
Computes the Levenstein edit distance between the two words, with a maximum of 3, at which point the distance is no longer computed.
editDistance(String,String,int) - method in class org.incava.text.SpellChecker
Computes the Levenstein edit distance between the two words.
emacsOutput - static field in class org.incava.doctorj.Options
Whether to use single-line (emacs) or multi-line (non-emacs) output format.
end - field in class org.incava.javadoc.JavadocElement
end() - method in class org.incava.qualog.QlTimer
end() - static method in class org.incava.qualog.Qualog
end() - method in class org.incava.util.TimedEvent
end(String) - method in class org.incava.qualog.QlTimer
end(String) - static method in class org.incava.qualog.Qualog
equals(Object) - method in class org.incava.javadoc.JavadocElement
equals(Object) - method in class org.incava.text.Location
equals(Object) - method in class org.incava.qualog.QlLevel
equals(Object) - method in class org.incava.lang.Range
equals(Object) - method in class org.incava.analysis.Violation
Returns whether the other object is equal to this one.
equals(Object,Object) - method in class org.incava.util.ReverseComparator
Returns o1.equals(o2).
equals(org.incava.javadoc.JavadocElement) - method in class org.incava.javadoc.JavadocElement
equals(org.incava.text.Location) - method in class org.incava.text.Location
EXCEPTION - static field in class org.incava.doctorj.JavadocTags
ExceptionDocAnalyzer - class org.incava.doctorj.ExceptionDocAnalyzer
Checks for violations of rules applying to exceptions.
Creates and runs the exception documentation analyzer.
expandTo(int) - method in class org.incava.lang.Range

F

FieldDocAnalyzer - class org.incava.doctorj.FieldDocAnalyzer
Analyzes Javadoc and code for fields.
FieldUtil - class org.incava.java.FieldUtil
Miscellaneous routines for fields.
FILE_WIDTH_PROPERTY_KEY - static field in class org.incava.qualog.Qualog
FileExt - class org.incava.io.FileExt
fileName - field in class org.incava.analysis.Report
The file to which this report currently applies.
fileWidth - field in class org.incava.qualog.QlWriter
Find - class org.incava.io.Find
Support for find(1)-like behavior.
findChildren(net.sourceforge.pmd.ast.SimpleNode) - static method in class org.incava.java.SimpleNodeUtil
Returns all children of the node.
findStackStart(StackTraceElement[]) - method in class org.incava.qualog.QlWriter
Returns the index in the stack where logging (stacks) should be displayed.
findStackStart(StackTraceElement[]) - static method in class org.incava.qualog.Qualog
findToken(net.sourceforge.pmd.ast.SimpleNode,int) - static method in class org.incava.java.SimpleNodeUtil
FloatOption - class org.incava.jagol.FloatOption
Represents an option that is an float.
FloatOption(String,String) - constructor for class org.incava.jagol.FloatOption
FloatOption(String,String,Float) - constructor for class org.incava.jagol.FloatOption
flush() - method in class org.incava.analysis.Report
Writes all violations, and clears the list.
format(long) - method in class org.incava.qualog.QlTimer
FunctionDocAnalyzer - class org.incava.doctorj.FunctionDocAnalyzer
Analyzes Javadoc and code for methods and constructors, AKA functions.
FunctionUtil - class org.incava.java.FunctionUtil
Miscellaneous routines for functions (ctors and methods).
functionWidth - field in class org.incava.qualog.QlWriter

G

get() - static method in class org.incava.doctorj.Options
getAccess(net.sourceforge.pmd.ast.SimpleNode) - static method in class org.incava.java.ItemUtil
Returns the access type, as a token.
getAccessString(net.sourceforge.pmd.ast.SimpleNode) - static method in class org.incava.java.ItemUtil
Returns the access type, as a string.
getAppName() - method in class org.incava.jagol.OptionSet
Returns the application name.
getBeginColumn() - method in class org.incava.analysis.Violation
Returns the column where the violation starts.
getBeginLine() - method in class org.incava.analysis.Violation
Returns the line where the violation starts.
getChildren(net.sourceforge.pmd.ast.SimpleNode) - static method in class org.incava.java.SimpleNodeUtil
Returns a list of children, both nodes and tokens.
Returns a list of children, optionally nodes and tokens.
Returns a list of child tokens, non-hierarchically.
Returns a list of child tokens, non-hierarchically.
getClassName() - method in class org.incava.qualog.QlTimedPeriod
getClosestMatchingException(String) - method in class org.incava.doctorj.ExceptionDocAnalyzer
Returns the name in the list that most closely matches the given string.
getClosestMatchingParameter(String) - method in class org.incava.doctorj.ParameterDocAnalyzer
Returns the first param in the list whose name most closely matches the given string.
Returns the real declaration, which is a method, field, constructor, or inner class or interface.
Returns a list of all methods, fields, constructors, and inner classes and interfaces.
Returns a list of all methods, fields, constructors, and inner classes and interfaces.
getDescription() - method in class org.incava.javadoc.JavadocNode
getDescription() - method in class org.incava.javadoc.JavadocTaggedNode
This returns the text following the tag, and including the target.
getDescription() - method in class org.incava.jagol.Option
Returns the description.
getDescription() - method in class org.incava.jagol.OptionSet
Returns the description.
getDescriptionNonTarget() - method in class org.incava.javadoc.JavadocTaggedNode
This returns the text following the target.
getEnclosingNode() - method in class org.incava.doctorj.CtorDocAnalyzer
Returns the node that contains the access and modifier tokens.
getEnclosingNode() - method in class org.incava.doctorj.FieldDocAnalyzer
Returns the node that contains the access and modifier tokens.
getEnclosingNode() - method in class org.incava.doctorj.ItemDocAnalyzer
Returns the node that contains the access and modifier tokens.
getEnclosingNode() - method in class org.incava.doctorj.MethodDocAnalyzer
Returns the parent node, which is the enclosing declaration.
getEnclosingNode() - method in class org.incava.doctorj.TypeDocAnalyzer
Returns the node that contains the access and modifier tokens.
getEndColumn() - method in class org.incava.javadoc.JavadocNode
getEndColumn() - method in class org.incava.analysis.Violation
Returns the column where the violation ends.
getEndLine() - method in class org.incava.javadoc.JavadocNode
getEndLine() - method in class org.incava.analysis.Violation
Returns the line where the violation ends.
getExactMatch(List,Object[]) - static method in class org.incava.java.ParameterUtil
getExactMatch(String) - method in class org.incava.doctorj.ExceptionDocAnalyzer
getExitValue() - method in class org.incava.doctorj.DoctorJ
getFileList(List,String,String) - static method in class org.incava.io.Find
Passes back a list of files.
getFileList(String[],String) - static method in class org.incava.io.Find
Returns an array of files, collected from the names list.
getFileName() - method in class org.incava.qualog.QlTimedPeriod
getFirst() - method in class org.incava.lang.Range
getFrame() - method in class org.incava.qualog.QlTimer
getIndex(String) - static method in class org.incava.doctorj.JavadocTags
getInstance() - static method in class org.incava.doctorj.CommentSpellCheck
getItemType() - method in class org.incava.doctorj.ClassDocAnalyzer
Returns the type of item this analyzer is operating on.
getItemType() - method in class org.incava.doctorj.CtorDocAnalyzer
Returns the type of item this analyzer is operating on.
getItemType() - method in class org.incava.doctorj.FieldDocAnalyzer
Returns the type of item this analyzer is operating on.
getItemType() - method in class org.incava.doctorj.InterfaceDocAnalyzer
Returns the type of item this analyzer is operating on.
getItemType() - method in class org.incava.doctorj.ItemDocAnalyzer
Returns the type of item this analyzer is operating on.
getItemType() - method in class org.incava.doctorj.MethodDocAnalyzer
Returns the type of item this analyzer is operating on.
getJavadoc() - method in class org.incava.doctorj.ItemDocAnalyzer
Returns the Javadoc for the given node.
getKey(String) - method in class org.incava.text.SpellChecker
getLast() - method in class org.incava.lang.Range
Returns whether the node has a matching token, occurring prior to any non-tokens (i.e., before any child nodes).
Returns the tokens preceding the first child of the node.
getLevel() - method in class org.incava.qualog.QlFilter
Returns the level.
getLevel(net.sourceforge.pmd.ast.SimpleNode) - static method in class org.incava.java.SimpleNodeUtil
Returns a numeric "level" for the node.
getLineNumber() - method in class org.incava.qualog.QlTimedPeriod
getListMatch(List,int,List) - static method in class org.incava.java.ParameterUtil
Returns 0 for exact match, +1 for misordered match, -1 for no match.
getLocation(int) - method in class org.incava.text.LineMapping
Converts the string position to a line:column location.
getLocations(int,int) - method in class org.incava.text.LineMapping
Converts the string position to a line:column start and end location.
getLocations(Point) - method in class org.incava.text.LineMapping
Converts the string position to a line:column start and end location.
getLongName() - method in class org.incava.jagol.Option
Returns the long option name.
getMatch(List,int,List) - static method in class org.incava.java.ParameterUtil
getMatchingException(String) - method in class org.incava.doctorj.ExceptionDocAnalyzer
Returns the first name in the list that matches the given string.
getMatchingParameter(String) - method in class org.incava.doctorj.ParameterDocAnalyzer
Returns the first param in the list whose name matches the given string.
getMessage() - method in class org.incava.qualog.QlTimedPeriod
getMessage() - method in class org.incava.analysis.Violation
Returns the message for this violation.
getMethodName() - method in class org.incava.qualog.QlTimedPeriod
getName() - method in class org.incava.java.MethodMatchCriteria
getName(net.sourceforge.pmd.ast.ASTMethodDeclaration) - static method in class org.incava.java.MethodUtil
getName(net.sourceforge.pmd.ast.ASTNameList,int) - static method in class org.incava.java.ThrowsUtil
getName(net.sourceforge.pmd.ast.ASTVariableDeclarator) - static method in class org.incava.java.FieldUtil
getNameNode(net.sourceforge.pmd.ast.ASTNameList,int) - static method in class org.incava.java.ThrowsUtil
getNames(net.sourceforge.pmd.ast.ASTFieldDeclaration) - static method in class org.incava.java.FieldUtil
Returns a string in the form "a, b, c", for the variables declared in this field.
getNames(net.sourceforge.pmd.ast.ASTNameList) - static method in class org.incava.java.ThrowsUtil
getNode() - method in class org.incava.doctorj.ItemDocAnalyzer
getParameterList() - method in class org.incava.doctorj.CtorDocAnalyzer
Returns the throws list for the constructor.
getParameterList() - method in class org.incava.doctorj.FunctionDocAnalyzer
Returns the parameter list for the function.
getParameterList() - method in class org.incava.doctorj.MethodDocAnalyzer
Returns the parameter list for the method.
getParameters() - method in class org.incava.java.MethodMatchCriteria
getParent(net.sourceforge.pmd.ast.SimpleNode) - static method in class org.incava.java.SimpleNodeUtil
Returns the parent node.
getReport() - method in class org.incava.analysis.Analyzer
Returns the report used by this analyzer.
getShortName() - method in class org.incava.jagol.Option
Returns the short option name.
getShortName(String) - method in class org.incava.doctorj.ExceptionDocAnalyzer
Returns the short name of the class, e.g., Integer instead of java.lang.Integer.
getStack(int) - method in class org.incava.qualog.QlWriter
getStack(int) - static method in class org.incava.qualog.Qualog
getStartColumn() - method in class org.incava.javadoc.JavadocNode
getStartLine() - method in class org.incava.javadoc.JavadocNode
getStartTime() - method in class org.incava.qualog.QlTimedPeriod
getTag() - method in class org.incava.javadoc.JavadocTaggedNode
getTaggedComments() - method in class org.incava.javadoc.JavadocNode
getTagsAtIndex(int) - static method in class org.incava.doctorj.JavadocTags
getTarget() - method in class org.incava.javadoc.JavadocTaggedNode
Tag targets may be one of three forms:
getThrows(net.sourceforge.pmd.ast.SimpleNode) - static method in class org.incava.java.FunctionUtil
Returns the throws token, or null if none.
getThrowsList(net.sourceforge.pmd.ast.SimpleNode) - static method in class org.incava.java.FunctionUtil
Returns the throws list, or null if none.
getTokens(net.sourceforge.pmd.ast.SimpleNode) - static method in class org.incava.java.SimpleNodeUtil
Returns the tokens for a node.
getType() - method in class org.incava.jagol.DoubleOption
Returns the option type.
getType() - method in class org.incava.jagol.FloatOption
Returns the option type.
getType() - method in class org.incava.jagol.IntegerOption
Returns the option type.
getType() - method in class org.incava.jagol.NonBooleanOption
Returns the option type.
getType() - method in class org.incava.jagol.StringOption
Returns the option type.
getValidClassTags() - static method in class org.incava.doctorj.JavadocTags
getValidConstructorTags() - static method in class org.incava.doctorj.JavadocTags
getValidFieldTags() - static method in class org.incava.doctorj.JavadocTags
getValidInterfaceTags() - static method in class org.incava.doctorj.JavadocTags
getValidMethodTags() - static method in class org.incava.doctorj.JavadocTags
getValidTags() - method in class org.incava.doctorj.ClassDocAnalyzer
Returns the valid tags, as strings, for classes.
getValidTags() - method in class org.incava.doctorj.CtorDocAnalyzer
Returns the valid tags, as strings, for ctors.
getValidTags() - method in class org.incava.doctorj.FieldDocAnalyzer
Returns the valid tags, as strings, for fields.
getValidTags() - method in class org.incava.doctorj.InterfaceDocAnalyzer
Returns the valid tags, as strings, for interfaces.
getValidTags() - method in class org.incava.doctorj.ItemDocAnalyzer
Returns the valid tags, as strings, for this type of item.
getValidTags() - method in class org.incava.doctorj.MethodDocAnalyzer
Returns the valid tags, as strings, for methods.
getValue() - method in class org.incava.jagol.BooleanOption
Returns the value.
getValue() - method in class org.incava.jagol.DoubleOption
Returns the value.
getValue() - method in class org.incava.jagol.FloatOption
Returns the value.
getValue() - method in class org.incava.jagol.IntegerOption
Returns the value.
getValue() - method in class org.incava.jagol.ListOption
Returns the value.
getValue() - method in class org.incava.jagol.StringOption
Returns the value.
getViolations() - method in class org.incava.analysis.Report
Exists only for testing.
GREEN - static field in class org.incava.util.ANSI
GREEN - static field in class org.incava.qualog.ANSIColor
GREEN - static field in class org.incava.qualog.Qualog
The code for green text.
green(byte) - static method in class org.incava.qualog.Qualog
Writes logging output, with green foreground on the default background.
green(byte[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with green foreground on the default background.
green(char) - static method in class org.incava.qualog.Qualog
Writes logging output, with green foreground on the default background.
green(char[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with green foreground on the default background.
green(double) - static method in class org.incava.qualog.Qualog
Writes logging output, with green foreground on the default background.
green(double[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with green foreground on the default background.
green(float) - static method in class org.incava.qualog.Qualog
Writes logging output, with green foreground on the default background.
green(float[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with green foreground on the default background.
green(int) - static method in class org.incava.qualog.Qualog
Writes logging output, with green foreground on the default background.
green(int[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with green foreground on the default background.
green(long) - static method in class org.incava.qualog.Qualog
Writes logging output, with green foreground on the default background.
green(long[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with green foreground on the default background.
green(Object) - static method in class org.incava.qualog.Qualog
Writes logging output, with green foreground on the default background.
green(Object[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with green foreground on the default background.
green(org.incava.qualog.QlLevel,byte) - static method in class org.incava.qualog.Qualog
Writes logging output, with green foreground on the default background.
green(org.incava.qualog.QlLevel,byte[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with green foreground on the default background.
green(org.incava.qualog.QlLevel,char) - static method in class org.incava.qualog.Qualog
Writes logging output, with green foreground on the default background.
green(org.incava.qualog.QlLevel,char[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with green foreground on the default background.
green(org.incava.qualog.QlLevel,double) - static method in class org.incava.qualog.Qualog
Writes logging output, with green foreground on the default background.
green(org.incava.qualog.QlLevel,double[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with green foreground on the default background.
green(org.incava.qualog.QlLevel,float) - static method in class org.incava.qualog.Qualog
Writes logging output, with green foreground on the default background.
green(org.incava.qualog.QlLevel,float[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with green foreground on the default background.
green(org.incava.qualog.QlLevel,int) - static method in class org.incava.qualog.Qualog
Writes logging output, with green foreground on the default background.
green(org.incava.qualog.QlLevel,int[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with green foreground on the default background.
green(org.incava.qualog.QlLevel,long) - static method in class org.incava.qualog.Qualog
Writes logging output, with green foreground on the default background.
green(org.incava.qualog.QlLevel,long[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with green foreground on the default background.
green(org.incava.qualog.QlLevel,Object) - static method in class org.incava.qualog.Qualog
Writes logging output, with green foreground on the default background.
green(org.incava.qualog.QlLevel,Object[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with green foreground on the default background.
green(org.incava.qualog.QlLevel,String) - static method in class org.incava.qualog.Qualog
Writes logging output, with green foreground on the default background.
green(org.incava.qualog.QlLevel,String,byte) - static method in class org.incava.qualog.Qualog
Writes logging output, with green foreground on the default background.
green(org.incava.qualog.QlLevel,String,byte[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with green foreground on the default background.
green(org.incava.qualog.QlLevel,String,char) - static method in class org.incava.qualog.Qualog
Writes logging output, with green foreground on the default background.
green(org.incava.qualog.QlLevel,String,char[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with green foreground on the default background.
green(org.incava.qualog.QlLevel,String,double) - static method in class org.incava.qualog.Qualog
Writes logging output, with green foreground on the default background.
green(org.incava.qualog.QlLevel,String,double[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with green foreground on the default background.
green(org.incava.qualog.QlLevel,String,float) - static method in class org.incava.qualog.Qualog
Writes logging output, with green foreground on the default background.
green(org.incava.qualog.QlLevel,String,float[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with green foreground on the default background.
green(org.incava.qualog.QlLevel,String,int) - static method in class org.incava.qualog.Qualog
Writes logging output, with green foreground on the default background.
green(org.incava.qualog.QlLevel,String,int[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with green foreground on the default background.
green(org.incava.qualog.QlLevel,String,long) - static method in class org.incava.qualog.Qualog
Writes logging output, with green foreground on the default background.
green(org.incava.qualog.QlLevel,String,long[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with green foreground on the default background.
green(org.incava.qualog.QlLevel,String,Object) - static method in class org.incava.qualog.Qualog
Writes logging output, with green foreground on the default background.
green(org.incava.qualog.QlLevel,String,Object[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with green foreground on the default background.
green(String) - static method in class org.incava.qualog.Qualog
Writes logging output, with green foreground on the default background.
green(String,byte) - static method in class org.incava.qualog.Qualog
Writes logging output, with green foreground on the default background.
green(String,byte[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with green foreground on the default background.
green(String,char) - static method in class org.incava.qualog.Qualog
Writes logging output, with green foreground on the default background.
green(String,char[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with green foreground on the default background.
green(String,double) - static method in class org.incava.qualog.Qualog
Writes logging output, with green foreground on the default background.
green(String,double[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with green foreground on the default background.
green(String,float) - static method in class org.incava.qualog.Qualog
Writes logging output, with green foreground on the default background.
green(String,float[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with green foreground on the default background.
green(String,int) - static method in class org.incava.qualog.Qualog
Writes logging output, with green foreground on the default background.
green(String,int[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with green foreground on the default background.
green(String,long) - static method in class org.incava.qualog.Qualog
Writes logging output, with green foreground on the default background.
green(String,long[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with green foreground on the default background.
green(String,Object) - static method in class org.incava.qualog.Qualog
Writes logging output, with green foreground on the default background.
green(String,Object[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with green foreground on the default background.

H

hasChildren(net.sourceforge.pmd.ast.SimpleNode) - static method in class org.incava.java.SimpleNodeUtil
Returns whether the node has any children.
Returns whether the node has a matching token, occurring prior to any non-tokens (i.e., before any child nodes).
hasWord(String) - method in class org.incava.text.NoCaseSpellChecker
hasWord(String) - method in class org.incava.text.SpellChecker

I

includes(int) - method in class org.incava.lang.Range
indent(StringBuffer,int,int,char) - method in class org.incava.analysis.ContextReport
Adds indentation to the buffer, replacing spacing and tabs.
initParser(String) - method in class org.incava.doctorj.DoctorJ
instance - static field in class org.incava.doctorj.CommentSpellCheck
IntegerOption - class org.incava.jagol.IntegerOption
Represents an option that is an integer.
IntegerOption(String,String) - constructor for class org.incava.jagol.IntegerOption
IntegerOption(String,String,Integer) - constructor for class org.incava.jagol.IntegerOption
InterfaceDocAnalyzer - class org.incava.doctorj.InterfaceDocAnalyzer
Analyzes Javadoc and code for an interface.
Creates an analyzer, but does not yet run.
InterfaceUtil - class org.incava.java.InterfaceUtil
Miscellaneous routines for interfaces.
InvalidTypeException(String) - constructor for class org.incava.jagol.InvalidTypeException
isCorrect(String,int,Map) - method in class org.incava.text.SpellChecker
isCorrect(String,Map) - method in class org.incava.text.SpellChecker
isLoggable(org.incava.qualog.QlLevel) - method in class org.incava.qualog.QlWriter
isLoggable(org.incava.qualog.QlLevel) - static method in class org.incava.qualog.Qualog
isMatch(String,int,String,String) - method in class org.incava.qualog.QlClassFilter
Returns whether the given parameters should be enabled for logging.
isMatch(String,int,String,String) - method in class org.incava.qualog.QlFilter
Returns whether the given parameters match this filter.
isRuntimeException(Class) - method in class org.incava.doctorj.ExceptionDocAnalyzer
Returns whether the given class is derived from Runtimeexception or Error.
isSkipped(StackTraceElement) - method in class org.incava.qualog.QlWriter
ItemCommentSpellCheck - class org.incava.doctorj.ItemCommentSpellCheck
ItemDocAnalyzer - class org.incava.doctorj.ItemDocAnalyzer
Analyzes Javadoc and code.
ItemUtil - class org.incava.java.ItemUtil
Miscellaneous routines for Items.

J

JavadocAnalyzer - class org.incava.doctorj.JavadocAnalyzer
Analyzes Javadoc and code.
JavadocAnalyzer(org.incava.analysis.Report) - constructor for class org.incava.doctorj.JavadocAnalyzer
The description section of a Javadoc comment.
JavadocElement - class org.incava.javadoc.JavadocElement
A field within a Javadoc comment.
JavadocNode - class org.incava.javadoc.JavadocNode
Represents a Javadoc element.
JavadocParser - class org.incava.javadoc.JavadocParser
Parses Javadoc into a list of points, which represent the locations of description and tagged comments in a Javadoc comment block.
JavadocTag - class org.incava.javadoc.JavadocTag
A Javadoc tag.
JavadocTaggedNode - class org.incava.javadoc.JavadocTaggedNode
A tagged element, such as:
JavadocTags - class org.incava.doctorj.JavadocTags
Javadoc tags and the order in which they should appear for each Java type.
join(Collection,String) - static method in class org.incava.lang.StringExt

K

KNOWN_RUNTIME_EXCEPTIONS - static field in class org.incava.doctorj.ExceptionDocAnalyzer

L

lastArray() - method in class org.incava.lang.Range
left(String,int) - static method in class org.incava.lang.StringExt
Returns the leftmost n characters of the string, not exceeding the length of the string.
LEVEL0 - static field in class org.incava.qualog.Qualog
LEVEL1 - static field in class org.incava.qualog.Qualog
LEVEL2 - static field in class org.incava.qualog.Qualog
LEVEL3 - static field in class org.incava.qualog.Qualog
LEVEL4 - static field in class org.incava.qualog.Qualog
LEVEL5 - static field in class org.incava.qualog.Qualog
LEVEL6 - static field in class org.incava.qualog.Qualog
LEVEL7 - static field in class org.incava.qualog.Qualog
LEVEL8 - static field in class org.incava.qualog.Qualog
LEVEL9 - static field in class org.incava.qualog.Qualog
LEVEL_PROPERTY_KEY - static field in class org.incava.qualog.Qualog
line - field in class org.incava.text.Location
LINE_WIDTH_PROPERTY_KEY - static field in class org.incava.qualog.Qualog
LineMapping - class org.incava.text.LineMapping
Converts from 0-indexed string positions to line:column values.
LineMapping(String,int,int) - constructor for class org.incava.text.LineMapping
lineWidth - field in class org.incava.qualog.QlWriter
listify(String) - static method in class org.incava.lang.StringExt
Converts the (possibly quoted) string into a list, delimited by whitespace and commas..
ListOption - class org.incava.jagol.ListOption
Represents a list of objects that comprise this option.
ListOption(String,String) - constructor for class org.incava.jagol.ListOption
Creates the option.
ListOption(String,String,List) - constructor for class org.incava.jagol.ListOption
Creates the option, with a default list.
loadClass(String) - method in class org.incava.doctorj.ExceptionDocAnalyzer
Location - class org.incava.text.Location
Code location.
Location(int,int) - constructor for class org.incava.text.Location
log() - static method in class org.incava.qualog.Qualog
Writes an empty log message.
log(byte) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground and background.
log(byte[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground and background.
log(char) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground and background.
log(char[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground and background.
log(double) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground and background.
log(double[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground and background.
log(float) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground and background.
log(float[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground and background.
log(int) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground and background.
log(int[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground and background.
log(long) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground and background.
log(long[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground and background.
log(Object) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground and background.
log(Object[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground and background.
log(org.incava.qualog.ANSIColor,byte) - static method in class org.incava.qualog.Qualog
Writes logging output, with the specified color.
log(org.incava.qualog.ANSIColor,byte[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the specified color.
log(org.incava.qualog.ANSIColor,char) - static method in class org.incava.qualog.Qualog
Writes logging output, with the specified color.
log(org.incava.qualog.ANSIColor,char[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the specified color.
log(org.incava.qualog.ANSIColor,double) - static method in class org.incava.qualog.Qualog
Writes logging output, with the specified color.
log(org.incava.qualog.ANSIColor,double[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the specified color.
log(org.incava.qualog.ANSIColor,float) - static method in class org.incava.qualog.Qualog
Writes logging output, with the specified color.
log(org.incava.qualog.ANSIColor,float[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the specified color.
log(org.incava.qualog.ANSIColor,int) - static method in class org.incava.qualog.Qualog
Writes logging output, with the specified color.
log(org.incava.qualog.ANSIColor,int[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the specified color.
log(org.incava.qualog.ANSIColor,long) - static method in class org.incava.qualog.Qualog
Writes logging output, with the specified color.
log(org.incava.qualog.ANSIColor,long[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the specified color.
log(org.incava.qualog.ANSIColor,Object) - static method in class org.incava.qualog.Qualog
Writes logging output, with the specified color.
log(org.incava.qualog.ANSIColor,Object[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the specified color.
log(org.incava.qualog.ANSIColor,String) - static method in class org.incava.qualog.Qualog
Writes logging output, with the specified color.
log(org.incava.qualog.ANSIColor,String,byte) - static method in class org.incava.qualog.Qualog
Writes logging output, with the specified color.
log(org.incava.qualog.ANSIColor,String,byte[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the specified color.
log(org.incava.qualog.ANSIColor,String,char) - static method in class org.incava.qualog.Qualog
Writes logging output, with the specified color.
log(org.incava.qualog.ANSIColor,String,char[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the specified color.
log(org.incava.qualog.ANSIColor,String,double) - static method in class org.incava.qualog.Qualog
Writes logging output, with the specified color.
log(org.incava.qualog.ANSIColor,String,double[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the specified color.
log(org.incava.qualog.ANSIColor,String,float) - static method in class org.incava.qualog.Qualog
Writes logging output, with the specified color.
log(org.incava.qualog.ANSIColor,String,float[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the specified color.
log(org.incava.qualog.ANSIColor,String,int) - static method in class org.incava.qualog.Qualog
Writes logging output, with the specified color.
log(org.incava.qualog.ANSIColor,String,int[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the specified color.
log(org.incava.qualog.ANSIColor,String,long) - static method in class org.incava.qualog.Qualog
Writes logging output, with the specified color.
log(org.incava.qualog.ANSIColor,String,long[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the specified color.
log(org.incava.qualog.ANSIColor,String,Object) - static method in class org.incava.qualog.Qualog
Writes logging output, with the specified color.
log(org.incava.qualog.ANSIColor,String,Object[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the specified color.
log(org.incava.qualog.ANSIColor[],byte) - static method in class org.incava.qualog.Qualog
Writes logging output, with the specified colors.
log(org.incava.qualog.ANSIColor[],byte[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the specified colors.
log(org.incava.qualog.ANSIColor[],char) - static method in class org.incava.qualog.Qualog
Writes logging output, with the specified colors.
log(org.incava.qualog.ANSIColor[],char[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the specified colors.
log(org.incava.qualog.ANSIColor[],double) - static method in class org.incava.qualog.Qualog
Writes logging output, with the specified colors.
log(org.incava.qualog.ANSIColor[],double[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the specified colors.
log(org.incava.qualog.ANSIColor[],float) - static method in class org.incava.qualog.Qualog
Writes logging output, with the specified colors.
log(org.incava.qualog.ANSIColor[],float[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the specified colors.
log(org.incava.qualog.ANSIColor[],int) - static method in class org.incava.qualog.Qualog
Writes logging output, with the specified colors.
log(org.incava.qualog.ANSIColor[],int[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the specified colors.
log(org.incava.qualog.ANSIColor[],long) - static method in class org.incava.qualog.Qualog
Writes logging output, with the specified colors.
log(org.incava.qualog.ANSIColor[],long[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the specified colors.
log(org.incava.qualog.ANSIColor[],Object) - static method in class org.incava.qualog.Qualog
Writes logging output, with the specified colors.
log(org.incava.qualog.ANSIColor[],Object[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the specified colors.
log(org.incava.qualog.ANSIColor[],String) - static method in class org.incava.qualog.Qualog
Writes logging output, with the specified colors.
log(org.incava.qualog.ANSIColor[],String,byte) - static method in class org.incava.qualog.Qualog
Writes logging output, with the specified colors.
log(org.incava.qualog.ANSIColor[],String,byte[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the specified colors.
log(org.incava.qualog.ANSIColor[],String,char) - static method in class org.incava.qualog.Qualog
Writes logging output, with the specified colors.
log(org.incava.qualog.ANSIColor[],String,char[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the specified colors.
log(org.incava.qualog.ANSIColor[],String,double) - static method in class org.incava.qualog.Qualog
Writes logging output, with the specified colors.
log(org.incava.qualog.ANSIColor[],String,double[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the specified colors.
log(org.incava.qualog.ANSIColor[],String,float) - static method in class org.incava.qualog.Qualog
Writes logging output, with the specified colors.
log(org.incava.qualog.ANSIColor[],String,float[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the specified colors.
log(org.incava.qualog.ANSIColor[],String,int) - static method in class org.incava.qualog.Qualog
Writes logging output, with the specified colors.
log(org.incava.qualog.ANSIColor[],String,int[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the specified colors.
log(org.incava.qualog.ANSIColor[],String,long) - static method in class org.incava.qualog.Qualog
Writes logging output, with the specified colors.
log(org.incava.qualog.ANSIColor[],String,long[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the specified colors.
log(org.incava.qualog.ANSIColor[],String,Object) - static method in class org.incava.qualog.Qualog
Writes logging output, with the specified colors.
log(org.incava.qualog.ANSIColor[],String,Object[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the specified colors.
log(org.incava.qualog.QlLevel,byte) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground and background.
log(org.incava.qualog.QlLevel,byte[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground and background.
log(org.incava.qualog.QlLevel,char) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground and background.
log(org.incava.qualog.QlLevel,char[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground and background.
log(org.incava.qualog.QlLevel,double) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground and background.
log(org.incava.qualog.QlLevel,double[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground and background.
log(org.incava.qualog.QlLevel,float) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground and background.
log(org.incava.qualog.QlLevel,float[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground and background.
log(org.incava.qualog.QlLevel,int) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground and background.
log(org.incava.qualog.QlLevel,int[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground and background.
log(org.incava.qualog.QlLevel,long) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground and background.
log(org.incava.qualog.QlLevel,long[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground and background.
log(org.incava.qualog.QlLevel,Object) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground and background.
log(org.incava.qualog.QlLevel,Object[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground and background.
Writes logging output, with the specified color.
Writes logging output, with the specified color.
Writes logging output, with the specified color.
Writes logging output, with the specified color.
Writes logging output, with the specified color.
Writes logging output, with the specified color.
Writes logging output, with the specified color.
Writes logging output, with the specified color.
Writes logging output, with the specified color.
Writes logging output, with the specified color.
Writes logging output, with the specified color.
Writes logging output, with the specified color.
Writes logging output, with the specified color.
Writes logging output, with the specified color.
Writes logging output, with the specified color.
Writes logging output, with the specified color.
Writes logging output, with the specified color.
Writes logging output, with the specified color.
Writes logging output, with the specified color.
Writes logging output, with the specified color.
Writes logging output, with the specified color.
Writes logging output, with the specified color.
Writes logging output, with the specified color.
Writes logging output, with the specified color.
Writes logging output, with the specified color.
Writes logging output, with the specified color.
Writes logging output, with the specified color.
Writes logging output, with the specified color.
Writes logging output, with the specified color.
Writes logging output, with the specified colors.
Writes logging output, with the specified colors.
Writes logging output, with the specified colors.
Writes logging output, with the specified colors.
Writes logging output, with the specified colors.
Writes logging output, with the specified colors.
Writes logging output, with the specified colors.
Writes logging output, with the specified colors.
Writes logging output, with the specified colors.
Writes logging output, with the specified colors.
Writes logging output, with the specified colors.
Writes logging output, with the specified colors.
Writes logging output, with the specified colors.
Writes logging output, with the specified colors.
Writes logging output, with the specified colors.
Writes logging output, with the specified colors.
Writes logging output, with the specified colors.
Writes logging output, with the specified colors.
Writes logging output, with the specified colors.
Writes logging output, with the specified colors.
Writes logging output, with the specified colors.
Writes logging output, with the specified colors.
Writes logging output, with the specified colors.
Writes logging output, with the specified colors.
Writes logging output, with the specified colors.
Writes logging output, with the specified colors.
Writes logging output, with the specified colors.
Writes logging output, with the specified colors.
Writes logging output, with the specified colors.
log(org.incava.qualog.QlLevel,String) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground and background.
log(org.incava.qualog.QlLevel,String,byte) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground and background.
log(org.incava.qualog.QlLevel,String,byte[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground and background.
log(org.incava.qualog.QlLevel,String,char) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground and background.
log(org.incava.qualog.QlLevel,String,char[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground and background.
log(org.incava.qualog.QlLevel,String,double) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground and background.
log(org.incava.qualog.QlLevel,String,double[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground and background.
log(org.incava.qualog.QlLevel,String,float) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground and background.
log(org.incava.qualog.QlLevel,String,float[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground and background.
log(org.incava.qualog.QlLevel,String,int) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground and background.
log(org.incava.qualog.QlLevel,String,int[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground and background.
log(org.incava.qualog.QlLevel,String,long) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground and background.
log(org.incava.qualog.QlLevel,String,long[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground and background.
log(org.incava.qualog.QlLevel,String,Object) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground and background.
log(org.incava.qualog.QlLevel,String,Object[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground and background.
log(String) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground and background.
log(String,byte) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground and background.
log(String,byte[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground and background.
log(String,char) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground and background.
log(String,char[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground and background.
log(String,double) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground and background.
log(String,double[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground and background.
log(String,float) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground and background.
log(String,float[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground and background.
log(String,int) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground and background.
log(String,int[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground and background.
log(String,long) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground and background.
log(String,long[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground and background.
log(String,Object) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground and background.
log(String,Object[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground and background.
longName - field in class org.incava.jagol.Option

M

MAGENTA - static field in class org.incava.util.ANSI
MAGENTA - static field in class org.incava.qualog.ANSIColor
MAGENTA - static field in class org.incava.qualog.Qualog
The code for magenta text.
magenta(byte) - static method in class org.incava.qualog.Qualog
Writes logging output, with magenta foreground on the default background.
magenta(byte[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with magenta foreground on the default background.
magenta(char) - static method in class org.incava.qualog.Qualog
Writes logging output, with magenta foreground on the default background.
magenta(char[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with magenta foreground on the default background.
magenta(double) - static method in class org.incava.qualog.Qualog
Writes logging output, with magenta foreground on the default background.
magenta(double[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with magenta foreground on the default background.
magenta(float) - static method in class org.incava.qualog.Qualog
Writes logging output, with magenta foreground on the default background.
magenta(float[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with magenta foreground on the default background.
magenta(int) - static method in class org.incava.qualog.Qualog
Writes logging output, with magenta foreground on the default background.
magenta(int[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with magenta foreground on the default background.
magenta(long) - static method in class org.incava.qualog.Qualog
Writes logging output, with magenta foreground on the default background.
magenta(long[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with magenta foreground on the default background.
magenta(Object) - static method in class org.incava.qualog.Qualog
Writes logging output, with magenta foreground on the default background.
magenta(Object[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with magenta foreground on the default background.
magenta(org.incava.qualog.QlLevel,byte) - static method in class org.incava.qualog.Qualog
Writes logging output, with magenta foreground on the default background.
magenta(org.incava.qualog.QlLevel,byte[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with magenta foreground on the default background.
magenta(org.incava.qualog.QlLevel,char) - static method in class org.incava.qualog.Qualog
Writes logging output, with magenta foreground on the default background.
magenta(org.incava.qualog.QlLevel,char[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with magenta foreground on the default background.
magenta(org.incava.qualog.QlLevel,double) - static method in class org.incava.qualog.Qualog
Writes logging output, with magenta foreground on the default background.
magenta(org.incava.qualog.QlLevel,double[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with magenta foreground on the default background.
magenta(org.incava.qualog.QlLevel,float) - static method in class org.incava.qualog.Qualog
Writes logging output, with magenta foreground on the default background.
magenta(org.incava.qualog.QlLevel,float[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with magenta foreground on the default background.
magenta(org.incava.qualog.QlLevel,int) - static method in class org.incava.qualog.Qualog
Writes logging output, with magenta foreground on the default background.
magenta(org.incava.qualog.QlLevel,int[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with magenta foreground on the default background.
magenta(org.incava.qualog.QlLevel,long) - static method in class org.incava.qualog.Qualog
Writes logging output, with magenta foreground on the default background.
magenta(org.incava.qualog.QlLevel,long[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with magenta foreground on the default background.
magenta(org.incava.qualog.QlLevel,Object) - static method in class org.incava.qualog.Qualog
Writes logging output, with magenta foreground on the default background.
magenta(org.incava.qualog.QlLevel,Object[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with magenta foreground on the default background.
magenta(org.incava.qualog.QlLevel,String) - static method in class org.incava.qualog.Qualog
Writes logging output, with magenta foreground on the default background.
magenta(org.incava.qualog.QlLevel,String,byte) - static method in class org.incava.qualog.Qualog
Writes logging output, with magenta foreground on the default background.
magenta(org.incava.qualog.QlLevel,String,byte[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with magenta foreground on the default background.
magenta(org.incava.qualog.QlLevel,String,char) - static method in class org.incava.qualog.Qualog
Writes logging output, with magenta foreground on the default background.
magenta(org.incava.qualog.QlLevel,String,char[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with magenta foreground on the default background.
magenta(org.incava.qualog.QlLevel,String,double) - static method in class org.incava.qualog.Qualog
Writes logging output, with magenta foreground on the default background.
magenta(org.incava.qualog.QlLevel,String,double[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with magenta foreground on the default background.
magenta(org.incava.qualog.QlLevel,String,float) - static method in class org.incava.qualog.Qualog
Writes logging output, with magenta foreground on the default background.
magenta(org.incava.qualog.QlLevel,String,float[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with magenta foreground on the default background.
magenta(org.incava.qualog.QlLevel,String,int) - static method in class org.incava.qualog.Qualog
Writes logging output, with magenta foreground on the default background.
magenta(org.incava.qualog.QlLevel,String,int[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with magenta foreground on the default background.
magenta(org.incava.qualog.QlLevel,String,long) - static method in class org.incava.qualog.Qualog
Writes logging output, with magenta foreground on the default background.
magenta(org.incava.qualog.QlLevel,String,long[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with magenta foreground on the default background.
magenta(org.incava.qualog.QlLevel,String,Object) - static method in class org.incava.qualog.Qualog
Writes logging output, with magenta foreground on the default background.
magenta(org.incava.qualog.QlLevel,String,Object[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with magenta foreground on the default background.
magenta(String) - static method in class org.incava.qualog.Qualog
Writes logging output, with magenta foreground on the default background.
magenta(String,byte) - static method in class org.incava.qualog.Qualog
Writes logging output, with magenta foreground on the default background.
magenta(String,byte[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with magenta foreground on the default background.
magenta(String,char) - static method in class org.incava.qualog.Qualog
Writes logging output, with magenta foreground on the default background.
magenta(String,char[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with magenta foreground on the default background.
magenta(String,double) - static method in class org.incava.qualog.Qualog
Writes logging output, with magenta foreground on the default background.
magenta(String,double[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with magenta foreground on the default background.
magenta(String,float) - static method in class org.incava.qualog.Qualog
Writes logging output, with magenta foreground on the default background.
magenta(String,float[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with magenta foreground on the default background.
magenta(String,int) - static method in class org.incava.qualog.Qualog
Writes logging output, with magenta foreground on the default background.
magenta(String,int[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with magenta foreground on the default background.
magenta(String,long) - static method in class org.incava.qualog.Qualog
Writes logging output, with magenta foreground on the default background.
magenta(String,long[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with magenta foreground on the default background.
magenta(String,Object) - static method in class org.incava.qualog.Qualog
Writes logging output, with magenta foreground on the default background.
magenta(String,Object[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with magenta foreground on the default background.
main(String[]) - static method in class org.incava.util.ANSI
main(String[]) - static method in class org.incava.java.ASTDumper
main(String[]) - static method in class org.incava.doctorj.DoctorJ
main(String[]) - static method in class org.incava.lang.StringExt
makeColor(int) - static method in class org.incava.util.ANSI
makeMessage(String,Map) - method in class org.incava.doctorj.ItemCommentSpellCheck
markToEndOfLine(StringBuffer,int,int) - method in class org.incava.analysis.ContextReport
Marks the given line with leading spaces to the column position (inclusive), and from there marking to the end of the line with "<---...".
markToStartPosition(StringBuffer,int,int) - method in class org.incava.analysis.ContextReport
Marks the given line with "...--->" leading to the column position (inclusive).
MatchCriteria - class org.incava.java.MatchCriteria
A criterion (some criteria) for matching nodes.
MAXIMUM_WARNING_LEVEL - static field in class org.incava.doctorj.Options
METHOD_WIDTH_PROPERTY_KEY - static field in class org.incava.qualog.Qualog
MethodDocAnalyzer - class org.incava.doctorj.MethodDocAnalyzer
Analyzes Javadoc and code for methods.
A criterion (some criteria) for matching nodes.
methodsSkipped - field in class org.incava.qualog.QlWriter
MethodUtil - class org.incava.java.MethodUtil
Miscellaneous routines for method declarations.
min3(int,int,int) - static method in class org.incava.text.SpellChecker
MINIMUM_WARNING_LEVEL - static field in class org.incava.doctorj.Options
MSG_AUTHOR_WITHOUT_NAME - static field in class org.incava.doctorj.TypeDocAnalyzer
The message for an author without a name.
MSG_DEPRECATED_WITHOUT_TEXT - static field in class org.incava.doctorj.ItemDocAnalyzer
MSG_EXCEPTION_MISSPELLED - static field in class org.incava.doctorj.ExceptionDocAnalyzer
MSG_EXCEPTION_NOT_DOCUMENTED - static field in class org.incava.doctorj.ExceptionDocAnalyzer
MSG_EXCEPTION_NOT_IN_THROWS_LIST - static field in class org.incava.doctorj.ExceptionDocAnalyzer
MSG_EXCEPTION_WITHOUT_CLASS_NAME - static field in class org.incava.doctorj.ExceptionDocAnalyzer
MSG_EXCEPTION_WITHOUT_DESCRIPTION - static field in class org.incava.doctorj.ExceptionDocAnalyzer
MSG_EXCEPTIONS_NOT_ALPHABETICAL - static field in class org.incava.doctorj.ExceptionDocAnalyzer
MSG_NO_SUMMARY_SENTENCE - static field in class org.incava.doctorj.ItemDocAnalyzer
MSG_PARAMETER_MISSPELLED - static field in class org.incava.doctorj.ParameterDocAnalyzer
The message for a parameter being apparently misspelled from that in the code.
MSG_PARAMETER_NOT_DOCUMENTED - static field in class org.incava.doctorj.ParameterDocAnalyzer
The message for an undocumented code parameter.
MSG_PARAMETER_NOT_IN_CODE - static field in class org.incava.doctorj.ParameterDocAnalyzer
The message for a documented parameter not found in the code.
MSG_PARAMETER_NOT_IN_CODE_ORDER - static field in class org.incava.doctorj.ParameterDocAnalyzer
The message for parameters being misordered with regard to the code.
MSG_PARAMETER_REPEATED - static field in class org.incava.doctorj.ParameterDocAnalyzer
The message for a repeated documented parameter.
MSG_PARAMETER_TYPE_USED - static field in class org.incava.doctorj.ParameterDocAnalyzer
The message for a parameter referring to argument type, not name.
MSG_PARAMETER_WITHOUT_DESCRIPTION - static field in class org.incava.doctorj.ParameterDocAnalyzer
The message for a parameter field without a description.
MSG_PARAMETER_WITHOUT_NAME - static field in class org.incava.doctorj.ParameterDocAnalyzer
The message for a parameter field without a name.
The message for documented parameters for a function without any in the code.
MSG_RETURN_FOR_VOID_METHOD - static field in class org.incava.doctorj.MethodDocAnalyzer
MSG_RETURN_TYPE_USED - static field in class org.incava.doctorj.MethodDocAnalyzer
MSG_RETURN_WITHOUT_DESCRIPTION - static field in class org.incava.doctorj.MethodDocAnalyzer
MSG_SEE_WITHOUT_REFERENCE - static field in class org.incava.doctorj.ItemDocAnalyzer
MSG_SERIAL_WITHOUT_TEXT - static field in class org.incava.doctorj.TypeDocAnalyzer
The message for a serial field without a description.
MSG_SERIALDATA_WITHOUT_DESCRIPTION - static field in class org.incava.doctorj.FunctionDocAnalyzer
MSG_SERIALFIELD_WITHOUT_DESCRIPTION - static field in class org.incava.doctorj.FieldDocAnalyzer
MSG_SERIALFIELD_WITHOUT_NAME_TYPE_AND_DESCRIPTION - static field in class org.incava.doctorj.FieldDocAnalyzer
MSG_SERIALFIELD_WITHOUT_TYPE_AND_DESCRIPTION - static field in class org.incava.doctorj.FieldDocAnalyzer
MSG_SINCE_WITHOUT_TEXT - static field in class org.incava.doctorj.ItemDocAnalyzer
MSG_SUMMARY_SENTENCE_DOES_NOT_END_WITH_PERIOD - static field in class org.incava.doctorj.ItemDocAnalyzer
MSG_SUMMARY_SENTENCE_TOO_SHORT - static field in class org.incava.doctorj.ItemDocAnalyzer
MSG_TAG_IMPROPER_ORDER - static field in class org.incava.doctorj.ItemDocAnalyzer
MSG_VERSION_WITHOUT_TEXT - static field in class org.incava.doctorj.TypeDocAnalyzer
The message for a version without associated text.

N

nearMatch(String,String) - method in class org.incava.text.SpellChecker
NO_COLOR - static field in class org.incava.qualog.Qualog
An object denoting no color.
NO_COLORS - static field in class org.incava.qualog.Qualog
An array denoting no colors.
NO_OUTPUT - static field in class org.incava.qualog.QlWriter
NO_OUTPUT - static field in class org.incava.qualog.Qualog
NO_PATTERN - static field in class org.incava.qualog.QlFilter
NO_RANGE - static field in class org.incava.qualog.QlFilter
NoCaseSpellChecker - class org.incava.text.NoCaseSpellChecker
Calculates the edit distance between two strings.
NonBooleanOption - class org.incava.jagol.NonBooleanOption
Base class of all options, except for booleans.
NonBooleanOption(String,String) - constructor for class org.incava.jagol.NonBooleanOption
NONE - static field in class org.incava.util.ANSI
NONE - static field in class org.incava.qualog.ANSIColor
NONE - static field in class org.incava.qualog.Qualog
The code for no color applied.
none(byte) - static method in class org.incava.qualog.Qualog
Writes logging output, with none foreground on the default background.
none(byte[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with none foreground on the default background.
none(char) - static method in class org.incava.qualog.Qualog
Writes logging output, with none foreground on the default background.
none(char[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with none foreground on the default background.
none(double) - static method in class org.incava.qualog.Qualog
Writes logging output, with none foreground on the default background.
none(double[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with none foreground on the default background.
none(float) - static method in class org.incava.qualog.Qualog
Writes logging output, with none foreground on the default background.
none(float[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with none foreground on the default background.
none(int) - static method in class org.incava.qualog.Qualog
Writes logging output, with none foreground on the default background.
none(int[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with none foreground on the default background.
none(long) - static method in class org.incava.qualog.Qualog
Writes logging output, with none foreground on the default background.
none(long[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with none foreground on the default background.
none(Object) - static method in class org.incava.qualog.Qualog
Writes logging output, with none foreground on the default background.
none(Object[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with none foreground on the default background.
none(org.incava.qualog.QlLevel,byte) - static method in class org.incava.qualog.Qualog
Writes logging output, with none foreground on the default background.
none(org.incava.qualog.QlLevel,byte[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with none foreground on the default background.
none(org.incava.qualog.QlLevel,char) - static method in class org.incava.qualog.Qualog
Writes logging output, with none foreground on the default background.
none(org.incava.qualog.QlLevel,char[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with none foreground on the default background.
none(org.incava.qualog.QlLevel,double) - static method in class org.incava.qualog.Qualog
Writes logging output, with none foreground on the default background.
none(org.incava.qualog.QlLevel,double[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with none foreground on the default background.
none(org.incava.qualog.QlLevel,float) - static method in class org.incava.qualog.Qualog
Writes logging output, with none foreground on the default background.
none(org.incava.qualog.QlLevel,float[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with none foreground on the default background.
none(org.incava.qualog.QlLevel,int) - static method in class org.incava.qualog.Qualog
Writes logging output, with none foreground on the default background.
none(org.incava.qualog.QlLevel,int[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with none foreground on the default background.
none(org.incava.qualog.QlLevel,long) - static method in class org.incava.qualog.Qualog
Writes logging output, with none foreground on the default background.
none(org.incava.qualog.QlLevel,long[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with none foreground on the default background.
none(org.incava.qualog.QlLevel,Object) - static method in class org.incava.qualog.Qualog
Writes logging output, with none foreground on the default background.
none(org.incava.qualog.QlLevel,Object[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with none foreground on the default background.
none(org.incava.qualog.QlLevel,String) - static method in class org.incava.qualog.Qualog
Writes logging output, with none foreground on the default background.
none(org.incava.qualog.QlLevel,String,byte) - static method in class org.incava.qualog.Qualog
Writes logging output, with none foreground on the default background.
none(org.incava.qualog.QlLevel,String,byte[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with none foreground on the default background.
none(org.incava.qualog.QlLevel,String,char) - static method in class org.incava.qualog.Qualog
Writes logging output, with none foreground on the default background.
none(org.incava.qualog.QlLevel,String,char[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with none foreground on the default background.
none(org.incava.qualog.QlLevel,String,double) - static method in class org.incava.qualog.Qualog
Writes logging output, with none foreground on the default background.
none(org.incava.qualog.QlLevel,String,double[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with none foreground on the default background.
none(org.incava.qualog.QlLevel,String,float) - static method in class org.incava.qualog.Qualog
Writes logging output, with none foreground on the default background.
none(org.incava.qualog.QlLevel,String,float[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with none foreground on the default background.
none(org.incava.qualog.QlLevel,String,int) - static method in class org.incava.qualog.Qualog
Writes logging output, with none foreground on the default background.
none(org.incava.qualog.QlLevel,String,int[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with none foreground on the default background.
none(org.incava.qualog.QlLevel,String,long) - static method in class org.incava.qualog.Qualog
Writes logging output, with none foreground on the default background.
none(org.incava.qualog.QlLevel,String,long[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with none foreground on the default background.
none(org.incava.qualog.QlLevel,String,Object) - static method in class org.incava.qualog.Qualog
Writes logging output, with none foreground on the default background.
none(org.incava.qualog.QlLevel,String,Object[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with none foreground on the default background.
none(String) - static method in class org.incava.qualog.Qualog
Writes logging output, with none foreground on the default background.
none(String,byte) - static method in class org.incava.qualog.Qualog
Writes logging output, with none foreground on the default background.
none(String,byte[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with none foreground on the default background.
none(String,char) - static method in class org.incava.qualog.Qualog
Writes logging output, with none foreground on the default background.
none(String,char[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with none foreground on the default background.
none(String,double) - static method in class org.incava.qualog.Qualog
Writes logging output, with none foreground on the default background.
none(String,double[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with none foreground on the default background.
none(String,float) - static method in class org.incava.qualog.Qualog
Writes logging output, with none foreground on the default background.
none(String,float[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with none foreground on the default background.
none(String,int) - static method in class org.incava.qualog.Qualog
Writes logging output, with none foreground on the default background.
none(String,int[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with none foreground on the default background.
none(String,long) - static method in class org.incava.qualog.Qualog
Writes logging output, with none foreground on the default background.
none(String,long[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with none foreground on the default background.
none(String,Object) - static method in class org.incava.qualog.Qualog
Writes logging output, with none foreground on the default background.
none(String,Object[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with none foreground on the default background.
NUM_CLOSEST_MATCHES - static field in class org.incava.doctorj.ItemCommentSpellCheck

O

objectToString(Object) - method in class org.incava.qualog.QlWriter
ON_BLACK - static field in class org.incava.util.ANSI
ON_BLACK - static field in class org.incava.qualog.ANSIColor
ON_BLACK - static field in class org.incava.qualog.Qualog
The code for black background.
ON_BLUE - static field in class org.incava.util.ANSI
ON_BLUE - static field in class org.incava.qualog.ANSIColor
ON_BLUE - static field in class org.incava.qualog.Qualog
The code for blue background.
ON_CYAN - static field in class org.incava.util.ANSI
ON_CYAN - static field in class org.incava.qualog.ANSIColor
ON_CYAN - static field in class org.incava.qualog.Qualog
The code for cyan background.
ON_GREEN - static field in class org.incava.util.ANSI
ON_GREEN - static field in class org.incava.qualog.ANSIColor
ON_GREEN - static field in class org.incava.qualog.Qualog
The code for green background.
ON_MAGENTA - static field in class org.incava.util.ANSI
ON_MAGENTA - static field in class org.incava.qualog.ANSIColor
ON_MAGENTA - static field in class org.incava.qualog.Qualog
The code for magenta background.
ON_RED - static field in class org.incava.util.ANSI
ON_RED - static field in class org.incava.qualog.ANSIColor
ON_RED - static field in class org.incava.qualog.Qualog
The code for red background.
ON_WHITE - static field in class org.incava.util.ANSI
ON_WHITE - static field in class org.incava.qualog.ANSIColor
ON_WHITE - static field in class org.incava.qualog.Qualog
The code for white background.
ON_YELLOW - static field in class org.incava.util.ANSI
ON_YELLOW - static field in class org.incava.qualog.ANSIColor
ON_YELLOW - static field in class org.incava.qualog.Qualog
The code for yellow background.
onBlack(byte) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a black background.
onBlack(byte[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a black background.
onBlack(char) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a black background.
onBlack(char[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a black background.
onBlack(double) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a black background.
onBlack(double[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a black background.
onBlack(float) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a black background.
onBlack(float[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a black background.
onBlack(int) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a black background.
onBlack(int[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a black background.
onBlack(long) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a black background.
onBlack(long[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a black background.
onBlack(Object) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a black background.
onBlack(Object[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a black background.
onBlack(org.incava.qualog.QlLevel,byte) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a black background.
onBlack(org.incava.qualog.QlLevel,byte[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a black background.
onBlack(org.incava.qualog.QlLevel,char) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a black background.
onBlack(org.incava.qualog.QlLevel,char[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a black background.
onBlack(org.incava.qualog.QlLevel,double) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a black background.
onBlack(org.incava.qualog.QlLevel,double[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a black background.
onBlack(org.incava.qualog.QlLevel,float) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a black background.
onBlack(org.incava.qualog.QlLevel,float[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a black background.
onBlack(org.incava.qualog.QlLevel,int) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a black background.
onBlack(org.incava.qualog.QlLevel,int[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a black background.
onBlack(org.incava.qualog.QlLevel,long) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a black background.
onBlack(org.incava.qualog.QlLevel,long[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a black background.
onBlack(org.incava.qualog.QlLevel,Object) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a black background.
onBlack(org.incava.qualog.QlLevel,Object[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a black background.
onBlack(org.incava.qualog.QlLevel,String) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a black background.
onBlack(org.incava.qualog.QlLevel,String,byte) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a black background.
onBlack(org.incava.qualog.QlLevel,String,byte[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a black background.
onBlack(org.incava.qualog.QlLevel,String,char) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a black background.
onBlack(org.incava.qualog.QlLevel,String,char[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a black background.
onBlack(org.incava.qualog.QlLevel,String,double) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a black background.
onBlack(org.incava.qualog.QlLevel,String,double[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a black background.
onBlack(org.incava.qualog.QlLevel,String,float) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a black background.
onBlack(org.incava.qualog.QlLevel,String,float[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a black background.
onBlack(org.incava.qualog.QlLevel,String,int) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a black background.
onBlack(org.incava.qualog.QlLevel,String,int[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a black background.
onBlack(org.incava.qualog.QlLevel,String,long) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a black background.
onBlack(org.incava.qualog.QlLevel,String,long[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a black background.
onBlack(org.incava.qualog.QlLevel,String,Object) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a black background.
onBlack(org.incava.qualog.QlLevel,String,Object[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a black background.
onBlack(String) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a black background.
onBlack(String,byte) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a black background.
onBlack(String,byte[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a black background.
onBlack(String,char) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a black background.
onBlack(String,char[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a black background.
onBlack(String,double) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a black background.
onBlack(String,double[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a black background.
onBlack(String,float) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a black background.
onBlack(String,float[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a black background.
onBlack(String,int) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a black background.
onBlack(String,int[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a black background.
onBlack(String,long) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a black background.
onBlack(String,long[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a black background.
onBlack(String,Object) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a black background.
onBlack(String,Object[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a black background.
onBlue(byte) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a blue background.
onBlue(byte[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a blue background.
onBlue(char) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a blue background.
onBlue(char[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a blue background.
onBlue(double) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a blue background.
onBlue(double[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a blue background.
onBlue(float) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a blue background.
onBlue(float[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a blue background.
onBlue(int) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a blue background.
onBlue(int[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a blue background.
onBlue(long) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a blue background.
onBlue(long[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a blue background.
onBlue(Object) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a blue background.
onBlue(Object[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a blue background.
onBlue(org.incava.qualog.QlLevel,byte) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a blue background.
onBlue(org.incava.qualog.QlLevel,byte[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a blue background.
onBlue(org.incava.qualog.QlLevel,char) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a blue background.
onBlue(org.incava.qualog.QlLevel,char[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a blue background.
onBlue(org.incava.qualog.QlLevel,double) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a blue background.
onBlue(org.incava.qualog.QlLevel,double[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a blue background.
onBlue(org.incava.qualog.QlLevel,float) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a blue background.
onBlue(org.incava.qualog.QlLevel,float[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a blue background.
onBlue(org.incava.qualog.QlLevel,int) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a blue background.
onBlue(org.incava.qualog.QlLevel,int[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a blue background.
onBlue(org.incava.qualog.QlLevel,long) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a blue background.
onBlue(org.incava.qualog.QlLevel,long[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a blue background.
onBlue(org.incava.qualog.QlLevel,Object) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a blue background.
onBlue(org.incava.qualog.QlLevel,Object[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a blue background.
onBlue(org.incava.qualog.QlLevel,String) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a blue background.
onBlue(org.incava.qualog.QlLevel,String,byte) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a blue background.
onBlue(org.incava.qualog.QlLevel,String,byte[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a blue background.
onBlue(org.incava.qualog.QlLevel,String,char) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a blue background.
onBlue(org.incava.qualog.QlLevel,String,char[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a blue background.
onBlue(org.incava.qualog.QlLevel,String,double) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a blue background.
onBlue(org.incava.qualog.QlLevel,String,double[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a blue background.
onBlue(org.incava.qualog.QlLevel,String,float) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a blue background.
onBlue(org.incava.qualog.QlLevel,String,float[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a blue background.
onBlue(org.incava.qualog.QlLevel,String,int) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a blue background.
onBlue(org.incava.qualog.QlLevel,String,int[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a blue background.
onBlue(org.incava.qualog.QlLevel,String,long) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a blue background.
onBlue(org.incava.qualog.QlLevel,String,long[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a blue background.
onBlue(org.incava.qualog.QlLevel,String,Object) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a blue background.
onBlue(org.incava.qualog.QlLevel,String,Object[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a blue background.
onBlue(String) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a blue background.
onBlue(String,byte) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a blue background.
onBlue(String,byte[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a blue background.
onBlue(String,char) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a blue background.
onBlue(String,char[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a blue background.
onBlue(String,double) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a blue background.
onBlue(String,double[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a blue background.
onBlue(String,float) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a blue background.
onBlue(String,float[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a blue background.
onBlue(String,int) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a blue background.
onBlue(String,int[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a blue background.
onBlue(String,long) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a blue background.
onBlue(String,long[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a blue background.
onBlue(String,Object) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a blue background.
onBlue(String,Object[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a blue background.
onCyan(byte) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a cyan background.
onCyan(byte[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a cyan background.
onCyan(char) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a cyan background.
onCyan(char[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a cyan background.
onCyan(double) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a cyan background.
onCyan(double[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a cyan background.
onCyan(float) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a cyan background.
onCyan(float[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a cyan background.
onCyan(int) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a cyan background.
onCyan(int[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a cyan background.
onCyan(long) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a cyan background.
onCyan(long[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a cyan background.
onCyan(Object) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a cyan background.
onCyan(Object[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a cyan background.
onCyan(org.incava.qualog.QlLevel,byte) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a cyan background.
onCyan(org.incava.qualog.QlLevel,byte[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a cyan background.
onCyan(org.incava.qualog.QlLevel,char) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a cyan background.
onCyan(org.incava.qualog.QlLevel,char[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a cyan background.
onCyan(org.incava.qualog.QlLevel,double) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a cyan background.
onCyan(org.incava.qualog.QlLevel,double[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a cyan background.
onCyan(org.incava.qualog.QlLevel,float) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a cyan background.
onCyan(org.incava.qualog.QlLevel,float[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a cyan background.
onCyan(org.incava.qualog.QlLevel,int) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a cyan background.
onCyan(org.incava.qualog.QlLevel,int[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a cyan background.
onCyan(org.incava.qualog.QlLevel,long) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a cyan background.
onCyan(org.incava.qualog.QlLevel,long[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a cyan background.
onCyan(org.incava.qualog.QlLevel,Object) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a cyan background.
onCyan(org.incava.qualog.QlLevel,Object[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a cyan background.
onCyan(org.incava.qualog.QlLevel,String) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a cyan background.
onCyan(org.incava.qualog.QlLevel,String,byte) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a cyan background.
onCyan(org.incava.qualog.QlLevel,String,byte[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a cyan background.
onCyan(org.incava.qualog.QlLevel,String,char) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a cyan background.
onCyan(org.incava.qualog.QlLevel,String,char[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a cyan background.
onCyan(org.incava.qualog.QlLevel,String,double) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a cyan background.
onCyan(org.incava.qualog.QlLevel,String,double[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a cyan background.
onCyan(org.incava.qualog.QlLevel,String,float) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a cyan background.
onCyan(org.incava.qualog.QlLevel,String,float[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a cyan background.
onCyan(org.incava.qualog.QlLevel,String,int) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a cyan background.
onCyan(org.incava.qualog.QlLevel,String,int[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a cyan background.
onCyan(org.incava.qualog.QlLevel,String,long) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a cyan background.
onCyan(org.incava.qualog.QlLevel,String,long[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a cyan background.
onCyan(org.incava.qualog.QlLevel,String,Object) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a cyan background.
onCyan(org.incava.qualog.QlLevel,String,Object[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a cyan background.
onCyan(String) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a cyan background.
onCyan(String,byte) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a cyan background.
onCyan(String,byte[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a cyan background.
onCyan(String,char) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a cyan background.
onCyan(String,char[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a cyan background.
onCyan(String,double) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a cyan background.
onCyan(String,double[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a cyan background.
onCyan(String,float) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a cyan background.
onCyan(String,float[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a cyan background.
onCyan(String,int) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a cyan background.
onCyan(String,int[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a cyan background.
onCyan(String,long) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a cyan background.
onCyan(String,long[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a cyan background.
onCyan(String,Object) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a cyan background.
onCyan(String,Object[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a cyan background.
onGreen(byte) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a green background.
onGreen(byte[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a green background.
onGreen(char) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a green background.
onGreen(char[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a green background.
onGreen(double) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a green background.
onGreen(double[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a green background.
onGreen(float) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a green background.
onGreen(float[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a green background.
onGreen(int) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a green background.
onGreen(int[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a green background.
onGreen(long) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a green background.
onGreen(long[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a green background.
onGreen(Object) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a green background.
onGreen(Object[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a green background.
onGreen(org.incava.qualog.QlLevel,byte) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a green background.
onGreen(org.incava.qualog.QlLevel,byte[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a green background.
onGreen(org.incava.qualog.QlLevel,char) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a green background.
onGreen(org.incava.qualog.QlLevel,char[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a green background.
onGreen(org.incava.qualog.QlLevel,double) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a green background.
onGreen(org.incava.qualog.QlLevel,double[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a green background.
onGreen(org.incava.qualog.QlLevel,float) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a green background.
onGreen(org.incava.qualog.QlLevel,float[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a green background.
onGreen(org.incava.qualog.QlLevel,int) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a green background.
onGreen(org.incava.qualog.QlLevel,int[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a green background.
onGreen(org.incava.qualog.QlLevel,long) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a green background.
onGreen(org.incava.qualog.QlLevel,long[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a green background.
onGreen(org.incava.qualog.QlLevel,Object) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a green background.
onGreen(org.incava.qualog.QlLevel,Object[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a green background.
onGreen(org.incava.qualog.QlLevel,String) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a green background.
onGreen(org.incava.qualog.QlLevel,String,byte) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a green background.
onGreen(org.incava.qualog.QlLevel,String,byte[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a green background.
onGreen(org.incava.qualog.QlLevel,String,char) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a green background.
onGreen(org.incava.qualog.QlLevel,String,char[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a green background.
onGreen(org.incava.qualog.QlLevel,String,double) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a green background.
onGreen(org.incava.qualog.QlLevel,String,double[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a green background.
onGreen(org.incava.qualog.QlLevel,String,float) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a green background.
onGreen(org.incava.qualog.QlLevel,String,float[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a green background.
onGreen(org.incava.qualog.QlLevel,String,int) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a green background.
onGreen(org.incava.qualog.QlLevel,String,int[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a green background.
onGreen(org.incava.qualog.QlLevel,String,long) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a green background.
onGreen(org.incava.qualog.QlLevel,String,long[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a green background.
onGreen(org.incava.qualog.QlLevel,String,Object) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a green background.
onGreen(org.incava.qualog.QlLevel,String,Object[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a green background.
onGreen(String) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a green background.
onGreen(String,byte) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a green background.
onGreen(String,byte[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a green background.
onGreen(String,char) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a green background.
onGreen(String,char[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a green background.
onGreen(String,double) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a green background.
onGreen(String,double[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a green background.
onGreen(String,float) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a green background.
onGreen(String,float[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a green background.
onGreen(String,int) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a green background.
onGreen(String,int[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a green background.
onGreen(String,long) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a green background.
onGreen(String,long[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a green background.
onGreen(String,Object) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a green background.
onGreen(String,Object[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a green background.
onMagenta(byte) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a magenta background.
onMagenta(byte[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a magenta background.
onMagenta(char) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a magenta background.
onMagenta(char[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a magenta background.
onMagenta(double) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a magenta background.
onMagenta(double[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a magenta background.
onMagenta(float) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a magenta background.
onMagenta(float[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a magenta background.
onMagenta(int) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a magenta background.
onMagenta(int[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a magenta background.
onMagenta(long) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a magenta background.
onMagenta(long[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a magenta background.
onMagenta(Object) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a magenta background.
onMagenta(Object[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a magenta background.
onMagenta(org.incava.qualog.QlLevel,byte) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a magenta background.
onMagenta(org.incava.qualog.QlLevel,byte[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a magenta background.
onMagenta(org.incava.qualog.QlLevel,char) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a magenta background.
onMagenta(org.incava.qualog.QlLevel,char[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a magenta background.
onMagenta(org.incava.qualog.QlLevel,double) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a magenta background.
onMagenta(org.incava.qualog.QlLevel,double[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a magenta background.
onMagenta(org.incava.qualog.QlLevel,float) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a magenta background.
onMagenta(org.incava.qualog.QlLevel,float[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a magenta background.
onMagenta(org.incava.qualog.QlLevel,int) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a magenta background.
onMagenta(org.incava.qualog.QlLevel,int[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a magenta background.
onMagenta(org.incava.qualog.QlLevel,long) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a magenta background.
onMagenta(org.incava.qualog.QlLevel,long[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a magenta background.
onMagenta(org.incava.qualog.QlLevel,Object) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a magenta background.
onMagenta(org.incava.qualog.QlLevel,Object[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a magenta background.
onMagenta(org.incava.qualog.QlLevel,String) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a magenta background.
onMagenta(org.incava.qualog.QlLevel,String,byte) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a magenta background.
onMagenta(org.incava.qualog.QlLevel,String,byte[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a magenta background.
onMagenta(org.incava.qualog.QlLevel,String,char) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a magenta background.
onMagenta(org.incava.qualog.QlLevel,String,char[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a magenta background.
onMagenta(org.incava.qualog.QlLevel,String,double) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a magenta background.
onMagenta(org.incava.qualog.QlLevel,String,double[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a magenta background.
onMagenta(org.incava.qualog.QlLevel,String,float) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a magenta background.
onMagenta(org.incava.qualog.QlLevel,String,float[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a magenta background.
onMagenta(org.incava.qualog.QlLevel,String,int) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a magenta background.
onMagenta(org.incava.qualog.QlLevel,String,int[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a magenta background.
onMagenta(org.incava.qualog.QlLevel,String,long) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a magenta background.
onMagenta(org.incava.qualog.QlLevel,String,long[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a magenta background.
onMagenta(org.incava.qualog.QlLevel,String,Object) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a magenta background.
onMagenta(org.incava.qualog.QlLevel,String,Object[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a magenta background.
onMagenta(String) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a magenta background.
onMagenta(String,byte) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a magenta background.
onMagenta(String,byte[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a magenta background.
onMagenta(String,char) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a magenta background.
onMagenta(String,char[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a magenta background.
onMagenta(String,double) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a magenta background.
onMagenta(String,double[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a magenta background.
onMagenta(String,float) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a magenta background.
onMagenta(String,float[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a magenta background.
onMagenta(String,int) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a magenta background.
onMagenta(String,int[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a magenta background.
onMagenta(String,long) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a magenta background.
onMagenta(String,long[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a magenta background.
onMagenta(String,Object) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a magenta background.
onMagenta(String,Object[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a magenta background.
onRed(byte) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a red background.
onRed(byte[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a red background.
onRed(char) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a red background.
onRed(char[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a red background.
onRed(double) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a red background.
onRed(double[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a red background.
onRed(float) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a red background.
onRed(float[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a red background.
onRed(int) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a red background.
onRed(int[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a red background.
onRed(long) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a red background.
onRed(long[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a red background.
onRed(Object) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a red background.
onRed(Object[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a red background.
onRed(org.incava.qualog.QlLevel,byte) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a red background.
onRed(org.incava.qualog.QlLevel,byte[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a red background.
onRed(org.incava.qualog.QlLevel,char) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a red background.
onRed(org.incava.qualog.QlLevel,char[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a red background.
onRed(org.incava.qualog.QlLevel,double) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a red background.
onRed(org.incava.qualog.QlLevel,double[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a red background.
onRed(org.incava.qualog.QlLevel,float) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a red background.
onRed(org.incava.qualog.QlLevel,float[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a red background.
onRed(org.incava.qualog.QlLevel,int) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a red background.
onRed(org.incava.qualog.QlLevel,int[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a red background.
onRed(org.incava.qualog.QlLevel,long) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a red background.
onRed(org.incava.qualog.QlLevel,long[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a red background.
onRed(org.incava.qualog.QlLevel,Object) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a red background.
onRed(org.incava.qualog.QlLevel,Object[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a red background.
onRed(org.incava.qualog.QlLevel,String) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a red background.
onRed(org.incava.qualog.QlLevel,String,byte) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a red background.
onRed(org.incava.qualog.QlLevel,String,byte[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a red background.
onRed(org.incava.qualog.QlLevel,String,char) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a red background.
onRed(org.incava.qualog.QlLevel,String,char[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a red background.
onRed(org.incava.qualog.QlLevel,String,double) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a red background.
onRed(org.incava.qualog.QlLevel,String,double[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a red background.
onRed(org.incava.qualog.QlLevel,String,float) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a red background.
onRed(org.incava.qualog.QlLevel,String,float[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a red background.
onRed(org.incava.qualog.QlLevel,String,int) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a red background.
onRed(org.incava.qualog.QlLevel,String,int[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a red background.
onRed(org.incava.qualog.QlLevel,String,long) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a red background.
onRed(org.incava.qualog.QlLevel,String,long[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a red background.
onRed(org.incava.qualog.QlLevel,String,Object) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a red background.
onRed(org.incava.qualog.QlLevel,String,Object[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a red background.
onRed(String) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a red background.
onRed(String,byte) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a red background.
onRed(String,byte[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a red background.
onRed(String,char) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a red background.
onRed(String,char[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a red background.
onRed(String,double) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a red background.
onRed(String,double[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a red background.
onRed(String,float) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a red background.
onRed(String,float[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a red background.
onRed(String,int) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a red background.
onRed(String,int[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a red background.
onRed(String,long) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a red background.
onRed(String,long[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a red background.
onRed(String,Object) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a red background.
onRed(String,Object[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a red background.
onWhite(byte) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a white background.
onWhite(byte[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a white background.
onWhite(char) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a white background.
onWhite(char[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a white background.
onWhite(double) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a white background.
onWhite(double[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a white background.
onWhite(float) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a white background.
onWhite(float[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a white background.
onWhite(int) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a white background.
onWhite(int[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a white background.
onWhite(long) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a white background.
onWhite(long[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a white background.
onWhite(Object) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a white background.
onWhite(Object[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a white background.
onWhite(org.incava.qualog.QlLevel,byte) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a white background.
onWhite(org.incava.qualog.QlLevel,byte[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a white background.
onWhite(org.incava.qualog.QlLevel,char) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a white background.
onWhite(org.incava.qualog.QlLevel,char[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a white background.
onWhite(org.incava.qualog.QlLevel,double) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a white background.
onWhite(org.incava.qualog.QlLevel,double[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a white background.
onWhite(org.incava.qualog.QlLevel,float) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a white background.
onWhite(org.incava.qualog.QlLevel,float[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a white background.
onWhite(org.incava.qualog.QlLevel,int) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a white background.
onWhite(org.incava.qualog.QlLevel,int[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a white background.
onWhite(org.incava.qualog.QlLevel,long) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a white background.
onWhite(org.incava.qualog.QlLevel,long[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a white background.
onWhite(org.incava.qualog.QlLevel,Object) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a white background.
onWhite(org.incava.qualog.QlLevel,Object[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a white background.
onWhite(org.incava.qualog.QlLevel,String) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a white background.
onWhite(org.incava.qualog.QlLevel,String,byte) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a white background.
onWhite(org.incava.qualog.QlLevel,String,byte[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a white background.
onWhite(org.incava.qualog.QlLevel,String,char) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a white background.
onWhite(org.incava.qualog.QlLevel,String,char[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a white background.
onWhite(org.incava.qualog.QlLevel,String,double) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a white background.
onWhite(org.incava.qualog.QlLevel,String,double[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a white background.
onWhite(org.incava.qualog.QlLevel,String,float) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a white background.
onWhite(org.incava.qualog.QlLevel,String,float[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a white background.
onWhite(org.incava.qualog.QlLevel,String,int) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a white background.
onWhite(org.incava.qualog.QlLevel,String,int[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a white background.
onWhite(org.incava.qualog.QlLevel,String,long) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a white background.
onWhite(org.incava.qualog.QlLevel,String,long[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a white background.
onWhite(org.incava.qualog.QlLevel,String,Object) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a white background.
onWhite(org.incava.qualog.QlLevel,String,Object[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a white background.
onWhite(String) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a white background.
onWhite(String,byte) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a white background.
onWhite(String,byte[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a white background.
onWhite(String,char) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a white background.
onWhite(String,char[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a white background.
onWhite(String,double) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a white background.
onWhite(String,double[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a white background.
onWhite(String,float) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a white background.
onWhite(String,float[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a white background.
onWhite(String,int) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a white background.
onWhite(String,int[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a white background.
onWhite(String,long) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a white background.
onWhite(String,long[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a white background.
onWhite(String,Object) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a white background.
onWhite(String,Object[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a white background.
onYellow(byte) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a yellow background.
onYellow(byte[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a yellow background.
onYellow(char) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a yellow background.
onYellow(char[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a yellow background.
onYellow(double) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a yellow background.
onYellow(double[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a yellow background.
onYellow(float) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a yellow background.
onYellow(float[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a yellow background.
onYellow(int) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a yellow background.
onYellow(int[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a yellow background.
onYellow(long) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a yellow background.
onYellow(long[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a yellow background.
onYellow(Object) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a yellow background.
onYellow(Object[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a yellow background.
onYellow(org.incava.qualog.QlLevel,byte) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a yellow background.
onYellow(org.incava.qualog.QlLevel,byte[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a yellow background.
onYellow(org.incava.qualog.QlLevel,char) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a yellow background.
onYellow(org.incava.qualog.QlLevel,char[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a yellow background.
onYellow(org.incava.qualog.QlLevel,double) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a yellow background.
onYellow(org.incava.qualog.QlLevel,double[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a yellow background.
onYellow(org.incava.qualog.QlLevel,float) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a yellow background.
onYellow(org.incava.qualog.QlLevel,float[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a yellow background.
onYellow(org.incava.qualog.QlLevel,int) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a yellow background.
onYellow(org.incava.qualog.QlLevel,int[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a yellow background.
onYellow(org.incava.qualog.QlLevel,long) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a yellow background.
onYellow(org.incava.qualog.QlLevel,long[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a yellow background.
onYellow(org.incava.qualog.QlLevel,Object) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a yellow background.
onYellow(org.incava.qualog.QlLevel,Object[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a yellow background.
onYellow(org.incava.qualog.QlLevel,String) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a yellow background.
onYellow(org.incava.qualog.QlLevel,String,byte) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a yellow background.
onYellow(org.incava.qualog.QlLevel,String,byte[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a yellow background.
onYellow(org.incava.qualog.QlLevel,String,char) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a yellow background.
onYellow(org.incava.qualog.QlLevel,String,char[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a yellow background.
onYellow(org.incava.qualog.QlLevel,String,double) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a yellow background.
onYellow(org.incava.qualog.QlLevel,String,double[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a yellow background.
onYellow(org.incava.qualog.QlLevel,String,float) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a yellow background.
onYellow(org.incava.qualog.QlLevel,String,float[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a yellow background.
onYellow(org.incava.qualog.QlLevel,String,int) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a yellow background.
onYellow(org.incava.qualog.QlLevel,String,int[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a yellow background.
onYellow(org.incava.qualog.QlLevel,String,long) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a yellow background.
onYellow(org.incava.qualog.QlLevel,String,long[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a yellow background.
onYellow(org.incava.qualog.QlLevel,String,Object) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a yellow background.
onYellow(org.incava.qualog.QlLevel,String,Object[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a yellow background.
onYellow(String) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a yellow background.
onYellow(String,byte) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a yellow background.
onYellow(String,byte[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a yellow background.
onYellow(String,char) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a yellow background.
onYellow(String,char[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a yellow background.
onYellow(String,double) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a yellow background.
onYellow(String,double[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a yellow background.
onYellow(String,float) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a yellow background.
onYellow(String,float[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a yellow background.
onYellow(String,int) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a yellow background.
onYellow(String,int[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a yellow background.
onYellow(String,long) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a yellow background.
onYellow(String,long[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a yellow background.
onYellow(String,Object) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a yellow background.
onYellow(String,Object[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with the default foreground on a yellow background.
Option - class org.incava.jagol.Option
Base class of all options.
Option(String,String) - constructor for class org.incava.jagol.Option
OptionException - class org.incava.jagol.OptionException
OptionException(String) - constructor for class org.incava.jagol.OptionException
Options - class org.incava.doctorj.Options
Options for Javadoc processing, supporting: doctorj (just errors) doctorj --public (warning level of 0; public methods) doctorj --protected (warning level of 1) doctorj --package (warning level of 2) doctorj --private (warning level of 3) doctorj --pedantic (warning level at max)
Options() - constructor for class org.incava.doctorj.Options
OptionSet - class org.incava.jagol.OptionSet
A group of options.
OptionSet(String,String) - constructor for class org.incava.jagol.OptionSet
out - field in class org.incava.qualog.QlWriter

P

packagesSkipped - field in class org.incava.qualog.QlWriter
pad(String,char,int) - static method in class org.incava.lang.StringExt
Returns a string starting with the str parameter, with ch's following the string to a length of length.
pad(String,int) - static method in class org.incava.lang.StringExt
padLeft(String,char,int) - static method in class org.incava.lang.StringExt
Same as the pad method, but applies the padding to the left-hand (leading) side of the string.
PARAM - static field in class org.incava.doctorj.JavadocTags
ParameterDocAnalyzer - class org.incava.doctorj.ParameterDocAnalyzer
Checks the validity of Javadoc for a list of parameters.
Creates and runs the parameter documentation analyzer.
ParameterUtil - class org.incava.java.ParameterUtil
Miscellaneous routines for parameters.
parse() - method in class org.incava.javadoc.JavadocTaggedNode
parse(String) - method in class org.incava.doctorj.DoctorJ
parse(String) - method in class org.incava.javadoc.JavadocParser
Parses the Javadoc in the text.
parse(String) - method in class org.incava.jagol.ListOption
Parses the value into the value list.
parse(String,int,int) - static method in class org.incava.javadoc.JavadocNode
Parses itself from the given text.
parse(String,int,int) - method in class org.incava.javadoc.JavadocParser
print(net.sourceforge.pmd.ast.SimpleNode) - static method in class org.incava.java.SimpleNodeUtil
print(net.sourceforge.pmd.ast.SimpleNode,String) - static method in class org.incava.java.SimpleNodeUtil
process(String) - method in class org.incava.doctorj.DoctorJ
process(String[]) - method in class org.incava.doctorj.Options
Processes the run control files and command line arguments, and sets the static variables.
process(String[]) - method in class org.incava.jagol.OptionSet
Processes the run control files and command line arguments.
processCommandLine(String[]) - method in class org.incava.jagol.OptionSet
Processes the command line arguments.
processFile(String) - method in class org.incava.doctorj.DoctorJ
processRunControlFiles() - method in class org.incava.jagol.OptionSet
Processes the run control files, if any.

Q

QlClassFilter - class org.incava.qualog.QlClassFilter
A filter for logging statements from a class.
QlClassFilter(Class,org.incava.qualog.QlLevel) - constructor for class org.incava.qualog.QlClassFilter
QlCollection - class org.incava.qualog.QlCollection
Wraps Collections for output.
QlEnumeration - class org.incava.qualog.QlEnumeration
Wraps Enumerations for output.
QlFilter - class org.incava.qualog.QlFilter
Represents a filter for selective enabling or disabling of logging statements.
QlFilter(org.incava.qualog.QlLevel) - constructor for class org.incava.qualog.QlFilter
QlIterator - class org.incava.qualog.QlIterator
Wraps Iterators for output.
QlLevel - class org.incava.qualog.QlLevel
Represents a logging/output level.
QlLevel(int) - constructor for class org.incava.qualog.QlLevel
QlLevel(Integer) - constructor for class org.incava.qualog.QlLevel
QlMap - class org.incava.qualog.QlMap
Wraps Java maps for output.
QlObjectArray - class org.incava.qualog.QlObjectArray
Wraps C-style arrays for output.
QlTimedPeriod - class org.incava.qualog.QlTimedPeriod
QlTimedPeriod(String,String,String,int,String) - constructor for class org.incava.qualog.QlTimedPeriod
QlTimer - class org.incava.qualog.QlTimer
QlTimer() - constructor for class org.incava.qualog.QlTimer
QlWriter - class org.incava.qualog.QlWriter
Writes the logging output, applying filters and decorations.
Qualog - class org.incava.qualog.Qualog
Provides quasi-logging support, more akin to debugging/development output and trace statements than logging per se.
QUIET - static field in class org.incava.qualog.QlWriter
QUIET - static field in class org.incava.qualog.Qualog

R

Range - class org.incava.lang.Range
Range(int,int) - constructor for class org.incava.lang.Range
read(Point) - method in class org.incava.javadoc.JavadocParser
Reads to the next Javadoc field, or to the end of the comment.
readFile(File,String) - static method in class org.incava.io.FileExt
Reads the file into a single string, which is null on error.The arg argument is just so we can overload based on return type.
readFile(File,String[]) - static method in class org.incava.io.FileExt
Reads the file into a string array, without end-of-line characters (sequences).
readFile(String,String) - static method in class org.incava.io.FileExt
Reads the file into a single string, which is null on error.
readFile(String,String[]) - static method in class org.incava.io.FileExt
Reads the file into a string array, without end-of-line characters (sequences).
RED - static field in class org.incava.util.ANSI
RED - static field in class org.incava.qualog.ANSIColor
RED - static field in class org.incava.qualog.Qualog
The code for red text.
red(byte) - static method in class org.incava.qualog.Qualog
Writes logging output, with red foreground on the default background.
red(byte[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with red foreground on the default background.
red(char) - static method in class org.incava.qualog.Qualog
Writes logging output, with red foreground on the default background.
red(char[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with red foreground on the default background.
red(double) - static method in class org.incava.qualog.Qualog
Writes logging output, with red foreground on the default background.
red(double[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with red foreground on the default background.
red(float) - static method in class org.incava.qualog.Qualog
Writes logging output, with red foreground on the default background.
red(float[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with red foreground on the default background.
red(int) - static method in class org.incava.qualog.Qualog
Writes logging output, with red foreground on the default background.
red(int[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with red foreground on the default background.
red(long) - static method in class org.incava.qualog.Qualog
Writes logging output, with red foreground on the default background.
red(long[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with red foreground on the default background.
red(Object) - static method in class org.incava.qualog.Qualog
Writes logging output, with red foreground on the default background.
red(Object[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with red foreground on the default background.
red(org.incava.qualog.QlLevel,byte) - static method in class org.incava.qualog.Qualog
Writes logging output, with red foreground on the default background.
red(org.incava.qualog.QlLevel,byte[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with red foreground on the default background.
red(org.incava.qualog.QlLevel,char) - static method in class org.incava.qualog.Qualog
Writes logging output, with red foreground on the default background.
red(org.incava.qualog.QlLevel,char[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with red foreground on the default background.
red(org.incava.qualog.QlLevel,double) - static method in class org.incava.qualog.Qualog
Writes logging output, with red foreground on the default background.
red(org.incava.qualog.QlLevel,double[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with red foreground on the default background.
red(org.incava.qualog.QlLevel,float) - static method in class org.incava.qualog.Qualog
Writes logging output, with red foreground on the default background.
red(org.incava.qualog.QlLevel,float[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with red foreground on the default background.
red(org.incava.qualog.QlLevel,int) - static method in class org.incava.qualog.Qualog
Writes logging output, with red foreground on the default background.
red(org.incava.qualog.QlLevel,int[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with red foreground on the default background.
red(org.incava.qualog.QlLevel,long) - static method in class org.incava.qualog.Qualog
Writes logging output, with red foreground on the default background.
red(org.incava.qualog.QlLevel,long[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with red foreground on the default background.
red(org.incava.qualog.QlLevel,Object) - static method in class org.incava.qualog.Qualog
Writes logging output, with red foreground on the default background.
red(org.incava.qualog.QlLevel,Object[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with red foreground on the default background.
red(org.incava.qualog.QlLevel,String) - static method in class org.incava.qualog.Qualog
Writes logging output, with red foreground on the default background.
red(org.incava.qualog.QlLevel,String,byte) - static method in class org.incava.qualog.Qualog
Writes logging output, with red foreground on the default background.
red(org.incava.qualog.QlLevel,String,byte[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with red foreground on the default background.
red(org.incava.qualog.QlLevel,String,char) - static method in class org.incava.qualog.Qualog
Writes logging output, with red foreground on the default background.
red(org.incava.qualog.QlLevel,String,char[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with red foreground on the default background.
red(org.incava.qualog.QlLevel,String,double) - static method in class org.incava.qualog.Qualog
Writes logging output, with red foreground on the default background.
red(org.incava.qualog.QlLevel,String,double[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with red foreground on the default background.
red(org.incava.qualog.QlLevel,String,float) - static method in class org.incava.qualog.Qualog
Writes logging output, with red foreground on the default background.
red(org.incava.qualog.QlLevel,String,float[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with red foreground on the default background.
red(org.incava.qualog.QlLevel,String,int) - static method in class org.incava.qualog.Qualog
Writes logging output, with red foreground on the default background.
red(org.incava.qualog.QlLevel,String,int[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with red foreground on the default background.
red(org.incava.qualog.QlLevel,String,long) - static method in class org.incava.qualog.Qualog
Writes logging output, with red foreground on the default background.
red(org.incava.qualog.QlLevel,String,long[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with red foreground on the default background.
red(org.incava.qualog.QlLevel,String,Object) - static method in class org.incava.qualog.Qualog
Writes logging output, with red foreground on the default background.
red(org.incava.qualog.QlLevel,String,Object[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with red foreground on the default background.
red(String) - static method in class org.incava.qualog.Qualog
Writes logging output, with red foreground on the default background.
red(String,byte) - static method in class org.incava.qualog.Qualog
Writes logging output, with red foreground on the default background.
red(String,byte[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with red foreground on the default background.
red(String,char) - static method in class org.incava.qualog.Qualog
Writes logging output, with red foreground on the default background.
red(String,char[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with red foreground on the default background.
red(String,double) - static method in class org.incava.qualog.Qualog
Writes logging output, with red foreground on the default background.
red(String,double[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with red foreground on the default background.
red(String,float) - static method in class org.incava.qualog.Qualog
Writes logging output, with red foreground on the default background.
red(String,float[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with red foreground on the default background.
red(String,int) - static method in class org.incava.qualog.Qualog
Writes logging output, with red foreground on the default background.
red(String,int[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with red foreground on the default background.
red(String,long) - static method in class org.incava.qualog.Qualog
Writes logging output, with red foreground on the default background.
red(String,long[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with red foreground on the default background.
red(String,Object) - static method in class org.incava.qualog.Qualog
Writes logging output, with red foreground on the default background.
red(String,Object[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with red foreground on the default background.
repeat(char,int) - static method in class org.incava.lang.StringExt
repeat(int,char) - method in class org.incava.qualog.QlWriter
repeat(String,int) - static method in class org.incava.lang.StringExt
repeat(StringBuffer,int,char) - method in class org.incava.qualog.QlWriter
Report - class org.incava.analysis.Report
Reports errors (violations), in a format that is determined by the subclass.
Report(OutputStream) - constructor for class org.incava.analysis.Report
Creates a report for the given output stream.
Report(OutputStream,File) - constructor for class org.incava.analysis.Report
Creates a report for the given output stream, and file.
Report(OutputStream,String) - constructor for class org.incava.analysis.Report
Creates a report for the given output stream, and string source.
Report(Writer) - constructor for class org.incava.analysis.Report
Creates a report for the given writer.
Report(Writer,File) - constructor for class org.incava.analysis.Report
Creates a report for the given writer, and a file source.
Report(Writer,String) - constructor for class org.incava.analysis.Report
Creates a report for the given writer, and a string source.
reportUndocumentedExceptions() - method in class org.incava.doctorj.ExceptionDocAnalyzer
reportUndocumentedParameters() - method in class org.incava.doctorj.ParameterDocAnalyzer
RESET - static field in class org.incava.util.ANSI
RESET - static field in class org.incava.qualog.ANSIColor
RESET - static field in class org.incava.qualog.Qualog
The code for reset of colors and decorations.
reset() - method in class org.incava.qualog.QlWriter
reset() - static method in class org.incava.qualog.Qualog
reset(File) - method in class org.incava.analysis.ContextReport
Associates the given file with the list of violations, including that are adding to this report later, i.e., prior to flush.
reset(File) - method in class org.incava.analysis.Report
Associates the given file with the list of violations, including that are adding to this report later, i.e., prior to flush.
reset(String) - method in class org.incava.analysis.ContextReport
Associates the given string source with the list of violations, including that are adding to this report later, i.e., prior to flush.
reset(String) - method in class org.incava.analysis.Report
Associates the given string source with the list of violations, including that are adding to this report later, i.e., prior to flush.
RETURN - static field in class org.incava.doctorj.JavadocTags
REVERSE - static field in class org.incava.util.ANSI
REVERSE - static field in class org.incava.qualog.ANSIColor
REVERSE - static field in class org.incava.qualog.Qualog
The code for reversed text.
reverse(byte) - static method in class org.incava.qualog.Qualog
Writes logging output, with reverse foreground on the default background.
reverse(byte[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with reverse foreground on the default background.
reverse(char) - static method in class org.incava.qualog.Qualog
Writes logging output, with reverse foreground on the default background.
reverse(char[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with reverse foreground on the default background.
reverse(double) - static method in class org.incava.qualog.Qualog
Writes logging output, with reverse foreground on the default background.
reverse(double[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with reverse foreground on the default background.
reverse(float) - static method in class org.incava.qualog.Qualog
Writes logging output, with reverse foreground on the default background.
reverse(float[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with reverse foreground on the default background.
reverse(int) - static method in class org.incava.qualog.Qualog
Writes logging output, with reverse foreground on the default background.
reverse(int[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with reverse foreground on the default background.
reverse(long) - static method in class org.incava.qualog.Qualog
Writes logging output, with reverse foreground on the default background.
reverse(long[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with reverse foreground on the default background.
reverse(Object) - static method in class org.incava.qualog.Qualog
Writes logging output, with reverse foreground on the default background.
reverse(Object[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with reverse foreground on the default background.
reverse(org.incava.qualog.QlLevel,byte) - static method in class org.incava.qualog.Qualog
Writes logging output, with reverse foreground on the default background.
reverse(org.incava.qualog.QlLevel,byte[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with reverse foreground on the default background.
reverse(org.incava.qualog.QlLevel,char) - static method in class org.incava.qualog.Qualog
Writes logging output, with reverse foreground on the default background.
reverse(org.incava.qualog.QlLevel,char[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with reverse foreground on the default background.
reverse(org.incava.qualog.QlLevel,double) - static method in class org.incava.qualog.Qualog
Writes logging output, with reverse foreground on the default background.
reverse(org.incava.qualog.QlLevel,double[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with reverse foreground on the default background.
reverse(org.incava.qualog.QlLevel,float) - static method in class org.incava.qualog.Qualog
Writes logging output, with reverse foreground on the default background.
reverse(org.incava.qualog.QlLevel,float[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with reverse foreground on the default background.
reverse(org.incava.qualog.QlLevel,int) - static method in class org.incava.qualog.Qualog
Writes logging output, with reverse foreground on the default background.
reverse(org.incava.qualog.QlLevel,int[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with reverse foreground on the default background.
reverse(org.incava.qualog.QlLevel,long) - static method in class org.incava.qualog.Qualog
Writes logging output, with reverse foreground on the default background.
reverse(org.incava.qualog.QlLevel,long[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with reverse foreground on the default background.
reverse(org.incava.qualog.QlLevel,Object) - static method in class org.incava.qualog.Qualog
Writes logging output, with reverse foreground on the default background.
reverse(org.incava.qualog.QlLevel,Object[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with reverse foreground on the default background.
reverse(org.incava.qualog.QlLevel,String) - static method in class org.incava.qualog.Qualog
Writes logging output, with reverse foreground on the default background.
reverse(org.incava.qualog.QlLevel,String,byte) - static method in class org.incava.qualog.Qualog
Writes logging output, with reverse foreground on the default background.
reverse(org.incava.qualog.QlLevel,String,byte[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with reverse foreground on the default background.
reverse(org.incava.qualog.QlLevel,String,char) - static method in class org.incava.qualog.Qualog
Writes logging output, with reverse foreground on the default background.
reverse(org.incava.qualog.QlLevel,String,char[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with reverse foreground on the default background.
reverse(org.incava.qualog.QlLevel,String,double) - static method in class org.incava.qualog.Qualog
Writes logging output, with reverse foreground on the default background.
reverse(org.incava.qualog.QlLevel,String,double[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with reverse foreground on the default background.
reverse(org.incava.qualog.QlLevel,String,float) - static method in class org.incava.qualog.Qualog
Writes logging output, with reverse foreground on the default background.
reverse(org.incava.qualog.QlLevel,String,float[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with reverse foreground on the default background.
reverse(org.incava.qualog.QlLevel,String,int) - static method in class org.incava.qualog.Qualog
Writes logging output, with reverse foreground on the default background.
reverse(org.incava.qualog.QlLevel,String,int[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with reverse foreground on the default background.
reverse(org.incava.qualog.QlLevel,String,long) - static method in class org.incava.qualog.Qualog
Writes logging output, with reverse foreground on the default background.
reverse(org.incava.qualog.QlLevel,String,long[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with reverse foreground on the default background.
reverse(org.incava.qualog.QlLevel,String,Object) - static method in class org.incava.qualog.Qualog
Writes logging output, with reverse foreground on the default background.
reverse(org.incava.qualog.QlLevel,String,Object[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with reverse foreground on the default background.
reverse(String) - static method in class org.incava.qualog.Qualog
Writes logging output, with reverse foreground on the default background.
reverse(String,byte) - static method in class org.incava.qualog.Qualog
Writes logging output, with reverse foreground on the default background.
reverse(String,byte[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with reverse foreground on the default background.
reverse(String,char) - static method in class org.incava.qualog.Qualog
Writes logging output, with reverse foreground on the default background.
reverse(String,char[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with reverse foreground on the default background.
reverse(String,double) - static method in class org.incava.qualog.Qualog
Writes logging output, with reverse foreground on the default background.
reverse(String,double[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with reverse foreground on the default background.
reverse(String,float) - static method in class org.incava.qualog.Qualog
Writes logging output, with reverse foreground on the default background.
reverse(String,float[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with reverse foreground on the default background.
reverse(String,int) - static method in class org.incava.qualog.Qualog
Writes logging output, with reverse foreground on the default background.
reverse(String,int[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with reverse foreground on the default background.
reverse(String,long) - static method in class org.incava.qualog.Qualog
Writes logging output, with reverse foreground on the default background.
reverse(String,long[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with reverse foreground on the default background.
reverse(String,Object) - static method in class org.incava.qualog.Qualog
Writes logging output, with reverse foreground on the default background.
reverse(String,Object[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with reverse foreground on the default background.
ReverseComparator - class org.incava.util.ReverseComparator
A comparator for reversed order.
right(String,int) - static method in class org.incava.lang.StringExt
Returns the rightmost n characters of the string, not exceeding the length of the string.
run() - method in class org.incava.doctorj.ExceptionDocAnalyzer
run() - method in class org.incava.doctorj.ItemDocAnalyzer
Runs the analysis.
run() - method in class org.incava.doctorj.ParameterDocAnalyzer
Analyzes the Javadoc for the parameter list.

S

SEE - static field in class org.incava.doctorj.JavadocTags
SERIAL - static field in class org.incava.doctorj.JavadocTags
SERIALDATA - static field in class org.incava.doctorj.JavadocTags
SERIALFIELD - static field in class org.incava.doctorj.JavadocTags
set(boolean,int,int,int,int) - method in class org.incava.qualog.QlWriter
set(boolean,int,int,int,int) - static method in class org.incava.qualog.Qualog
set(String,List) - method in class org.incava.jagol.BooleanOption
Sets from a list of command-line arguments.
set(String,List) - method in class org.incava.jagol.ListOption
Sets from a list of command-line arguments.
set(String,List) - method in class org.incava.jagol.NonBooleanOption
Sets from a list of command-line arguments.
set(String,List) - method in class org.incava.jagol.Option
Sets from a list of command-line arguments.
setClassColor(org.incava.qualog.ANSIColor) - static method in class org.incava.qualog.Qualog
setClassColor(String,org.incava.qualog.ANSIColor) - static method in class org.incava.qualog.Qualog
setClassWidth(int) - static method in class org.incava.qualog.Qualog
setColumns(boolean) - method in class org.incava.qualog.QlWriter
setColumns(boolean) - static method in class org.incava.qualog.Qualog
setDisabled(Class) - method in class org.incava.qualog.QlWriter
setDisabled(Class) - static method in class org.incava.qualog.Qualog
setFileColor(org.incava.qualog.ANSIColor) - static method in class org.incava.qualog.Qualog
setFileColor(String,org.incava.qualog.ANSIColor) - static method in class org.incava.qualog.Qualog
setFileWidth(int) - static method in class org.incava.qualog.Qualog
setFirst(int) - method in class org.incava.lang.Range
setFunctionWidth(int) - static method in class org.incava.qualog.Qualog
setLast(int) - method in class org.incava.lang.Range
setLineWidth(int) - static method in class org.incava.qualog.Qualog
setLongName(String) - method in class org.incava.jagol.Option
setMethodColor(String,org.incava.qualog.ANSIColor) - static method in class org.incava.qualog.Qualog
setMethodColor(String,String,org.incava.qualog.ANSIColor) - static method in class org.incava.qualog.Qualog
setOut(PrintWriter) - static method in class org.incava.qualog.Qualog
setOutput(int,org.incava.qualog.QlLevel) - method in class org.incava.qualog.QlWriter
Sets the output type and level.
setOutput(int,org.incava.qualog.QlLevel) - static method in class org.incava.qualog.Qualog
setPackageColor(org.incava.qualog.ANSIColor) - static method in class org.incava.qualog.Qualog
setPackageColor(String,org.incava.qualog.ANSIColor) - static method in class org.incava.qualog.Qualog
setQuiet(boolean) - static method in class org.incava.qualog.Qualog
setQuiet(org.incava.qualog.QlLevel) - static method in class org.incava.qualog.Qualog
setShortName(char) - method in class org.incava.jagol.Option
setValue(Boolean) - method in class org.incava.jagol.BooleanOption
Sets the value.
setValue(Double) - method in class org.incava.jagol.DoubleOption
Sets the value.
setValue(Float) - method in class org.incava.jagol.FloatOption
Sets the value.
setValue(Integer) - method in class org.incava.jagol.IntegerOption
Sets the value.
setValue(List) - method in class org.incava.jagol.ListOption
Sets the value.
setValue(String) - method in class org.incava.jagol.BooleanOption
Sets the value from the string, for a boolean type.
setValue(String) - method in class org.incava.jagol.DoubleOption
Sets the value from the string, for a double type.
setValue(String) - method in class org.incava.jagol.FloatOption
Sets the value from the string, for a float type.
setValue(String) - method in class org.incava.jagol.IntegerOption
Sets the value from the string, for an integer type.
setValue(String) - method in class org.incava.jagol.ListOption
Sets the value from the string, for a list type.
setValue(String) - method in class org.incava.jagol.Option
Sets the value from the string, for this option type.
setValue(String) - method in class org.incava.jagol.StringOption
Sets the value.
setVerbose(boolean) - static method in class org.incava.qualog.Qualog
shortName - field in class org.incava.jagol.Option
SHOW_CLASSES_PROPERTY_KEY - static field in class org.incava.qualog.Qualog
SHOW_FILES_PROPERTY_KEY - static field in class org.incava.qualog.Qualog
showClasses - field in class org.incava.qualog.QlWriter
showConfig() - method in class org.incava.jagol.OptionSet
showFiles - field in class org.incava.qualog.QlWriter
showUsage() - method in class org.incava.jagol.OptionSet
SimpleNodeUtil - class org.incava.java.SimpleNodeUtil
Miscellaneous routines for the SimpleNode.
SINCE - static field in class org.incava.doctorj.JavadocTags
skipBlanks() - method in class org.incava.doctorj.CommentSpellCheck
skipLink() - method in class org.incava.doctorj.CommentSpellCheck
skipSection(String) - method in class org.incava.doctorj.CommentSpellCheck
skipThroughWord() - method in class org.incava.doctorj.CommentSpellCheck
skipToWord() - method in class org.incava.doctorj.CommentSpellCheck
source - static field in class org.incava.doctorj.Options
The Java source version.
spellChecker - static field in class org.incava.doctorj.ItemDocAnalyzer
SpellChecker - class org.incava.text.SpellChecker
Calculates the edit distance between two strings.
split(String,char) - static method in class org.incava.lang.StringExt
Returns an array of strings split at the character delimiter.
split(String,char,int) - static method in class org.incava.lang.StringExt
Returns an array of strings split at the character delimiter.
split(String,String) - static method in class org.incava.lang.StringExt
Returns an array of strings split at the string delimiter.
split(String,String,int) - static method in class org.incava.lang.StringExt
Returns an array of strings split at the string delimiter.
stack() - static method in class org.incava.qualog.Qualog
Writes an empty stack message.
stack(byte) - static method in class org.incava.qualog.Qualog
Writes stack output, with the default foreground and background.
stack(byte,int) - static method in class org.incava.qualog.Qualog
Writes stack output, with the default foreground and background.
stack(byte[]) - static method in class org.incava.qualog.Qualog
Writes stack output, with the default foreground and background.
stack(byte[],int) - static method in class org.incava.qualog.Qualog
Writes stack output, with the default foreground and background.
stack(char) - static method in class org.incava.qualog.Qualog
Writes stack output, with the default foreground and background.
stack(char,int) - static method in class org.incava.qualog.Qualog
Writes stack output, with the default foreground and background.
stack(char[]) - static method in class org.incava.qualog.Qualog
Writes stack output, with the default foreground and background.
stack(char[],int) - static method in class org.incava.qualog.Qualog
Writes stack output, with the default foreground and background.
stack(double) - static method in class org.incava.qualog.Qualog
Writes stack output, with the default foreground and background.
stack(double,int) - static method in class org.incava.qualog.Qualog
Writes stack output, with the default foreground and background.
stack(double[]) - static method in class org.incava.qualog.Qualog
Writes stack output, with the default foreground and background.
stack(double[],int) - static method in class org.incava.qualog.Qualog
Writes stack output, with the default foreground and background.
stack(float) - static method in class org.incava.qualog.Qualog
Writes stack output, with the default foreground and background.
stack(float,int) - static method in class org.incava.qualog.Qualog
Writes stack output, with the default foreground and background.
stack(float[]) - static method in class org.incava.qualog.Qualog
Writes stack output, with the default foreground and background.
stack(float[],int) - static method in class org.incava.qualog.Qualog
Writes stack output, with the default foreground and background.
stack(int) - static method in class org.incava.qualog.Qualog
Writes stack output, with the default foreground and background.
stack(int,int) - static method in class org.incava.qualog.Qualog
Writes stack output, with the default foreground and background.
stack(int[]) - static method in class org.incava.qualog.Qualog
Writes stack output, with the default foreground and background.
stack(int[],int) - static method in class org.incava.qualog.Qualog
Writes stack output, with the default foreground and background.
stack(long) - static method in class org.incava.qualog.Qualog
Writes stack output, with the default foreground and background.
stack(long,int) - static method in class org.incava.qualog.Qualog
Writes stack output, with the default foreground and background.
stack(long[]) - static method in class org.incava.qualog.Qualog
Writes stack output, with the default foreground and background.
stack(long[],int) - static method in class org.incava.qualog.Qualog
Writes stack output, with the default foreground and background.
stack(Object) - static method in class org.incava.qualog.Qualog
Writes stack output, with the default foreground and background.
stack(Object,int) - static method in class org.incava.qualog.Qualog
Writes stack output, with the default foreground and background.
stack(Object[]) - static method in class org.incava.qualog.Qualog
Writes stack output, with the default foreground and background.
stack(Object[],int) - static method in class org.incava.qualog.Qualog
Writes stack output, with the default foreground and background.
stack(org.incava.qualog.ANSIColor,byte) - static method in class org.incava.qualog.Qualog
Writes stack output, with the specified color.
stack(org.incava.qualog.ANSIColor,byte,int) - static method in class org.incava.qualog.Qualog
Writes stack output, with the specified color.
stack(org.incava.qualog.ANSIColor,byte[]) - static method in class org.incava.qualog.Qualog
Writes stack output, with the specified color.
stack(org.incava.qualog.ANSIColor,byte[],int) - static method in class org.incava.qualog.Qualog
Writes stack output, with the specified color.
stack(org.incava.qualog.ANSIColor,char) - static method in class org.incava.qualog.Qualog
Writes stack output, with the specified color.
stack(org.incava.qualog.ANSIColor,char,int) - static method in class org.incava.qualog.Qualog
Writes stack output, with the specified color.
stack(org.incava.qualog.ANSIColor,char[]) - static method in class org.incava.qualog.Qualog
Writes stack output, with the specified color.
stack(org.incava.qualog.ANSIColor,char[],int) - static method in class org.incava.qualog.Qualog
Writes stack output, with the specified color.
stack(org.incava.qualog.ANSIColor,double) - static method in class org.incava.qualog.Qualog
Writes stack output, with the specified color.
stack(org.incava.qualog.ANSIColor,double,int) - static method in class org.incava.qualog.Qualog
Writes stack output, with the specified color.
stack(org.incava.qualog.ANSIColor,double[]) - static method in class org.incava.qualog.Qualog
Writes stack output, with the specified color.
stack(org.incava.qualog.ANSIColor,double[],int) - static method in class org.incava.qualog.Qualog
Writes stack output, with the specified color.
stack(org.incava.qualog.ANSIColor,float) - static method in class org.incava.qualog.Qualog
Writes stack output, with the specified color.
stack(org.incava.qualog.ANSIColor,float,int) - static method in class org.incava.qualog.Qualog
Writes stack output, with the specified color.
stack(org.incava.qualog.ANSIColor,float[]) - static method in class org.incava.qualog.Qualog
Writes stack output, with the specified color.
stack(org.incava.qualog.ANSIColor,float[],int) - static method in class org.incava.qualog.Qualog
Writes stack output, with the specified color.
stack(org.incava.qualog.ANSIColor,int) - static method in class org.incava.qualog.Qualog
Writes stack output, with the specified color.
stack(org.incava.qualog.ANSIColor,int,int) - static method in class org.incava.qualog.Qualog
Writes stack output, with the specified color.
stack(org.incava.qualog.ANSIColor,int[]) - static method in class org.incava.qualog.Qualog
Writes stack output, with the specified color.
stack(org.incava.qualog.ANSIColor,int[],int) - static method in class org.incava.qualog.Qualog
Writes stack output, with the specified color.
stack(org.incava.qualog.ANSIColor,long) - static method in class org.incava.qualog.Qualog
Writes stack output, with the specified color.
stack(org.incava.qualog.ANSIColor,long,int) - static method in class org.incava.qualog.Qualog
Writes stack output, with the specified color.
stack(org.incava.qualog.ANSIColor,long[]) - static method in class org.incava.qualog.Qualog
Writes stack output, with the specified color.
stack(org.incava.qualog.ANSIColor,long[],int) - static method in class org.incava.qualog.Qualog
Writes stack output, with the specified color.
stack(org.incava.qualog.ANSIColor,Object) - static method in class org.incava.qualog.Qualog
Writes stack output, with the specified color.
stack(org.incava.qualog.ANSIColor,Object,int) - static method in class org.incava.qualog.Qualog
Writes stack output, with the specified color.
stack(org.incava.qualog.ANSIColor,Object[]) - static method in class org.incava.qualog.Qualog
Writes stack output, with the specified color.
stack(org.incava.qualog.ANSIColor,Object[],int) - static method in class org.incava.qualog.Qualog
Writes stack output, with the specified color.
stack(org.incava.qualog.ANSIColor,String) - static method in class org.incava.qualog.Qualog
Writes stack output, with the specified color.
stack(org.incava.qualog.ANSIColor,String,byte) - static method in class org.incava.qualog.Qualog
Writes stack output, with the specified color.
stack(org.incava.qualog.ANSIColor,String,byte,int) - static method in class org.incava.qualog.Qualog
Writes stack output, with the specified color.
stack(org.incava.qualog.ANSIColor,String,byte[]) - static method in class org.incava.qualog.Qualog
Writes stack output, with the specified color.
stack(org.incava.qualog.ANSIColor,String,byte[],int) - static method in class org.incava.qualog.Qualog
Writes stack output, with the specified color.
stack(org.incava.qualog.ANSIColor,String,char) - static method in class org.incava.qualog.Qualog
Writes stack output, with the specified color.
stack(org.incava.qualog.ANSIColor,String,char,int) - static method in class org.incava.qualog.Qualog
Writes stack output, with the specified color.
stack(org.incava.qualog.ANSIColor,String,char[]) - static method in class org.incava.qualog.Qualog
Writes stack output, with the specified color.
stack(org.incava.qualog.ANSIColor,String,char[],int) - static method in class org.incava.qualog.Qualog
Writes stack output, with the specified color.
stack(org.incava.qualog.ANSIColor,String,double) - static method in class org.incava.qualog.Qualog
Writes stack output, with the specified color.
stack(org.incava.qualog.ANSIColor,String,double,int) - static method in class org.incava.qualog.Qualog
Writes stack output, with the specified color.
stack(org.incava.qualog.ANSIColor,String,double[]) - static method in class org.incava.qualog.Qualog
Writes stack output, with the specified color.
stack(org.incava.qualog.ANSIColor,String,double[],int) - static method in class org.incava.qualog.Qualog
Writes stack output, with the specified color.
stack(org.incava.qualog.ANSIColor,String,float) - static method in class org.incava.qualog.Qualog
Writes stack output, with the specified color.
stack(org.incava.qualog.ANSIColor,String,float,int) - static method in class org.incava.qualog.Qualog
Writes stack output, with the specified color.
stack(org.incava.qualog.ANSIColor,String,float[]) - static method in class org.incava.qualog.Qualog
Writes stack output, with the specified color.
stack(org.incava.qualog.ANSIColor,String,float[],int) - static method in class org.incava.qualog.Qualog
Writes stack output, with the specified color.
stack(org.incava.qualog.ANSIColor,String,int) - static method in class org.incava.qualog.Qualog
Writes stack output, with the specified color.
stack(org.incava.qualog.ANSIColor,String,int,int) - static method in class org.incava.qualog.Qualog
Writes stack output, with the specified color.
stack(org.incava.qualog.ANSIColor,String,int[]) - static method in class org.incava.qualog.Qualog
Writes stack output, with the specified color.
stack(org.incava.qualog.ANSIColor,String,int[],int) - static method in class org.incava.qualog.Qualog
Writes stack output, with the specified color.
stack(org.incava.qualog.ANSIColor,String,long) - static method in class org.incava.qualog.Qualog
Writes stack output, with the specified color.
stack(org.incava.qualog.ANSIColor,String,long,int) - static method in class org.incava.qualog.Qualog
Writes stack output, with the specified color.
stack(org.incava.qualog.ANSIColor,String,long[]) - static method in class org.incava.qualog.Qualog
Writes stack output, with the specified color.
stack(org.incava.qualog.ANSIColor,String,long[],int) - static method in class org.incava.qualog.Qualog
Writes stack output, with the specified color.
stack(org.incava.qualog.ANSIColor,String,Object) - static method in class org.incava.qualog.Qualog
Writes stack output, with the specified color.
stack(org.incava.qualog.ANSIColor,String,Object,int) - static method in class org.incava.qualog.Qualog
Writes stack output, with the specified color.
stack(org.incava.qualog.ANSIColor,String,Object[]) - static method in class org.incava.qualog.Qualog
Writes stack output, with the specified color.
stack(org.incava.qualog.ANSIColor,String,Object[],int) - static method in class org.incava.qualog.Qualog
Writes stack output, with the specified color.
stack(org.incava.qualog.ANSIColor[],byte) - static method in class org.incava.qualog.Qualog
Writes stack output, with the specified colors.
stack(org.incava.qualog.ANSIColor[],byte,int) - static method in class org.incava.qualog.Qualog
Writes stack output, with the specified colors.
stack(org.incava.qualog.ANSIColor[],byte[]) - static method in class org.incava.qualog.Qualog
Writes stack output, with the specified colors.
stack(org.incava.qualog.ANSIColor[],byte[],int) - static method in class org.incava.qualog.Qualog
Writes stack output, with the specified colors.
stack(org.incava.qualog.ANSIColor[],char) - static method in class org.incava.qualog.Qualog
Writes stack output, with the specified colors.
stack(org.incava.qualog.ANSIColor[],char,int) - static method in class org.incava.qualog.Qualog
Writes stack output, with the specified colors.
stack(org.incava.qualog.ANSIColor[],char[]) - static method in class org.incava.qualog.Qualog
Writes stack output, with the specified colors.
stack(org.incava.qualog.ANSIColor[],char[],int) - static method in class org.incava.qualog.Qualog
Writes stack output, with the specified colors.
stack(org.incava.qualog.ANSIColor[],double) - static method in class org.incava.qualog.Qualog
Writes stack output, with the specified colors.
stack(org.incava.qualog.ANSIColor[],double,int) - static method in class org.incava.qualog.Qualog
Writes stack output, with the specified colors.
stack(org.incava.qualog.ANSIColor[],double[]) - static method in class org.incava.qualog.Qualog
Writes stack output, with the specified colors.
stack(org.incava.qualog.ANSIColor[],double[],int) - static method in class org.incava.qualog.Qualog
Writes stack output, with the specified colors.
stack(org.incava.qualog.ANSIColor[],float) - static method in class org.incava.qualog.Qualog
Writes stack output, with the specified colors.
stack(org.incava.qualog.ANSIColor[],float,int) - static method in class org.incava.qualog.Qualog
Writes stack output, with the specified colors.
stack(org.incava.qualog.ANSIColor[],float[]) - static method in class org.incava.qualog.Qualog
Writes stack output, with the specified colors.
stack(org.incava.qualog.ANSIColor[],float[],int) - static method in class org.incava.qualog.Qualog
Writes stack output, with the specified colors.
stack(org.incava.qualog.ANSIColor[],int) - static method in class org.incava.qualog.Qualog
Writes stack output, with the specified colors.
stack(org.incava.qualog.ANSIColor[],int,int) - static method in class org.incava.qualog.Qualog
Writes stack output, with the specified colors.
stack(org.incava.qualog.ANSIColor[],int[]) - static method in class org.incava.qualog.Qualog
Writes stack output, with the specified colors.
stack(org.incava.qualog.ANSIColor[],int[],int) - static method in class org.incava.qualog.Qualog
Writes stack output, with the specified colors.
stack(org.incava.qualog.ANSIColor[],long) - static method in class org.incava.qualog.Qualog
Writes stack output, with the specified colors.
stack(org.incava.qualog.ANSIColor[],long,int) - static method in class org.incava.qualog.Qualog
Writes stack output, with the specified colors.
stack(org.incava.qualog.ANSIColor[],long[]) - static method in class org.incava.qualog.Qualog
Writes stack output, with the specified colors.
stack(org.incava.qualog.ANSIColor[],long[],int) - static method in class org.incava.qualog.Qualog
Writes stack output, with the specified colors.
stack(org.incava.qualog.ANSIColor[],Object) - static method in class org.incava.qualog.Qualog
Writes stack output, with the specified colors.
stack(org.incava.qualog.ANSIColor[],Object,int) - static method in class org.incava.qualog.Qualog
Writes stack output, with the specified colors.
stack(org.incava.qualog.ANSIColor[],Object[]) - static method in class org.incava.qualog.Qualog
Writes stack output, with the specified colors.
stack(org.incava.qualog.ANSIColor[],Object[],int) - static method in class org.incava.qualog.Qualog
Writes stack output, with the specified colors.
stack(org.incava.qualog.ANSIColor[],String) - static method in class org.incava.qualog.Qualog
Writes stack output, with the specified colors.
stack(org.incava.qualog.ANSIColor[],String,byte) - static method in class org.incava.qualog.Qualog
Writes stack output, with the specified colors.
stack(org.incava.qualog.ANSIColor[],String,byte,int) - static method in class org.incava.qualog.Qualog
Writes stack output, with the specified colors.
stack(org.incava.qualog.ANSIColor[],String,byte[]) - static method in class org.incava.qualog.Qualog
Writes stack output, with the specified colors.
stack(org.incava.qualog.ANSIColor[],String,byte[],int) - static method in class org.incava.qualog.Qualog
Writes stack output, with the specified colors.
stack(org.incava.qualog.ANSIColor[],String,char) - static method in class org.incava.qualog.Qualog
Writes stack output, with the specified colors.
stack(org.incava.qualog.ANSIColor[],String,char,int) - static method in class org.incava.qualog.Qualog
Writes stack output, with the specified colors.
stack(org.incava.qualog.ANSIColor[],String,char[]) - static method in class org.incava.qualog.Qualog
Writes stack output, with the specified colors.
stack(org.incava.qualog.ANSIColor[],String,char[],int) - static method in class org.incava.qualog.Qualog
Writes stack output, with the specified colors.
stack(org.incava.qualog.ANSIColor[],String,double) - static method in class org.incava.qualog.Qualog
Writes stack output, with the specified colors.
stack(org.incava.qualog.ANSIColor[],String,double,int) - static method in class org.incava.qualog.Qualog
Writes stack output, with the specified colors.
stack(org.incava.qualog.ANSIColor[],String,double[]) - static method in class org.incava.qualog.Qualog
Writes stack output, with the specified colors.
stack(org.incava.qualog.ANSIColor[],String,double[],int) - static method in class org.incava.qualog.Qualog
Writes stack output, with the specified colors.
stack(org.incava.qualog.ANSIColor[],String,float) - static method in class org.incava.qualog.Qualog
Writes stack output, with the specified colors.
stack(org.incava.qualog.ANSIColor[],String,float,int) - static method in class org.incava.qualog.Qualog
Writes stack output, with the specified colors.
stack(org.incava.qualog.ANSIColor[],String,float[]) - static method in class org.incava.qualog.Qualog
Writes stack output, with the specified colors.
stack(org.incava.qualog.ANSIColor[],String,float[],int) - static method in class org.incava.qualog.Qualog
Writes stack output, with the specified colors.
stack(org.incava.qualog.ANSIColor[],String,int) - static method in class org.incava.qualog.Qualog
Writes stack output, with the specified colors.
stack(org.incava.qualog.ANSIColor[],String,int,int) - static method in class org.incava.qualog.Qualog
Writes stack output, with the specified colors.
stack(org.incava.qualog.ANSIColor[],String,int[]) - static method in class org.incava.qualog.Qualog
Writes stack output, with the specified colors.
stack(org.incava.qualog.ANSIColor[],String,int[],int) - static method in class org.incava.qualog.Qualog
Writes stack output, with the specified colors.
stack(org.incava.qualog.ANSIColor[],String,long) - static method in class org.incava.qualog.Qualog
Writes stack output, with the specified colors.
stack(org.incava.qualog.ANSIColor[],String,long,int) - static method in class org.incava.qualog.Qualog
Writes stack output, with the specified colors.
stack(org.incava.qualog.ANSIColor[],String,long[]) - static method in class org.incava.qualog.Qualog
Writes stack output, with the specified colors.
stack(org.incava.qualog.ANSIColor[],String,long[],int) - static method in class org.incava.qualog.Qualog
Writes stack output, with the specified colors.
stack(org.incava.qualog.ANSIColor[],String,Object) - static method in class org.incava.qualog.Qualog
Writes stack output, with the specified colors.
stack(org.incava.qualog.ANSIColor[],String,Object,int) - static method in class org.incava.qualog.Qualog
Writes stack output, with the specified colors.
stack(org.incava.qualog.ANSIColor[],String,Object[]) - static method in class org.incava.qualog.Qualog
Writes stack output, with the specified colors.
stack(org.incava.qualog.ANSIColor[],String,Object[],int) - static method in class org.incava.qualog.Qualog
Writes stack output, with the specified colors.
stack(org.incava.qualog.QlLevel,byte) - static method in class org.incava.qualog.Qualog
Writes stack output, with the default foreground and background.
stack(org.incava.qualog.QlLevel,byte,int) - static method in class org.incava.qualog.Qualog
Writes stack output, with the default foreground and background.
stack(org.incava.qualog.QlLevel,byte[]) - static method in class org.incava.qualog.Qualog
Writes stack output, with the default foreground and background.
stack(org.incava.qualog.QlLevel,byte[],int) - static method in class org.incava.qualog.Qualog
Writes stack output, with the default foreground and background.
stack(org.incava.qualog.QlLevel,char) - static method in class org.incava.qualog.Qualog
Writes stack output, with the default foreground and background.
stack(org.incava.qualog.QlLevel,char,int) - static method in class org.incava.qualog.Qualog
Writes stack output, with the default foreground and background.
stack(org.incava.qualog.QlLevel,char[]) - static method in class org.incava.qualog.Qualog
Writes stack output, with the default foreground and background.
stack(org.incava.qualog.QlLevel,char[],int) - static method in class org.incava.qualog.Qualog
Writes stack output, with the default foreground and background.
stack(org.incava.qualog.QlLevel,double) - static method in class org.incava.qualog.Qualog
Writes stack output, with the default foreground and background.
stack(org.incava.qualog.QlLevel,double,int) - static method in class org.incava.qualog.Qualog
Writes stack output, with the default foreground and background.
stack(org.incava.qualog.QlLevel,double[]) - static method in class org.incava.qualog.Qualog
Writes stack output, with the default foreground and background.
stack(org.incava.qualog.QlLevel,double[],int) - static method in class org.incava.qualog.Qualog
Writes stack output, with the default foreground and background.
stack(org.incava.qualog.QlLevel,float) - static method in class org.incava.qualog.Qualog
Writes stack output, with the default foreground and background.
stack(org.incava.qualog.QlLevel,float,int) - static method in class org.incava.qualog.Qualog
Writes stack output, with the default foreground and background.
stack(org.incava.qualog.QlLevel,float[]) - static method in class org.incava.qualog.Qualog
Writes stack output, with the default foreground and background.
stack(org.incava.qualog.QlLevel,float[],int) - static method in class org.incava.qualog.Qualog
Writes stack output, with the default foreground and background.
stack(org.incava.qualog.QlLevel,int) - static method in class org.incava.qualog.Qualog
Writes stack output, with the default foreground and background.
stack(org.incava.qualog.QlLevel,int,int) - static method in class org.incava.qualog.Qualog
Writes stack output, with the default foreground and background.
stack(org.incava.qualog.QlLevel,int[]) - static method in class org.incava.qualog.Qualog
Writes stack output, with the default foreground and background.
stack(org.incava.qualog.QlLevel,int[],int) - static method in class org.incava.qualog.Qualog
Writes stack output, with the default foreground and background.
stack(org.incava.qualog.QlLevel,long) - static method in class org.incava.qualog.Qualog
Writes stack output, with the default foreground and background.
stack(org.incava.qualog.QlLevel,long,int) - static method in class org.incava.qualog.Qualog
Writes stack output, with the default foreground and background.
stack(org.incava.qualog.QlLevel,long[]) - static method in class org.incava.qualog.Qualog
Writes stack output, with the default foreground and background.
stack(org.incava.qualog.QlLevel,long[],int) - static method in class org.incava.qualog.Qualog
Writes stack output, with the default foreground and background.
stack(org.incava.qualog.QlLevel,Object) - static method in class org.incava.qualog.Qualog
Writes stack output, with the default foreground and background.
stack(org.incava.qualog.QlLevel,Object,int) - static method in class org.incava.qualog.Qualog
Writes stack output, with the default foreground and background.
stack(org.incava.qualog.QlLevel,Object[]) - static method in class org.incava.qualog.Qualog
Writes stack output, with the default foreground and background.
stack(org.incava.qualog.QlLevel,Object[],int) - static method in class org.incava.qualog.Qualog
Writes stack output, with the default foreground and background.
Writes stack output, with the specified color.
Writes stack output, with the specified color.
Writes stack output, with the specified color.
Writes stack output, with the specified color.
Writes stack output, with the specified color.
Writes stack output, with the specified color.
Writes stack output, with the specified color.
Writes stack output, with the specified color.
Writes stack output, with the specified color.
Writes stack output, with the specified color.
Writes stack output, with the specified color.
Writes stack output, with the specified color.
Writes stack output, with the specified color.
Writes stack output, with the specified color.
Writes stack output, with the specified color.
Writes stack output, with the specified color.
Writes stack output, with the specified color.
Writes stack output, with the specified color.
Writes stack output, with the specified color.
Writes stack output, with the specified color.
Writes stack output, with the specified color.
Writes stack output, with the specified color.
Writes stack output, with the specified color.
Writes stack output, with the specified color.
Writes stack output, with the specified color.
Writes stack output, with the specified color.
Writes stack output, with the specified color.
Writes stack output, with the specified color.
Writes stack output, with the specified color.
Writes stack output, with the specified color.
Writes stack output, with the specified color.
Writes stack output, with the specified color.
Writes stack output, with the specified color.
Writes stack output, with the specified color.
Writes stack output, with the specified color.
Writes stack output, with the specified color.
Writes stack output, with the specified color.
Writes stack output, with the specified color.
Writes stack output, with the specified color.
Writes stack output, with the specified color.
Writes stack output, with the specified color.
Writes stack output, with the specified color.
Writes stack output, with the specified color.
Writes stack output, with the specified color.
Writes stack output, with the specified color.
Writes stack output, with the specified color.
Writes stack output, with the specified color.
Writes stack output, with the specified color.
Writes stack output, with the specified color.
Writes stack output, with the specified color.
Writes stack output, with the specified color.
Writes stack output, with the specified color.
Writes stack output, with the specified color.
Writes stack output, with the specified color.
Writes stack output, with the specified color.
Writes stack output, with the specified color.
Writes stack output, with the specified color.
Writes stack output, with the specified colors.
Writes stack output, with the specified colors.
Writes stack output, with the specified colors.
Writes stack output, with the specified colors.
Writes stack output, with the specified colors.
Writes stack output, with the specified colors.
Writes stack output, with the specified colors.
Writes stack output, with the specified colors.
Writes stack output, with the specified colors.
Writes stack output, with the specified colors.
Writes stack output, with the specified colors.
Writes stack output, with the specified colors.
Writes stack output, with the specified colors.
Writes stack output, with the specified colors.
Writes stack output, with the specified colors.
Writes stack output, with the specified colors.
Writes stack output, with the specified colors.
Writes stack output, with the specified colors.
Writes stack output, with the specified colors.
Writes stack output, with the specified colors.
Writes stack output, with the specified colors.
Writes stack output, with the specified colors.
Writes stack output, with the specified colors.
Writes stack output, with the specified colors.
Writes stack output, with the specified colors.
Writes stack output, with the specified colors.
Writes stack output, with the specified colors.
Writes stack output, with the specified colors.
Writes stack output, with the specified colors.
Writes stack output, with the specified colors.
Writes stack output, with the specified colors.
Writes stack output, with the specified colors.
Writes stack output, with the specified colors.
Writes stack output, with the specified colors.
Writes stack output, with the specified colors.
Writes stack output, with the specified colors.
Writes stack output, with the specified colors.
Writes stack output, with the specified colors.
Writes stack output, with the specified colors.
Writes stack output, with the specified colors.
Writes stack output, with the specified colors.
Writes stack output, with the specified colors.
Writes stack output, with the specified colors.
Writes stack output, with the specified colors.
Writes stack output, with the specified colors.
Writes stack output, with the specified colors.
Writes stack output, with the specified colors.
Writes stack output, with the specified colors.
Writes stack output, with the specified colors.
Writes stack output, with the specified colors.
Writes stack output, with the specified colors.
Writes stack output, with the specified colors.
Writes stack output, with the specified colors.
Writes stack output, with the specified colors.
Writes stack output, with the specified colors.
Writes stack output, with the specified colors.
Writes stack output, with the specified colors.
stack(org.incava.qualog.QlLevel,String) - static method in class org.incava.qualog.Qualog
Writes stack output, with the default foreground and background.
stack(org.incava.qualog.QlLevel,String,byte) - static method in class org.incava.qualog.Qualog
Writes stack output, with the default foreground and background.
stack(org.incava.qualog.QlLevel,String,byte,int) - static method in class org.incava.qualog.Qualog
Writes stack output, with the default foreground and background.
stack(org.incava.qualog.QlLevel,String,byte[]) - static method in class org.incava.qualog.Qualog
Writes stack output, with the default foreground and background.
stack(org.incava.qualog.QlLevel,String,byte[],int) - static method in class org.incava.qualog.Qualog
Writes stack output, with the default foreground and background.
stack(org.incava.qualog.QlLevel,String,char) - static method in class org.incava.qualog.Qualog
Writes stack output, with the default foreground and background.
stack(org.incava.qualog.QlLevel,String,char,int) - static method in class org.incava.qualog.Qualog
Writes stack output, with the default foreground and background.
stack(org.incava.qualog.QlLevel,String,char[]) - static method in class org.incava.qualog.Qualog
Writes stack output, with the default foreground and background.
stack(org.incava.qualog.QlLevel,String,char[],int) - static method in class org.incava.qualog.Qualog
Writes stack output, with the default foreground and background.
stack(org.incava.qualog.QlLevel,String,double) - static method in class org.incava.qualog.Qualog
Writes stack output, with the default foreground and background.
stack(org.incava.qualog.QlLevel,String,double,int) - static method in class org.incava.qualog.Qualog
Writes stack output, with the default foreground and background.
stack(org.incava.qualog.QlLevel,String,double[]) - static method in class org.incava.qualog.Qualog
Writes stack output, with the default foreground and background.
stack(org.incava.qualog.QlLevel,String,double[],int) - static method in class org.incava.qualog.Qualog
Writes stack output, with the default foreground and background.
stack(org.incava.qualog.QlLevel,String,float) - static method in class org.incava.qualog.Qualog
Writes stack output, with the default foreground and background.
stack(org.incava.qualog.QlLevel,String,float,int) - static method in class org.incava.qualog.Qualog
Writes stack output, with the default foreground and background.
stack(org.incava.qualog.QlLevel,String,float[]) - static method in class org.incava.qualog.Qualog
Writes stack output, with the default foreground and background.
stack(org.incava.qualog.QlLevel,String,float[],int) - static method in class org.incava.qualog.Qualog
Writes stack output, with the default foreground and background.
stack(org.incava.qualog.QlLevel,String,int) - static method in class org.incava.qualog.Qualog
Writes stack output, with the default foreground and background.
stack(org.incava.qualog.QlLevel,String,int,int) - static method in class org.incava.qualog.Qualog
Writes stack output, with the default foreground and background.
stack(org.incava.qualog.QlLevel,String,int[]) - static method in class org.incava.qualog.Qualog
Writes stack output, with the default foreground and background.
stack(org.incava.qualog.QlLevel,String,int[],int) - static method in class org.incava.qualog.Qualog
Writes stack output, with the default foreground and background.
stack(org.incava.qualog.QlLevel,String,long) - static method in class org.incava.qualog.Qualog
Writes stack output, with the default foreground and background.
stack(org.incava.qualog.QlLevel,String,long,int) - static method in class org.incava.qualog.Qualog
Writes stack output, with the default foreground and background.
stack(org.incava.qualog.QlLevel,String,long[]) - static method in class org.incava.qualog.Qualog
Writes stack output, with the default foreground and background.
stack(org.incava.qualog.QlLevel,String,long[],int) - static method in class org.incava.qualog.Qualog
Writes stack output, with the default foreground and background.
stack(org.incava.qualog.QlLevel,String,Object) - static method in class org.incava.qualog.Qualog
Writes stack output, with the default foreground and background.
stack(org.incava.qualog.QlLevel,String,Object,int) - static method in class org.incava.qualog.Qualog
Writes stack output, with the default foreground and background.
stack(org.incava.qualog.QlLevel,String,Object[]) - static method in class org.incava.qualog.Qualog
Writes stack output, with the default foreground and background.
stack(org.incava.qualog.QlLevel,String,Object[],int) - static method in class org.incava.qualog.Qualog
Writes stack output, with the default foreground and background.
stack(String) - static method in class org.incava.qualog.Qualog
Writes stack output, with the default foreground and background.
stack(String,byte) - static method in class org.incava.qualog.Qualog
Writes stack output, with the default foreground and background.
stack(String,byte,int) - static method in class org.incava.qualog.Qualog
Writes stack output, with the default foreground and background.
stack(String,byte[]) - static method in class org.incava.qualog.Qualog
Writes stack output, with the default foreground and background.
stack(String,byte[],int) - static method in class org.incava.qualog.Qualog
Writes stack output, with the default foreground and background.
stack(String,char) - static method in class org.incava.qualog.Qualog
Writes stack output, with the default foreground and background.
stack(String,char,int) - static method in class org.incava.qualog.Qualog
Writes stack output, with the default foreground and background.
stack(String,char[]) - static method in class org.incava.qualog.Qualog
Writes stack output, with the default foreground and background.
stack(String,char[],int) - static method in class org.incava.qualog.Qualog
Writes stack output, with the default foreground and background.
stack(String,double) - static method in class org.incava.qualog.Qualog
Writes stack output, with the default foreground and background.
stack(String,double,int) - static method in class org.incava.qualog.Qualog
Writes stack output, with the default foreground and background.
stack(String,double[]) - static method in class org.incava.qualog.Qualog
Writes stack output, with the default foreground and background.
stack(String,double[],int) - static method in class org.incava.qualog.Qualog
Writes stack output, with the default foreground and background.
stack(String,float) - static method in class org.incava.qualog.Qualog
Writes stack output, with the default foreground and background.
stack(String,float,int) - static method in class org.incava.qualog.Qualog
Writes stack output, with the default foreground and background.
stack(String,float[]) - static method in class org.incava.qualog.Qualog
Writes stack output, with the default foreground and background.
stack(String,float[],int) - static method in class org.incava.qualog.Qualog
Writes stack output, with the default foreground and background.
stack(String,int) - static method in class org.incava.qualog.Qualog
Writes stack output, with the default foreground and background.
stack(String,int,int) - static method in class org.incava.qualog.Qualog
Writes stack output, with the default foreground and background.
stack(String,int[]) - static method in class org.incava.qualog.Qualog
Writes stack output, with the default foreground and background.
stack(String,int[],int) - static method in class org.incava.qualog.Qualog
Writes stack output, with the default foreground and background.
stack(String,long) - static method in class org.incava.qualog.Qualog
Writes stack output, with the default foreground and background.
stack(String,long,int) - static method in class org.incava.qualog.Qualog
Writes stack output, with the default foreground and background.
stack(String,long[]) - static method in class org.incava.qualog.Qualog
Writes stack output, with the default foreground and background.
stack(String,long[],int) - static method in class org.incava.qualog.Qualog
Writes stack output, with the default foreground and background.
stack(String,Object) - static method in class org.incava.qualog.Qualog
Writes stack output, with the default foreground and background.
stack(String,Object,int) - static method in class org.incava.qualog.Qualog
Writes stack output, with the default foreground and background.
stack(String,Object[]) - static method in class org.incava.qualog.Qualog
Writes stack output, with the default foreground and background.
stack(String,Object[],int) - static method in class org.incava.qualog.Qualog
Writes stack output, with the default foreground and background.
start - field in class org.incava.javadoc.JavadocElement
start() - method in class org.incava.qualog.QlTimer
start() - static method in class org.incava.qualog.Qualog
start(String) - method in class org.incava.qualog.QlTimer
start(String) - static method in class org.incava.qualog.Qualog
StringExt - class org.incava.lang.StringExt
Extensions to the String class.
StringOption - class org.incava.jagol.StringOption
Represents an option that is an String.
StringOption(String,String) - constructor for class org.incava.jagol.StringOption
StringOption(String,String,String) - constructor for class org.incava.jagol.StringOption

T

tabWidth - static field in class org.incava.analysis.ContextReport
The number of spaces a tab is equivalent to.
TerseReport - class org.incava.analysis.TerseReport
Reports errors in a single line, AKA the format expected by Emacs (!c).
TerseReport(OutputStream) - constructor for class org.incava.analysis.TerseReport
Creates a terse report for the given output stream.
TerseReport(OutputStream,File) - constructor for class org.incava.analysis.TerseReport
Creates a terse report for the given output stream, and file.
TerseReport(OutputStream,String) - constructor for class org.incava.analysis.TerseReport
Creates a terse report for the given output stream, and string source.
TerseReport(Writer) - constructor for class org.incava.analysis.TerseReport
Creates a terse report for the given writer.
TerseReport(Writer,File) - constructor for class org.incava.analysis.TerseReport
Creates a terse report for the given writer, and a file source.
TerseReport(Writer,String) - constructor for class org.incava.analysis.TerseReport
Creates a terse report for the given writer, and a string source.
test(String,char) - static method in class org.incava.lang.StringExt
test(String,String) - static method in class org.incava.lang.StringExt
text - field in class org.incava.javadoc.JavadocElement
THROWS - static field in class org.incava.doctorj.JavadocTags
ThrowsUtil - class org.incava.java.ThrowsUtil
Miscellaneous routines for throws lists.
time() - static method in class org.incava.qualog.Qualog
time(String) - static method in class org.incava.qualog.Qualog
TimedEvent - class org.incava.util.TimedEvent
Times an event, from when the object is created, until when the end method is invoked.
TimedEvent(org.incava.util.TimedEventSet) - constructor for class org.incava.util.TimedEvent
TimedEventSet - class org.incava.util.TimedEventSet
A set of timed events.
timer - static field in class org.incava.qualog.Qualog
toString() - method in class org.incava.qualog.ANSIColor
toString() - method in class org.incava.jagol.BooleanOption
toString() - method in class org.incava.jagol.DoubleOption
toString() - method in class org.incava.jagol.FloatOption
toString() - method in class org.incava.jagol.IntegerOption
toString() - method in class org.incava.javadoc.JavadocElement
toString() - method in class org.incava.jagol.ListOption
toString() - method in class org.incava.text.Location
toString() - method in class org.incava.qualog.QlLevel
toString() - method in class org.incava.lang.Range
toString() - method in class org.incava.jagol.StringOption
toString() - method in class org.incava.analysis.Violation
Returns this violation, as a string.
toString(double,int) - method in class org.incava.lang.StringExt
toString(net.sourceforge.pmd.ast.SimpleNode) - static method in class org.incava.java.SimpleNodeUtil
Returns the token images for the node.
toString(org.incava.analysis.Violation) - method in class org.incava.analysis.ContextReport
Returns a string representing the given violation, consistent with the format of the Report subclass.
toString(org.incava.analysis.Violation) - method in class org.incava.analysis.Report
Returns a string representing the given violation, consistent with the format of the Report subclass.
toString(org.incava.analysis.Violation) - method in class org.incava.analysis.TerseReport
Returns the given violation, in single-line format.
Miscellaneous routines for type declarations.
TypeDocAnalyzer - class org.incava.doctorj.TypeDocAnalyzer
Analyzes Javadoc and code for a type, which is a class (concrete or abstract) or an interface.
Creates an analyzer, but does not yet run.

U

UNDERLINE - static field in class org.incava.util.ANSI
UNDERLINE - static field in class org.incava.qualog.ANSIColor
UNDERLINE - static field in class org.incava.qualog.Qualog
The code for underline (AKA underscore).
underline(byte) - static method in class org.incava.qualog.Qualog
Writes logging output, with underline foreground on the default background.
underline(byte[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with underline foreground on the default background.
underline(char) - static method in class org.incava.qualog.Qualog
Writes logging output, with underline foreground on the default background.
underline(char[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with underline foreground on the default background.
underline(double) - static method in class org.incava.qualog.Qualog
Writes logging output, with underline foreground on the default background.
underline(double[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with underline foreground on the default background.
underline(float) - static method in class org.incava.qualog.Qualog
Writes logging output, with underline foreground on the default background.
underline(float[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with underline foreground on the default background.
underline(int) - static method in class org.incava.qualog.Qualog
Writes logging output, with underline foreground on the default background.
underline(int[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with underline foreground on the default background.
underline(long) - static method in class org.incava.qualog.Qualog
Writes logging output, with underline foreground on the default background.
underline(long[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with underline foreground on the default background.
underline(Object) - static method in class org.incava.qualog.Qualog
Writes logging output, with underline foreground on the default background.
underline(Object[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with underline foreground on the default background.
underline(org.incava.qualog.QlLevel,byte) - static method in class org.incava.qualog.Qualog
Writes logging output, with underline foreground on the default background.
underline(org.incava.qualog.QlLevel,byte[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with underline foreground on the default background.
underline(org.incava.qualog.QlLevel,char) - static method in class org.incava.qualog.Qualog
Writes logging output, with underline foreground on the default background.
underline(org.incava.qualog.QlLevel,char[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with underline foreground on the default background.
underline(org.incava.qualog.QlLevel,double) - static method in class org.incava.qualog.Qualog
Writes logging output, with underline foreground on the default background.
underline(org.incava.qualog.QlLevel,double[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with underline foreground on the default background.
underline(org.incava.qualog.QlLevel,float) - static method in class org.incava.qualog.Qualog
Writes logging output, with underline foreground on the default background.
underline(org.incava.qualog.QlLevel,float[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with underline foreground on the default background.
underline(org.incava.qualog.QlLevel,int) - static method in class org.incava.qualog.Qualog
Writes logging output, with underline foreground on the default background.
underline(org.incava.qualog.QlLevel,int[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with underline foreground on the default background.
underline(org.incava.qualog.QlLevel,long) - static method in class org.incava.qualog.Qualog
Writes logging output, with underline foreground on the default background.
underline(org.incava.qualog.QlLevel,long[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with underline foreground on the default background.
underline(org.incava.qualog.QlLevel,Object) - static method in class org.incava.qualog.Qualog
Writes logging output, with underline foreground on the default background.
underline(org.incava.qualog.QlLevel,Object[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with underline foreground on the default background.
underline(org.incava.qualog.QlLevel,String) - static method in class org.incava.qualog.Qualog
Writes logging output, with underline foreground on the default background.
underline(org.incava.qualog.QlLevel,String,byte) - static method in class org.incava.qualog.Qualog
Writes logging output, with underline foreground on the default background.
underline(org.incava.qualog.QlLevel,String,byte[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with underline foreground on the default background.
underline(org.incava.qualog.QlLevel,String,char) - static method in class org.incava.qualog.Qualog
Writes logging output, with underline foreground on the default background.
underline(org.incava.qualog.QlLevel,String,char[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with underline foreground on the default background.
underline(org.incava.qualog.QlLevel,String,double) - static method in class org.incava.qualog.Qualog
Writes logging output, with underline foreground on the default background.
underline(org.incava.qualog.QlLevel,String,double[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with underline foreground on the default background.
underline(org.incava.qualog.QlLevel,String,float) - static method in class org.incava.qualog.Qualog
Writes logging output, with underline foreground on the default background.
underline(org.incava.qualog.QlLevel,String,float[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with underline foreground on the default background.
underline(org.incava.qualog.QlLevel,String,int) - static method in class org.incava.qualog.Qualog
Writes logging output, with underline foreground on the default background.
underline(org.incava.qualog.QlLevel,String,int[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with underline foreground on the default background.
underline(org.incava.qualog.QlLevel,String,long) - static method in class org.incava.qualog.Qualog
Writes logging output, with underline foreground on the default background.
underline(org.incava.qualog.QlLevel,String,long[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with underline foreground on the default background.
underline(org.incava.qualog.QlLevel,String,Object) - static method in class org.incava.qualog.Qualog
Writes logging output, with underline foreground on the default background.
underline(org.incava.qualog.QlLevel,String,Object[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with underline foreground on the default background.
underline(String) - static method in class org.incava.qualog.Qualog
Writes logging output, with underline foreground on the default background.
underline(String,byte) - static method in class org.incava.qualog.Qualog
Writes logging output, with underline foreground on the default background.
underline(String,byte[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with underline foreground on the default background.
underline(String,char) - static method in class org.incava.qualog.Qualog
Writes logging output, with underline foreground on the default background.
underline(String,char[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with underline foreground on the default background.
underline(String,double) - static method in class org.incava.qualog.Qualog
Writes logging output, with underline foreground on the default background.
underline(String,double[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with underline foreground on the default background.
underline(String,float) - static method in class org.incava.qualog.Qualog
Writes logging output, with underline foreground on the default background.
underline(String,float[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with underline foreground on the default background.
underline(String,int) - static method in class org.incava.qualog.Qualog
Writes logging output, with underline foreground on the default background.
underline(String,int[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with underline foreground on the default background.
underline(String,long) - static method in class org.incava.qualog.Qualog
Writes logging output, with underline foreground on the default background.
underline(String,long[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with underline foreground on the default background.
underline(String,Object) - static method in class org.incava.qualog.Qualog
Writes logging output, with underline foreground on the default background.
underline(String,Object[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with underline foreground on the default background.
underline(StringBuffer,int,int,int) - method in class org.incava.analysis.ContextReport
Underlines ("<--...-->") from beginColumn to endColumn in the given line.
UNDERSCORE - static field in class org.incava.util.ANSI
UNDERSCORE - static field in class org.incava.qualog.ANSIColor
UNDERSCORE - static field in class org.incava.qualog.Qualog
The code for underscore (AKA underline).
underscore(byte) - static method in class org.incava.qualog.Qualog
Writes logging output, with underscore foreground on the default background.
underscore(byte[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with underscore foreground on the default background.
underscore(char) - static method in class org.incava.qualog.Qualog
Writes logging output, with underscore foreground on the default background.
underscore(char[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with underscore foreground on the default background.
underscore(double) - static method in class org.incava.qualog.Qualog
Writes logging output, with underscore foreground on the default background.
underscore(double[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with underscore foreground on the default background.
underscore(float) - static method in class org.incava.qualog.Qualog
Writes logging output, with underscore foreground on the default background.
underscore(float[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with underscore foreground on the default background.
underscore(int) - static method in class org.incava.qualog.Qualog
Writes logging output, with underscore foreground on the default background.
underscore(int[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with underscore foreground on the default background.
underscore(long) - static method in class org.incava.qualog.Qualog
Writes logging output, with underscore foreground on the default background.
underscore(long[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with underscore foreground on the default background.
underscore(Object) - static method in class org.incava.qualog.Qualog
Writes logging output, with underscore foreground on the default background.
underscore(Object[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with underscore foreground on the default background.
underscore(org.incava.qualog.QlLevel,byte) - static method in class org.incava.qualog.Qualog
Writes logging output, with underscore foreground on the default background.
underscore(org.incava.qualog.QlLevel,byte[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with underscore foreground on the default background.
underscore(org.incava.qualog.QlLevel,char) - static method in class org.incava.qualog.Qualog
Writes logging output, with underscore foreground on the default background.
underscore(org.incava.qualog.QlLevel,char[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with underscore foreground on the default background.
underscore(org.incava.qualog.QlLevel,double) - static method in class org.incava.qualog.Qualog
Writes logging output, with underscore foreground on the default background.
underscore(org.incava.qualog.QlLevel,double[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with underscore foreground on the default background.
underscore(org.incava.qualog.QlLevel,float) - static method in class org.incava.qualog.Qualog
Writes logging output, with underscore foreground on the default background.
underscore(org.incava.qualog.QlLevel,float[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with underscore foreground on the default background.
underscore(org.incava.qualog.QlLevel,int) - static method in class org.incava.qualog.Qualog
Writes logging output, with underscore foreground on the default background.
underscore(org.incava.qualog.QlLevel,int[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with underscore foreground on the default background.
underscore(org.incava.qualog.QlLevel,long) - static method in class org.incava.qualog.Qualog
Writes logging output, with underscore foreground on the default background.
underscore(org.incava.qualog.QlLevel,long[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with underscore foreground on the default background.
underscore(org.incava.qualog.QlLevel,Object) - static method in class org.incava.qualog.Qualog
Writes logging output, with underscore foreground on the default background.
underscore(org.incava.qualog.QlLevel,Object[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with underscore foreground on the default background.
underscore(org.incava.qualog.QlLevel,String) - static method in class org.incava.qualog.Qualog
Writes logging output, with underscore foreground on the default background.
underscore(org.incava.qualog.QlLevel,String,byte) - static method in class org.incava.qualog.Qualog
Writes logging output, with underscore foreground on the default background.
underscore(org.incava.qualog.QlLevel,String,byte[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with underscore foreground on the default background.
underscore(org.incava.qualog.QlLevel,String,char) - static method in class org.incava.qualog.Qualog
Writes logging output, with underscore foreground on the default background.
underscore(org.incava.qualog.QlLevel,String,char[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with underscore foreground on the default background.
underscore(org.incava.qualog.QlLevel,String,double) - static method in class org.incava.qualog.Qualog
Writes logging output, with underscore foreground on the default background.
underscore(org.incava.qualog.QlLevel,String,double[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with underscore foreground on the default background.
underscore(org.incava.qualog.QlLevel,String,float) - static method in class org.incava.qualog.Qualog
Writes logging output, with underscore foreground on the default background.
underscore(org.incava.qualog.QlLevel,String,float[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with underscore foreground on the default background.
underscore(org.incava.qualog.QlLevel,String,int) - static method in class org.incava.qualog.Qualog
Writes logging output, with underscore foreground on the default background.
underscore(org.incava.qualog.QlLevel,String,int[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with underscore foreground on the default background.
underscore(org.incava.qualog.QlLevel,String,long) - static method in class org.incava.qualog.Qualog
Writes logging output, with underscore foreground on the default background.
underscore(org.incava.qualog.QlLevel,String,long[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with underscore foreground on the default background.
underscore(org.incava.qualog.QlLevel,String,Object) - static method in class org.incava.qualog.Qualog
Writes logging output, with underscore foreground on the default background.
underscore(org.incava.qualog.QlLevel,String,Object[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with underscore foreground on the default background.
underscore(String) - static method in class org.incava.qualog.Qualog
Writes logging output, with underscore foreground on the default background.
underscore(String,byte) - static method in class org.incava.qualog.Qualog
Writes logging output, with underscore foreground on the default background.
underscore(String,byte[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with underscore foreground on the default background.
underscore(String,char) - static method in class org.incava.qualog.Qualog
Writes logging output, with underscore foreground on the default background.
underscore(String,char[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with underscore foreground on the default background.
underscore(String,double) - static method in class org.incava.qualog.Qualog
Writes logging output, with underscore foreground on the default background.
underscore(String,double[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with underscore foreground on the default background.
underscore(String,float) - static method in class org.incava.qualog.Qualog
Writes logging output, with underscore foreground on the default background.
underscore(String,float[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with underscore foreground on the default background.
underscore(String,int) - static method in class org.incava.qualog.Qualog
Writes logging output, with underscore foreground on the default background.
underscore(String,int[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with underscore foreground on the default background.
underscore(String,long) - static method in class org.incava.qualog.Qualog
Writes logging output, with underscore foreground on the default background.
underscore(String,long[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with underscore foreground on the default background.
underscore(String,Object) - static method in class org.incava.qualog.Qualog
Writes logging output, with underscore foreground on the default background.
underscore(String,Object[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with underscore foreground on the default background.

V

ValueExpectedException(String) - constructor for class org.incava.jagol.ValueExpectedException
VariableUtil - class org.incava.java.VariableUtil
Miscellaneous routines for variables (declarators).
VERBOSE - static field in class org.incava.qualog.QlWriter
VERBOSE - static field in class org.incava.qualog.Qualog
verbose() - method in class org.incava.qualog.QlWriter
verbose() - static method in class org.incava.qualog.Qualog
VERBOSE_PROPERTY_KEY - static field in class org.incava.qualog.Qualog
VERSION - static field in class org.incava.doctorj.JavadocTags
VERSION - static field in class org.incava.doctorj.Options
The version.
VERSION - static field in class org.incava.qualog.Qualog
The version of the Qualog module.
Violation - class org.incava.analysis.Violation
An error or a warning, associated with a file by a starting and ending position, and a message.
Violation(String,int,int,int,int) - constructor for class org.incava.analysis.Violation
Creates a violation from a message and begin and end positions.
Violation(String,net.sourceforge.pmd.ast.Token) - constructor for class org.incava.analysis.Violation
Creates a violation from a message and a token.
Creates a violation from a message and beginning and ending token.

W

warningLevel - static field in class org.incava.doctorj.Options
The strictness level, for warnings.
where(Object) - method in class org.incava.util.Collect
Must be defined to return where the given object satisfies the condition.
WHITE - static field in class org.incava.util.ANSI
WHITE - static field in class org.incava.qualog.ANSIColor
WHITE - static field in class org.incava.qualog.Qualog
The code for white text.
white(byte) - static method in class org.incava.qualog.Qualog
Writes logging output, with white foreground on the default background.
white(byte[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with white foreground on the default background.
white(char) - static method in class org.incava.qualog.Qualog
Writes logging output, with white foreground on the default background.
white(char[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with white foreground on the default background.
white(double) - static method in class org.incava.qualog.Qualog
Writes logging output, with white foreground on the default background.
white(double[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with white foreground on the default background.
white(float) - static method in class org.incava.qualog.Qualog
Writes logging output, with white foreground on the default background.
white(float[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with white foreground on the default background.
white(int) - static method in class org.incava.qualog.Qualog
Writes logging output, with white foreground on the default background.
white(int[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with white foreground on the default background.
white(long) - static method in class org.incava.qualog.Qualog
Writes logging output, with white foreground on the default background.
white(long[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with white foreground on the default background.
white(Object) - static method in class org.incava.qualog.Qualog
Writes logging output, with white foreground on the default background.
white(Object[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with white foreground on the default background.
white(org.incava.qualog.QlLevel,byte) - static method in class org.incava.qualog.Qualog
Writes logging output, with white foreground on the default background.
white(org.incava.qualog.QlLevel,byte[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with white foreground on the default background.
white(org.incava.qualog.QlLevel,char) - static method in class org.incava.qualog.Qualog
Writes logging output, with white foreground on the default background.
white(org.incava.qualog.QlLevel,char[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with white foreground on the default background.
white(org.incava.qualog.QlLevel,double) - static method in class org.incava.qualog.Qualog
Writes logging output, with white foreground on the default background.
white(org.incava.qualog.QlLevel,double[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with white foreground on the default background.
white(org.incava.qualog.QlLevel,float) - static method in class org.incava.qualog.Qualog
Writes logging output, with white foreground on the default background.
white(org.incava.qualog.QlLevel,float[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with white foreground on the default background.
white(org.incava.qualog.QlLevel,int) - static method in class org.incava.qualog.Qualog
Writes logging output, with white foreground on the default background.
white(org.incava.qualog.QlLevel,int[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with white foreground on the default background.
white(org.incava.qualog.QlLevel,long) - static method in class org.incava.qualog.Qualog
Writes logging output, with white foreground on the default background.
white(org.incava.qualog.QlLevel,long[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with white foreground on the default background.
white(org.incava.qualog.QlLevel,Object) - static method in class org.incava.qualog.Qualog
Writes logging output, with white foreground on the default background.
white(org.incava.qualog.QlLevel,Object[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with white foreground on the default background.
white(org.incava.qualog.QlLevel,String) - static method in class org.incava.qualog.Qualog
Writes logging output, with white foreground on the default background.
white(org.incava.qualog.QlLevel,String,byte) - static method in class org.incava.qualog.Qualog
Writes logging output, with white foreground on the default background.
white(org.incava.qualog.QlLevel,String,byte[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with white foreground on the default background.
white(org.incava.qualog.QlLevel,String,char) - static method in class org.incava.qualog.Qualog
Writes logging output, with white foreground on the default background.
white(org.incava.qualog.QlLevel,String,char[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with white foreground on the default background.
white(org.incava.qualog.QlLevel,String,double) - static method in class org.incava.qualog.Qualog
Writes logging output, with white foreground on the default background.
white(org.incava.qualog.QlLevel,String,double[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with white foreground on the default background.
white(org.incava.qualog.QlLevel,String,float) - static method in class org.incava.qualog.Qualog
Writes logging output, with white foreground on the default background.
white(org.incava.qualog.QlLevel,String,float[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with white foreground on the default background.
white(org.incava.qualog.QlLevel,String,int) - static method in class org.incava.qualog.Qualog
Writes logging output, with white foreground on the default background.
white(org.incava.qualog.QlLevel,String,int[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with white foreground on the default background.
white(org.incava.qualog.QlLevel,String,long) - static method in class org.incava.qualog.Qualog
Writes logging output, with white foreground on the default background.
white(org.incava.qualog.QlLevel,String,long[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with white foreground on the default background.
white(org.incava.qualog.QlLevel,String,Object) - static method in class org.incava.qualog.Qualog
Writes logging output, with white foreground on the default background.
white(org.incava.qualog.QlLevel,String,Object[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with white foreground on the default background.
white(String) - static method in class org.incava.qualog.Qualog
Writes logging output, with white foreground on the default background.
white(String,byte) - static method in class org.incava.qualog.Qualog
Writes logging output, with white foreground on the default background.
white(String,byte[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with white foreground on the default background.
white(String,char) - static method in class org.incava.qualog.Qualog
Writes logging output, with white foreground on the default background.
white(String,char[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with white foreground on the default background.
white(String,double) - static method in class org.incava.qualog.Qualog
Writes logging output, with white foreground on the default background.
white(String,double[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with white foreground on the default background.
white(String,float) - static method in class org.incava.qualog.Qualog
Writes logging output, with white foreground on the default background.
white(String,float[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with white foreground on the default background.
white(String,int) - static method in class org.incava.qualog.Qualog
Writes logging output, with white foreground on the default background.
white(String,int[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with white foreground on the default background.
white(String,long) - static method in class org.incava.qualog.Qualog
Writes logging output, with white foreground on the default background.
white(String,long[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with white foreground on the default background.
white(String,Object) - static method in class org.incava.qualog.Qualog
Writes logging output, with white foreground on the default background.
white(String,Object[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with white foreground on the default background.
wordMisspelled(String,int,Map) - method in class org.incava.doctorj.CommentSpellCheck
wordMisspelled(String,int,Map) - method in class org.incava.doctorj.ItemCommentSpellCheck
write(String) - method in class org.incava.analysis.Report
Sends the given string to the writer associated with this Report.
writeLine(StringBuffer,int) - method in class org.incava.analysis.ContextReport
Writes the given line, adding the line number, right-aligned.
writer - static field in class org.incava.qualog.Qualog

Y

YELLOW - static field in class org.incava.util.ANSI
YELLOW - static field in class org.incava.qualog.ANSIColor
YELLOW - static field in class org.incava.qualog.Qualog
The code for yellow text.
yellow(byte) - static method in class org.incava.qualog.Qualog
Writes logging output, with yellow foreground on the default background.
yellow(byte[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with yellow foreground on the default background.
yellow(char) - static method in class org.incava.qualog.Qualog
Writes logging output, with yellow foreground on the default background.
yellow(char[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with yellow foreground on the default background.
yellow(double) - static method in class org.incava.qualog.Qualog
Writes logging output, with yellow foreground on the default background.
yellow(double[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with yellow foreground on the default background.
yellow(float) - static method in class org.incava.qualog.Qualog
Writes logging output, with yellow foreground on the default background.
yellow(float[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with yellow foreground on the default background.
yellow(int) - static method in class org.incava.qualog.Qualog
Writes logging output, with yellow foreground on the default background.
yellow(int[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with yellow foreground on the default background.
yellow(long) - static method in class org.incava.qualog.Qualog
Writes logging output, with yellow foreground on the default background.
yellow(long[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with yellow foreground on the default background.
yellow(Object) - static method in class org.incava.qualog.Qualog
Writes logging output, with yellow foreground on the default background.
yellow(Object[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with yellow foreground on the default background.
yellow(org.incava.qualog.QlLevel,byte) - static method in class org.incava.qualog.Qualog
Writes logging output, with yellow foreground on the default background.
yellow(org.incava.qualog.QlLevel,byte[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with yellow foreground on the default background.
yellow(org.incava.qualog.QlLevel,char) - static method in class org.incava.qualog.Qualog
Writes logging output, with yellow foreground on the default background.
yellow(org.incava.qualog.QlLevel,char[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with yellow foreground on the default background.
yellow(org.incava.qualog.QlLevel,double) - static method in class org.incava.qualog.Qualog
Writes logging output, with yellow foreground on the default background.
yellow(org.incava.qualog.QlLevel,double[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with yellow foreground on the default background.
yellow(org.incava.qualog.QlLevel,float) - static method in class org.incava.qualog.Qualog
Writes logging output, with yellow foreground on the default background.
yellow(org.incava.qualog.QlLevel,float[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with yellow foreground on the default background.
yellow(org.incava.qualog.QlLevel,int) - static method in class org.incava.qualog.Qualog
Writes logging output, with yellow foreground on the default background.
yellow(org.incava.qualog.QlLevel,int[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with yellow foreground on the default background.
yellow(org.incava.qualog.QlLevel,long) - static method in class org.incava.qualog.Qualog
Writes logging output, with yellow foreground on the default background.
yellow(org.incava.qualog.QlLevel,long[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with yellow foreground on the default background.
yellow(org.incava.qualog.QlLevel,Object) - static method in class org.incava.qualog.Qualog
Writes logging output, with yellow foreground on the default background.
yellow(org.incava.qualog.QlLevel,Object[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with yellow foreground on the default background.
yellow(org.incava.qualog.QlLevel,String) - static method in class org.incava.qualog.Qualog
Writes logging output, with yellow foreground on the default background.
yellow(org.incava.qualog.QlLevel,String,byte) - static method in class org.incava.qualog.Qualog
Writes logging output, with yellow foreground on the default background.
yellow(org.incava.qualog.QlLevel,String,byte[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with yellow foreground on the default background.
yellow(org.incava.qualog.QlLevel,String,char) - static method in class org.incava.qualog.Qualog
Writes logging output, with yellow foreground on the default background.
yellow(org.incava.qualog.QlLevel,String,char[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with yellow foreground on the default background.
yellow(org.incava.qualog.QlLevel,String,double) - static method in class org.incava.qualog.Qualog
Writes logging output, with yellow foreground on the default background.
yellow(org.incava.qualog.QlLevel,String,double[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with yellow foreground on the default background.
yellow(org.incava.qualog.QlLevel,String,float) - static method in class org.incava.qualog.Qualog
Writes logging output, with yellow foreground on the default background.
yellow(org.incava.qualog.QlLevel,String,float[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with yellow foreground on the default background.
yellow(org.incava.qualog.QlLevel,String,int) - static method in class org.incava.qualog.Qualog
Writes logging output, with yellow foreground on the default background.
yellow(org.incava.qualog.QlLevel,String,int[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with yellow foreground on the default background.
yellow(org.incava.qualog.QlLevel,String,long) - static method in class org.incava.qualog.Qualog
Writes logging output, with yellow foreground on the default background.
yellow(org.incava.qualog.QlLevel,String,long[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with yellow foreground on the default background.
yellow(org.incava.qualog.QlLevel,String,Object) - static method in class org.incava.qualog.Qualog
Writes logging output, with yellow foreground on the default background.
yellow(org.incava.qualog.QlLevel,String,Object[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with yellow foreground on the default background.
yellow(String) - static method in class org.incava.qualog.Qualog
Writes logging output, with yellow foreground on the default background.
yellow(String,byte) - static method in class org.incava.qualog.Qualog
Writes logging output, with yellow foreground on the default background.
yellow(String,byte[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with yellow foreground on the default background.
yellow(String,char) - static method in class org.incava.qualog.Qualog
Writes logging output, with yellow foreground on the default background.
yellow(String,char[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with yellow foreground on the default background.
yellow(String,double) - static method in class org.incava.qualog.Qualog
Writes logging output, with yellow foreground on the default background.
yellow(String,double[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with yellow foreground on the default background.
yellow(String,float) - static method in class org.incava.qualog.Qualog
Writes logging output, with yellow foreground on the default background.
yellow(String,float[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with yellow foreground on the default background.
yellow(String,int) - static method in class org.incava.qualog.Qualog
Writes logging output, with yellow foreground on the default background.
yellow(String,int[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with yellow foreground on the default background.
yellow(String,long) - static method in class org.incava.qualog.Qualog
Writes logging output, with yellow foreground on the default background.
yellow(String,long[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with yellow foreground on the default background.
yellow(String,Object) - static method in class org.incava.qualog.Qualog
Writes logging output, with yellow foreground on the default background.
yellow(String,Object[]) - static method in class org.incava.qualog.Qualog
Writes logging output, with yellow foreground on the default background.