com.ibm.commerce.edp.parsers.edits

Class EditRulesFactory

  • java.lang.Object
    • com.ibm.commerce.edp.parsers.edits.EditRulesFactory


  • public class EditRulesFactory
    extends java.lang.Object
    This class provides convenience methods for creating Java beans for elements in this XML document -- CoreEditActions.xml.
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static java.lang.String COPYRIGHT
      IBM copyright notice field.
    • Constructor Summary

      Constructors 
      Constructor and Description
      EditRulesFactory() 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      EditRules loadDocument(java.lang.String filename)
      This method creates the Java bean EditRules by loading the XML file.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • COPYRIGHT

        public static final java.lang.String COPYRIGHT
        IBM copyright notice field.
        See Also:
        Constant Field Values
    • Constructor Detail

      • EditRulesFactory

        public EditRulesFactory()
    • Method Detail

      • loadDocument

        public EditRules loadDocument(java.lang.String filename)
        This method creates the Java bean EditRules by loading the XML file.
        Parameters:
        filename - The XML file name
        Returns:
        EditRules The Java bean representing the root element