Hyperic HQ Plugin API v. 4.4.0.2

org.hyperic.util.paramParser
Class DateParser

java.lang.Object
  extended by org.hyperic.util.paramParser.DateParser
All Implemented Interfaces:
FormatParser
Direct Known Subclasses:
FutureDateParser, PastDateParser

public abstract class DateParser
extends java.lang.Object
implements FormatParser


Constructor Summary
DateParser()
           
 
Method Summary
abstract  boolean getIsFutureTime()
           
 long getValue()
           
 void parseValue(java.lang.String arg)
          Called when the parser finds a parameter fitting the class implementing this interface (as in #IntegerParser)
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DateParser

public DateParser()
Method Detail

parseValue

public void parseValue(java.lang.String arg)
                throws ParseException
Description copied from interface: FormatParser
Called when the parser finds a parameter fitting the class implementing this interface (as in #IntegerParser)

Specified by:
parseValue in interface FormatParser
Throws:
ParseException

getIsFutureTime

public abstract boolean getIsFutureTime()

getValue

public long getValue()

Hyperic HQ Plugin API v. 4.4.0.2

Copyright © 2004-2006 Hyperic, Inc. support@hyperic.net, All Rights Reserved.