org.apache.maven.doxia.module.twiki.parser

Interface GenericListBlockParser.Type

public interface GenericListBlockParser.Type

Method Summary
ListBlockcreateList(ListItemBlock[] items)
StringgetItemPattern()

Method Detail

createList

public ListBlock createList(ListItemBlock[] items)

Parameters: items children of the new listblock

Returns: a new ListBlock

getItemPattern

public String getItemPattern()

Returns: the pattern of the item part of the list regex

Copyright © 2002-2010 Apache Software Foundation. All Rights Reserved.