org.neovera.jdiablo
Interface OptionPropertyAccessor

All Known Subinterfaces:
OptionProperty, OptionPropertySpi
All Known Implementing Classes:
OptionPropertyImpl

public interface OptionPropertyAccessor

Information about a command line option.


Method Summary
 Option getOption()
           
 String getPropertyName()
           
 Method getSetterMethod()
           
 

Method Detail

getPropertyName

String getPropertyName()
Returns:
Name of the property

getSetterMethod

Method getSetterMethod()
Returns:
Setter method to manipulate property.

getOption

Option getOption()
Returns:
Option annotation for the property


Copyright © 2014 Neovera Inc.. All rights reserved.