| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface FTPTimestampParser
This interface specifies the concept of parsing an FTP server's timestamp.
| Field Summary | |
|---|---|
| static String | DEFAULT_RECENT_SDFthe default recent date format. | 
| static String | DEFAULT_SDFthe default default date format. | 
| Method Summary | |
|---|---|
|  Calendar | parseTimestamp(String timestampStr)Parses the supplied datestamp parameter. | 
| Field Detail | 
|---|
static final String DEFAULT_SDF
static final String DEFAULT_RECENT_SDF
| Method Detail | 
|---|
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 | |||||||||