org.glassfish.pfl.basic.tools.argparser
Class ElementParserImpl

java.lang.Object
  extended by org.glassfish.pfl.basic.tools.argparser.ElementParserImpl
All Implemented Interfaces:
org.glassfish.pfl.basic.func.UnaryFunction<String,Object>, ElementParser

public class ElementParserImpl
extends Object
implements ElementParser


Field Summary
 
Fields inherited from interface org.glassfish.pfl.basic.tools.argparser.ElementParser
factory
 
Constructor Summary
ElementParserImpl(Method m)
           
 
Method Summary
 String[] describe()
           
 Object evaluate(String str)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ElementParserImpl

public ElementParserImpl(Method m)
Method Detail

evaluate

public Object evaluate(String str)
Specified by:
evaluate in interface org.glassfish.pfl.basic.func.UnaryFunction<String,Object>

describe

public String[] describe()
Specified by:
describe in interface ElementParser


Copyright © 2013 Oracle. All Rights Reserved.