Hyperic HQ Plugin API v. 4.4.0.2

org.hyperic.util.paramParser
Class StringParser

java.lang.Object
  extended by org.hyperic.util.paramParser.StringParser
All Implemented Interfaces:
FormatParser

public class StringParser
extends java.lang.Object
implements FormatParser


Constructor Summary
StringParser()
           
StringParser(java.lang.String val)
           
 
Method Summary
 java.lang.String 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

StringParser

public StringParser()

StringParser

public StringParser(java.lang.String val)
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

getValue

public java.lang.String getValue()

Hyperic HQ Plugin API v. 4.4.0.2

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