org.apache.maven.doxia.module.twiki.parser
Interface GenericListBlockParser.Type

Enclosing interface:
GenericListBlockParser

public static interface GenericListBlockParser.Type


Method Summary
 ListBlock createList(ListItemBlock[] items)
           
 String getItemPattern()
           
 

Method Detail

getItemPattern

public String getItemPattern()
Returns:
the pattern of the item part of the list regex

createList

public ListBlock createList(ListItemBlock[] items)
Parameters:
items - children of the new listblock
Returns:
a new ListBlock


Copyright © 2002-2008 The Apache Software Foundation. All Rights Reserved.