public class DroolsDocsComponentFactory extends Object
Constructor and Description |
---|
DroolsDocsComponentFactory() |
Modifier and Type | Method and Description |
---|---|
static com.lowagie.text.List |
createContents(List<DrlRuleParser> rules) |
static void |
createFirstPage(com.lowagie.text.Document document,
String currentDate,
DrlPackageParser packageData) |
static com.lowagie.text.HeaderFooter |
createFooter(String packageName) |
static void |
createOtherItems(com.lowagie.text.Document document,
Map<String,List<String>> other) |
static com.lowagie.text.Table |
newDescription(String description) |
static void |
newRulePage(com.lowagie.text.Document document,
String packageName,
DrlRuleParser drlData) |
static com.lowagie.text.Table |
newRuleTable(DrlRuleParser drl) |
static com.lowagie.text.Table |
newTable(String topic,
Collection<String> items) |
public static com.lowagie.text.Table newDescription(String description) throws com.lowagie.text.DocumentException
com.lowagie.text.DocumentException
public static void createOtherItems(com.lowagie.text.Document document, Map<String,List<String>> other) throws com.lowagie.text.DocumentException
com.lowagie.text.DocumentException
public static com.lowagie.text.Table newRuleTable(DrlRuleParser drl) throws com.lowagie.text.BadElementException, com.lowagie.text.DocumentException
com.lowagie.text.BadElementException
com.lowagie.text.DocumentException
public static com.lowagie.text.Table newTable(String topic, Collection<String> items) throws com.lowagie.text.BadElementException, com.lowagie.text.DocumentException
com.lowagie.text.BadElementException
com.lowagie.text.DocumentException
public static com.lowagie.text.List createContents(List<DrlRuleParser> rules)
public static com.lowagie.text.HeaderFooter createFooter(String packageName)
public static void newRulePage(com.lowagie.text.Document document, String packageName, DrlRuleParser drlData) throws com.lowagie.text.DocumentException
com.lowagie.text.DocumentException
public static void createFirstPage(com.lowagie.text.Document document, String currentDate, DrlPackageParser packageData) throws com.lowagie.text.DocumentException
com.lowagie.text.DocumentException
Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.