Class Merger.ConfigPropertyFactory

java.lang.Object
org.jboss.jca.common.metadata.merge.Merger.ConfigPropertyFactory
Enclosing class:
Merger

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

    • ConfigPropertyFactory

      protected ConfigPropertyFactory()
  • Method Details

    • 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