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

J

JavaUtilLoggingTextFormatter - Class in org.clapper.util.logging
Implements a log formatter for the java.util.logging infrastructure that formats each non-exception log record as a simple, single-line text string.
JavaUtilLoggingTextFormatter() - Constructor for class org.clapper.util.logging.JavaUtilLoggingTextFormatter
Create a new JavaUtilLoggingTextLogFormatter.
JavaxScriptEngine - Class in org.clapper.util.scripting.javax_script
 
JavaxScriptEngineManager - Class in org.clapper.util.scripting.javax_script
UnifiedScriptEngineManager that uses the Java 6 javax.script (a.k.a., JSR 223) scripting framework.
JavaxScriptEngineManager() - Constructor for class org.clapper.util.scripting.javax_script.JavaxScriptEngineManager
Creates a new instance of JavaxScriptEngineManager
join(String[], String) - Static method in class org.clapper.util.text.TextUtil
Join a set of strings into one string, putting the specified delimiter between adjacent strings.
join(String, String...) - Static method in class org.clapper.util.text.TextUtil
Join a set of strings into one string, putting the specified delimiter between adjacent strings.
join(String[], char) - Static method in class org.clapper.util.text.TextUtil
Join an array of strings into one string, putting the specified delimiter between adjacent strings.
join(String[], int, int, char) - Static method in class org.clapper.util.text.TextUtil
Join an array of strings into one string, putting the specified delimiter between adjacent strings, starting at a specified index.
join(String[], int, int, String) - Static method in class org.clapper.util.text.TextUtil
Join an array of strings into one string, putting the specified delimiter between adjacent strings, starting at a specified index.
join(char, String...) - Static method in class org.clapper.util.text.TextUtil
Join a set of strings into one string, putting the specified delimiter between adjacent strings.
join(Collection<? extends Object>, String) - Static method in class org.clapper.util.text.TextUtil
Join a set of strings into one string, putting the specified delimiter between adjacent strings.
join(Collection<? extends Object>, char) - Static method in class org.clapper.util.text.TextUtil
Join a set of strings into one string, putting the specified delimiter between adjacent strings.
JUnitSummaryFormatter - Class in org.clapper.util.ant
JUnit output formatter that summarizes the results slightly differently than the default summary formatter.
JUnitSummaryFormatter() - Constructor for class org.clapper.util.ant.JUnitSummaryFormatter
Creates a new instance of SummaryJUnitFormatter
JustifyStyle - Enum in org.clapper.util.io
The JustifyStyle enumeration spells out the legal field justification values for classes such as JustifyTextWriter.
JustifyTextWriter - Class in org.clapper.util.io
The JustifyTextWriter class is a filter class.
JustifyTextWriter(Writer, JustifyStyle) - Constructor for class org.clapper.util.io.JustifyTextWriter
Build an JustifyTextWriter object that will write its output to the specified Writer object, using the default line length of 79.
JustifyTextWriter(PrintWriter, JustifyStyle) - Constructor for class org.clapper.util.io.JustifyTextWriter
Build an JustifyTextWriter object that will write its output to the specified PrintWriter object, using the default line length of 79.
JustifyTextWriter(OutputStream, JustifyStyle) - Constructor for class org.clapper.util.io.JustifyTextWriter
Build an JustifyTextWriter object that will write its output to the specified OutputStream object, using the default line length of 79.
JustifyTextWriter(Writer, JustifyStyle, int) - Constructor for class org.clapper.util.io.JustifyTextWriter
Build an JustifyTextWriter object that will write its output to the specified Writer object, using the specified line length.
JustifyTextWriter(PrintWriter, JustifyStyle, int) - Constructor for class org.clapper.util.io.JustifyTextWriter
Build an JustifyTextWriter object that will write its output to the specified PrintWriter object, using the specified line length.
JustifyTextWriter(OutputStream, JustifyStyle, int) - Constructor for class org.clapper.util.io.JustifyTextWriter
Build an JustifyTextWriter object that will write its output to the specified OutputStream object, using the specified line length.

A B C D E F G H I J K L M N O P R S T U V W X Z
Copyright © 2004-2007 Brian M. Clapper. All Rights Reserved.