|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
This interface specifies the concept of parsing an FTP server's timestamp.
| Field Summary | |
static String |
DEFAULT_RECENT_SDF
the default recent date format. |
static String |
DEFAULT_SDF
the default default date format. |
| Method Summary | |
Calendar |
parseTimestamp(String timestampStr)
Parses the supplied datestamp parameter. |
| Field Detail |
public static final String DEFAULT_SDF
public static final String DEFAULT_RECENT_SDF
| Method Detail |
public Calendar parseTimestamp(String timestampStr)
throws ParseException
timestampStr - - the timestamp portion of the FTP directory listing
to be parsed
java.util.Calendar object initialized to the date
parsed by the parser
ParseException - if none of the parser mechanisms belonging to
the implementor can parse the input.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||