org.eclipse.mylyn.internal.wikitext.confluence.core.util
Interface Options.Handler

Enclosing class:
Options

public static interface Options.Handler

a handler for accepting options


Method Summary
 void setOption(String option)
          Set an option that is specified without a value.
 void setOption(String key, String value)
          Set an option with key and value pair
 

Method Detail

setOption

void setOption(String key,
               String value)
Set an option with key and value pair

Parameters:
key - the key of the option
value - the value of the option
See Also:
setOption(String)

setOption

void setOption(String option)
Set an option that is specified without a value. The default implementation does nothing.

Parameters:
option - the option to set
See Also:
setOption(String, String)


Copyright © 2011 FuseSource, Corp.. All Rights Reserved.