Drools Workbench - XML for migration 6.2.0.CR4

org.drools.workbench.jcr2vfsmigration.xml.format
Class CategoryXmlFormat

java.lang.Object
  extended by org.drools.workbench.jcr2vfsmigration.xml.format.CategoryXmlFormat
All Implemented Interfaces:
XmlFormat<Category>

public class CategoryXmlFormat
extends Object
implements XmlFormat<Category>


Field Summary
static String CATEGORY
           
static String CATEGORY_NAME
           
 
Fields inherited from interface org.drools.workbench.jcr2vfsmigration.xml.format.XmlFormat
CDATA_CLOSE, CDATA_OPEN, GT, LT, LT_SLASH, SLASH_GT
 
Constructor Summary
CategoryXmlFormat()
           
 
Method Summary
 void format(StringBuilder sb, Category category)
           
 Category parse(Node categoryNode)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CATEGORY

public static final String CATEGORY
See Also:
Constant Field Values

CATEGORY_NAME

public static final String CATEGORY_NAME
See Also:
Constant Field Values
Constructor Detail

CategoryXmlFormat

public CategoryXmlFormat()
Method Detail

format

public void format(StringBuilder sb,
                   Category category)
Specified by:
format in interface XmlFormat<Category>

parse

public Category parse(Node categoryNode)
Specified by:
parse in interface XmlFormat<Category>

Drools Workbench - XML for migration 6.2.0.CR4

Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.