it.amattioli.encapsulate.dates.format
Class AlphabeticalDayParser

Show UML class diagram
java.lang.Object
  extended by it.amattioli.encapsulate.dates.format.Parser
      extended by it.amattioli.encapsulate.dates.format.AlphabeticalDayParser

public class AlphabeticalDayParser
extends Parser


Constructor Summary
AlphabeticalDayParser()
           
AlphabeticalDayParser(Locale locale, Parser nextInChain)
           
 
Method Summary
static AlphabeticalDayParser instance(Locale locale, Parser nextInChain)
           
 TimeInterval tryParse(String s)
           
 
Methods inherited from class it.amattioli.encapsulate.dates.format.Parser
create, create, create, getLocale, parse, setLocale, setNextInChain
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AlphabeticalDayParser

public AlphabeticalDayParser()

AlphabeticalDayParser

public AlphabeticalDayParser(Locale locale,
                             Parser nextInChain)
Method Detail

instance

public static AlphabeticalDayParser instance(Locale locale,
                                             Parser nextInChain)

tryParse

public TimeInterval tryParse(String s)
                      throws ParseException
Specified by:
tryParse in class Parser
Throws:
ParseException


Copyright © 2011. All Rights Reserved.