org.drools.workbench.jcr2vfsmigration.xml.format
Class CategoryXmlFormat
java.lang.Object
org.drools.workbench.jcr2vfsmigration.xml.format.CategoryXmlFormat
- All Implemented Interfaces:
- XmlFormat<Category>
public class CategoryXmlFormat
- extends Object
- implements XmlFormat<Category>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CATEGORY
public static final String CATEGORY
- See Also:
- Constant Field Values
CATEGORY_NAME
public static final String CATEGORY_NAME
- See Also:
- Constant Field Values
CategoryXmlFormat
public CategoryXmlFormat()
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>
Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.