net.ontopia.utils
Interface CmdlineOptions.ListenerIF

Enclosing class:
CmdlineOptions

public static interface CmdlineOptions.ListenerIF

INTERNAL: A listener interface that must be implemented by object that are interested in options found by the CmdlineOptions instance.


Method Summary
 void processOption(char option, java.lang.String value)
          Method that is called by the command line option parser when an option registered for the listener is found.
 

Method Detail

processOption

void processOption(char option,
                   java.lang.String value)
                   throws CmdlineOptions.OptionsException
Method that is called by the command line option parser when an option registered for the listener is found.

Throws:
CmdlineOptions.OptionsException


Copyright © 2000-2012 Ontopia.