org.neovera.jdiablo.internal.convert
Interface OptionValueFacets

All Known Implementing Classes:
CommandLineOptionValueFacets, StringLiteralOptionValueFacets

public interface OptionValueFacets

Exposes the supported value types of an option value. Aligns somewhat with portions of the CommandLine's interface.

See Also:
CommandLine

Method Summary
 Properties getOptionProperties()
           
 String getOptionValue()
           
 String[] getOptionValues()
           
 

Method Detail

getOptionValue

String getOptionValue()

getOptionValues

String[] getOptionValues()
                         throws UnsupportedValueFacetException
Throws:
UnsupportedValueFacetException

getOptionProperties

Properties getOptionProperties()
                               throws UnsupportedValueFacetException
Throws:
UnsupportedValueFacetException


Copyright © 2014 Neovera Inc.. All rights reserved.