Uses of Class org.joda.time.format.PeriodFormatterBuilder

Uses in package org.joda.time.format

Methods with return type org.joda.time.format.PeriodFormatterBuilder

PeriodFormatterBuilder
Appends another formatter.
PeriodFormatterBuilder
Appends a printer parser pair.
PeriodFormatterBuilder
Instruct the printer to emit an integer days field, if supported.
PeriodFormatterBuilder
Instruct the printer to emit an integer hours field, if supported.
PeriodFormatterBuilder
Instructs the printer to emit specific text, and the parser to expect it.
PeriodFormatterBuilder
Instruct the printer to emit an integer millis field, if supported.
PeriodFormatterBuilder
Instruct the printer to emit an integer millis field, if supported.
PeriodFormatterBuilder
Instruct the printer to emit an integer minutes field, if supported.
PeriodFormatterBuilder
Instruct the printer to emit an integer months field, if supported.
PeriodFormatterBuilder
Append a field prefix which applies only to the next appended field.
PeriodFormatterBuilder
PeriodFormatterBuilder.appendPrefix(String singularText, String pluralText)
Append a field prefix which applies only to the next appended field.
PeriodFormatterBuilder
Instruct the printer to emit an integer seconds field, if supported.
PeriodFormatterBuilder
Instruct the printer to emit a combined seconds and millis field, if supported.
PeriodFormatterBuilder
Instruct the printer to emit a combined seconds and millis field, if supported.
PeriodFormatterBuilder
Append a separator, which is output if fields are printed both before and after the separator.
PeriodFormatterBuilder
PeriodFormatterBuilder.appendSeparator(String text, String finalText)
Append a separator, which is output if fields are printed both before and after the separator.
PeriodFormatterBuilder
PeriodFormatterBuilder.appendSeparator(String text, String finalText, String[] variants)
Append a separator, which is output if fields are printed both before and after the separator.
PeriodFormatterBuilder
Append a separator, which is output only if fields are printed after the separator.
PeriodFormatterBuilder
Append a separator, which is output only if fields are printed before the separator.
PeriodFormatterBuilder
Append a field suffix which applies only to the last appended field.
PeriodFormatterBuilder
PeriodFormatterBuilder.appendSuffix(String singularText, String pluralText)
Append a field suffix which applies only to the last appended field.
PeriodFormatterBuilder
Instruct the printer to emit an integer weeks field, if supported.
PeriodFormatterBuilder
Instruct the printer to emit an integer years field, if supported.
PeriodFormatterBuilder
Set the maximum digits parsed for the next and following appended fields.
PeriodFormatterBuilder
Set the minimum digits printed for the next and following appended fields.
PeriodFormatterBuilder
Always print zero values for the next and following appended fields, even if the period doesn't support it.
PeriodFormatterBuilder
Print zero values for the next and following appened fields only if the period supports it.
PeriodFormatterBuilder
Never print zero values for the next and following appended fields, unless no fields would be printed.
PeriodFormatterBuilder
Never print zero values for the next and following appended fields, unless no fields would be printed.
PeriodFormatterBuilder
Never print zero values for the next and following appended fields, unless no fields would be printed.
PeriodFormatterBuilder
Reject signed values when parsing the next and following appended fields.

Copyright (c) 2001-2006 - Joda.org