org.eclipse.mylyn.internal.wikitext.confluence.core.block
Class ExtendedPreformattedBlock
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
org.eclipse.mylyn.internal.wikitext.confluence.core.block.AbstractConfluenceDelimitedBlock
org.eclipse.mylyn.internal.wikitext.confluence.core.block.ExtendedPreformattedBlock
- All Implemented Interfaces:
- Cloneable
public class ExtendedPreformattedBlock
- extends AbstractConfluenceDelimitedBlock
quoted text block, matches blocks that start with {noformat}
. Creates an extended block type of
paragraph
.
- Author:
- David Green
ExtendedPreformattedBlock
public ExtendedPreformattedBlock()
beginBlock
protected void beginBlock()
- Specified by:
beginBlock
in class AbstractConfluenceDelimitedBlock
endBlock
protected void endBlock()
- Specified by:
endBlock
in class AbstractConfluenceDelimitedBlock
handleBlockContent
protected void handleBlockContent(String content)
- Specified by:
handleBlockContent
in class AbstractConfluenceDelimitedBlock
setOption
protected void setOption(String key,
String value)
- Description copied from class:
ParameterizedBlock
- Set an option with key and value pair
- Specified by:
setOption
in class ParameterizedBlock
- Parameters:
key
- the key of the optionvalue
- the value of the option- See Also:
ParameterizedBlock.setOption(String)
Copyright © 2011 FuseSource, Corp.. All Rights Reserved.