| Package | Description |
|---|---|
| org.apache.james.mime4j.field | |
| org.apache.james.mime4j.message |
| Modifier and Type | Class and Description |
|---|---|
class |
DateTimeFieldImpl
Date-time field such as
Date or Resent-Date. |
class |
DateTimeFieldLenientImpl
Date-time field such as
Date or Resent-Date. |
| Modifier and Type | Field and Description |
|---|---|
static FieldParser<DateTimeField> |
DateTimeFieldLenientImpl.PARSER |
static FieldParser<DateTimeField> |
DateTimeFieldImpl.PARSER |
| Modifier and Type | Method and Description |
|---|---|
static DateTimeField |
Fields.date(Date date)
Creates a Date field from the specified
Date
value. |
static DateTimeField |
Fields.date(String fieldName,
Date date)
Creates a date field from the specified field name and
Date
value. |
static DateTimeField |
Fields.date(String fieldName,
Date date,
TimeZone zone)
Creates a date field from the specified field name,
Date
and TimeZone values. |
| Modifier and Type | Method and Description |
|---|---|
static FieldParser<DateTimeField> |
DateTimeFieldLenientImpl.createParser(Collection<String> dateParsers) |
| Modifier and Type | Method and Description |
|---|---|
protected DateTimeField |
MessageImpl.newDate(Date date,
TimeZone zone) |
protected abstract DateTimeField |
AbstractMessage.newDate(Date date,
TimeZone zone) |
Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.