Cantaloop CGimlet - API Documentation, Version: 0.2.0, Date: 2002-05-13 21:30 CEST

org.cantaloop.cgimlet
Interface OptionSetter


public interface OptionSetter

A OptionSetter instance can be attached to a OptionReader to control to way how options are processed.

Version:
0.2.0 ($Revision: 1.7 $)
Author:
David Leuschner, Stefan Heimann

Method Summary
 void setOption(java.lang.String key, java.lang.String value)
          Invoked every time a option is read.
 

Method Detail

setOption

public void setOption(java.lang.String key,
                      java.lang.String value)
Invoked every time a option is read.
Parameters:
key - the name of the option that is read.
value - the value of the option that is read.

Copyright 2001, 2002 Stefan Heimann, David Leuschner. All rights reserved.