uk.me.parabola.mkgmap
Interface OptionProcessor


public interface OptionProcessor

Interface for option processing classes.

Author:
Steve Ratcliffe

Method Summary
 void processOption(Option opt)
          Process an option.
 

Method Detail

processOption

void processOption(Option opt)
Process an option. This is intended for options that change state or that say how the next filename is to be operated upon.

Parameters:
opt - The option.