org.neovera.jdiablo
Interface OptionProperty

All Superinterfaces:
OptionPropertyAccessor
All Known Subinterfaces:
OptionPropertySpi
All Known Implementing Classes:
OptionPropertyImpl

public interface OptionProperty
extends OptionPropertyAccessor

Information about a property that is annotated as an option.


Method Summary
 boolean isOptionNotRequiredOverride()
           
 boolean isValueInCommandLine()
           
 
Methods inherited from interface org.neovera.jdiablo.OptionPropertyAccessor
getOption, getPropertyName, getSetterMethod
 

Method Detail

isValueInCommandLine

boolean isValueInCommandLine()
Returns:
true if property value was provided in the command line.

isOptionNotRequiredOverride

boolean isOptionNotRequiredOverride()
Returns:
true if property has a value provided via specialization or option-value-provider.


Copyright © 2014 Neovera Inc.. All rights reserved.