pl.edu.agh.cast.importer.base.parser.analyzer
Class DateAndTimeAnalyzer
java.lang.Object
pl.edu.agh.cast.importer.base.parser.analyzer.AbstractDateAnalyzer
pl.edu.agh.cast.importer.base.parser.analyzer.DateAndTimeAnalyzer
- All Implemented Interfaces:
- IAnalyzer
public class DateAndTimeAnalyzer
- extends AbstractDateAnalyzer
Analyzer for the DateAndTimeDataType
objects representing the connection's date and time.
- Author:
- AGH CAST Team
DateAndTimeAnalyzer
public DateAndTimeAnalyzer()
- The default constructor.
parseDate
public DateAndTimeDataType parseDate(String text)
throws ParseException
-
- Overrides:
parseDate
in class AbstractDateAnalyzer
- Throws:
ParseException
- See Also:
AbstractDateAnalyzer.parseDate(java.lang.String)
createCopy
public IAnalyzer createCopy()
- Creates a copy of the current analyzer.
- Returns:
- analyzer of the same type and parameters set
- See Also:
IAnalyzer.createCopy()
getReturnTypes
public List<Class<?>> getReturnTypes()
- Retrieves the return types of the
IAnalyzer.analyze(String)
method.
- Returns:
- analysis return types
- See Also:
IAnalyzer.getReturnTypes()
Copyright © 2007-2009 IISG AGH-UST Krakow, Poland. All Rights Reserved.