Class Merger.ConfigPropertyFactory

  • Enclosing class:
    Merger

    protected static class Merger.ConfigPropertyFactory
    extends Object
    A ConfigPropertyFactory.
    Author:
    Stefano Maestri
    • Constructor Detail

      • ConfigPropertyFactory

        protected ConfigPropertyFactory()
    • Method Detail

      • createConfigProperty

        public static ConfigProperty createConfigProperty​(org.jboss.jca.common.metadata.merge.Merger.ConfigPropertyFactory.Prototype prototype,
                                                          String value)
        create a config property from a prototype
        Parameters:
        prototype - prototype
        value - value
        Returns:
        the property created
      • createConfigProperty

        public static ConfigProperty createConfigProperty​(org.jboss.jca.common.metadata.merge.Merger.ConfigPropertyFactory.Prototype prototype,
                                                          boolean value)
        create a config property from a prototype
        Parameters:
        prototype - prototype
        value - value
        Returns:
        the property created
      • createConfigProperty

        public static ConfigProperty createConfigProperty​(org.jboss.jca.common.metadata.merge.Merger.ConfigPropertyFactory.Prototype prototype,
                                                          Number value)
        create a config property from a prototype
        Parameters:
        prototype - prototype
        value - value
        Returns:
        the property created