org.eclipse.mylyn.internal.wikitext.confluence.core.block
Class ParameterizedBlock
java.lang.Object
org.eclipse.mylyn.wikitext.core.parser.markup.Processor
org.eclipse.mylyn.wikitext.core.parser.markup.Block
org.eclipse.mylyn.internal.wikitext.confluence.core.block.ParameterizedBlock
- All Implemented Interfaces:
- Cloneable
- Direct Known Subclasses:
- AbstractConfluenceDelimitedBlock, ColorBlock, TableOfContentsBlock, TextBoxBlock
public abstract class ParameterizedBlock
- extends Block
- Author:
- David Green
ParameterizedBlock
public ParameterizedBlock()
setOptions
public void setOptions(String options)
setOption
protected 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)
setOption
protected abstract void setOption(String key,
String value)
- Set an option with key and value pair
- Parameters:
key
- the key of the optionvalue
- the value of the option- See Also:
setOption(String)
Copyright © 2011 FuseSource, Corp.. All Rights Reserved.