ru.novosoft.dc.core
Interface OptionProcessor


public interface OptionProcessor

A processor of options interface.


Method Summary
 java.lang.String processOption(java.lang.String name, java.lang.String value)
          Process an option with specified name and value and return a value to be set for this option.
 

Method Detail

processOption

public java.lang.String processOption(java.lang.String name,
                                      java.lang.String value)
Process an option with specified name and value and return a value to be set for this option.
Throws:
NSDCException - if processing of option fails