Searched defs:getTail (Results 1 - 4 of 4) sorted by relevance

/javamail/logging/src/main/java/
H A DSummaryFormatter.java97 public String getTail(Handler h) { method in class:SummaryFormatter
98 format.getTail(h);
99 return footer.getTail(h);
/javamail/mail/src/main/java/com/sun/mail/util/logging/
H A DCollectorFormatter.java80 * {@linkplain #getTail(java.util.logging.Handler) getTail} documentation.
190 * The output is generated using the {@link #getTail} method which also
235 * {@linkplain Formatter#getTail(java.util.logging.Handler) tail} string
325 public String getTail(final Handler h) { method in class:CollectorFormatter
326 super.getTail(h); //Be forward compatible with super.getHead.
335 * @see #getTail(java.util.logging.Handler)
382 * reset the state by triggering a call to getTail.
426 * @see #getTail(java.util.logging.Handler)
461 tail = f.getTail(
[all...]
H A DMailHandler.java511 * getHead, format, and getTail methods are only called if one or more
519 * all of the format calls, plus one getTail call.
1466 * attachment. The <tt>getTail</tt> method should be used to construct the
1545 * <tt>getTail</tt> method should be used to construct the subject and reset
1638 * avoids calling getHead and getTail of content formatters during verify
3550 * getTail will be the only method that will produce a result.
3582 * getTail will be the only method that will produce a result.
3791 return f.getTail(this);
4335 public final String getTail(Handler h) { method in class:MailHandler.TailNameFormatter
/javamail/mail/src/test/java/com/sun/mail/util/logging/
H A DMailHandlerTest.java1541 public String getTail(Handler h) {
1576 return super.getTail(h);
1594 public String getTail(Handler h) {
1601 return super.getTail(h);
1623 public String getTail(Handler h) {
1625 return super.getTail(h);
1647 public String getTail(Handler h) {
1649 return super.getTail(h);
1671 public String getTail(Handler h) {
1673 return super.getTail(
7064 public String getTail(Handler h) { method in class:MailHandlerTest.ThrowFormatter
7225 public String getTail(Handler h) { method in class:MailHandlerTest.CountingFormatter
7411 public String getTail(Handler h) { method in class:MailHandlerTest.ErrorFormatter
7883 public String getTail(Handler h) { method in class:MailHandlerTest.LevelCheckingFormatter
8259 public String getTail(Handler h) { method in class:MailHandlerTest.ClassLoaderFilterFormatter
[all...]

Completed in 1838 milliseconds