org.java.plugin.registry.xml
Class ParameterValueParser

java.lang.Object
  extended by org.java.plugin.registry.xml.ParameterValueParser

public class ParameterValueParser
extends java.lang.Object

Changed visibility to public to allow usage within the annotation extensions.

Version:
$Id$

Constructor Summary
ParameterValueParser(PluginRegistry registry, ExtensionPoint.ParameterDefinition definition, java.lang.String rawValue)
           
 
Method Summary
 java.lang.String getParsingMessage()
           
 java.lang.Object getValue()
           
 boolean isParsingSucceeds()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ParameterValueParser

public ParameterValueParser(PluginRegistry registry,
                            ExtensionPoint.ParameterDefinition definition,
                            java.lang.String rawValue)
Method Detail

getValue

public java.lang.Object getValue()

getParsingMessage

public java.lang.String getParsingMessage()

isParsingSucceeds

public boolean isParsingSucceeds()


Copyright © 2010. All Rights Reserved.