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

Packages that use PeriodFormatterBuilder
org.joda.time.format Provides printing and parsing support for instants and durations. 
 

Uses of PeriodFormatterBuilder in org.joda.time.format
 

Methods in org.joda.time.format that return PeriodFormatterBuilder
 PeriodFormatterBuilder PeriodFormatterBuilder.append(PeriodFormatter formatter)
          Appends another formatter.
 PeriodFormatterBuilder PeriodFormatterBuilder.append(PeriodPrinter printer, PeriodParser parser)
          Appends a printer parser pair.
 PeriodFormatterBuilder PeriodFormatterBuilder.appendDays()
          Instruct the printer to emit an integer days field, if supported.
 PeriodFormatterBuilder PeriodFormatterBuilder.appendHours()
          Instruct the printer to emit an integer hours field, if supported.
 PeriodFormatterBuilder PeriodFormatterBuilder.appendLiteral(String text)
          Instructs the printer to emit specific text, and the parser to expect it.
 PeriodFormatterBuilder PeriodFormatterBuilder.appendMillis()
          Instruct the printer to emit an integer millis field, if supported.
 PeriodFormatterBuilder PeriodFormatterBuilder.appendMillis3Digit()
          Instruct the printer to emit an integer millis field, if supported.
 PeriodFormatterBuilder PeriodFormatterBuilder.appendMinutes()
          Instruct the printer to emit an integer minutes field, if supported.
 PeriodFormatterBuilder PeriodFormatterBuilder.appendMonths()
          Instruct the printer to emit an integer months field, if supported.
 PeriodFormatterBuilder PeriodFormatterBuilder.appendPrefix(String text)
          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 PeriodFormatterBuilder.appendSeconds()
          Instruct the printer to emit an integer seconds field, if supported.
 PeriodFormatterBuilder PeriodFormatterBuilder.appendSecondsWithMillis()
          Instruct the printer to emit a combined seconds and millis field, if supported.
 PeriodFormatterBuilder PeriodFormatterBuilder.appendSecondsWithOptionalMillis()
          Instruct the printer to emit a combined seconds and millis field, if supported.
 PeriodFormatterBuilder PeriodFormatterBuilder.appendSeparator(String text)
          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 PeriodFormatterBuilder.appendSeparatorIfFieldsAfter(String text)
          Append a separator, which is output only if fields are printed after the separator.
 PeriodFormatterBuilder PeriodFormatterBuilder.appendSeparatorIfFieldsBefore(String text)
          Append a separator, which is output only if fields are printed before the separator.
 PeriodFormatterBuilder PeriodFormatterBuilder.appendSuffix(String text)
          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 PeriodFormatterBuilder.appendWeeks()
          Instruct the printer to emit an integer weeks field, if supported.
 PeriodFormatterBuilder PeriodFormatterBuilder.appendYears()
          Instruct the printer to emit an integer years field, if supported.
 PeriodFormatterBuilder PeriodFormatterBuilder.maximumParsedDigits(int maxDigits)
          Set the maximum digits parsed for the next and following appended fields.
 PeriodFormatterBuilder PeriodFormatterBuilder.minimumPrintedDigits(int minDigits)
          Set the minimum digits printed for the next and following appended fields.
 PeriodFormatterBuilder PeriodFormatterBuilder.printZeroAlways()
          Always print zero values for the next and following appended fields, even if the period doesn't support it.
 PeriodFormatterBuilder PeriodFormatterBuilder.printZeroIfSupported()
          Print zero values for the next and following appened fields only if the period supports it.
 PeriodFormatterBuilder PeriodFormatterBuilder.printZeroNever()
          Never print zero values for the next and following appended fields, unless no fields would be printed.
 PeriodFormatterBuilder PeriodFormatterBuilder.printZeroRarelyFirst()
          Never print zero values for the next and following appended fields, unless no fields would be printed.
 PeriodFormatterBuilder PeriodFormatterBuilder.printZeroRarelyLast()
          Never print zero values for the next and following appended fields, unless no fields would be printed.
 PeriodFormatterBuilder PeriodFormatterBuilder.rejectSignedValues(boolean v)
          Reject signed values when parsing the next and following appended fields.
 



Copyright © 2002-2013 Joda.org. All Rights Reserved.