Package | Description |
---|---|
org.joda.time.format |
Provides printing and parsing support for instants and durations.
|
Modifier and Type | Method | Description |
---|---|---|
PeriodPrinter |
PeriodFormatter.getPrinter() |
Gets the internal printer object that performs the real printing work.
|
PeriodPrinter |
PeriodFormatterBuilder.toPrinter() |
Internal method to create a PeriodPrinter instance using all the
appended elements.
|
Modifier and Type | Method | Description |
---|---|---|
PeriodFormatterBuilder |
PeriodFormatterBuilder.append(PeriodPrinter printer,
PeriodParser parser) |
Appends a printer parser pair.
|
Constructor | Description |
---|---|
PeriodFormatter(PeriodPrinter printer,
PeriodParser parser) |
Creates a new formatter, however you will normally use the factory
or the builder.
|
Copyright (c) 2001-2006 - Joda.org