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 Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static org.jboss.jca.common.api.metadata.spec.ConfigProperty
    createConfigProperty(org.jboss.jca.common.metadata.merge.Merger.ConfigPropertyFactory.Prototype prototype, boolean value)
    create a config property from a prototype
    static org.jboss.jca.common.api.metadata.spec.ConfigProperty
    createConfigProperty(org.jboss.jca.common.metadata.merge.Merger.ConfigPropertyFactory.Prototype prototype, Number value)
    create a config property from a prototype
    static org.jboss.jca.common.api.metadata.spec.ConfigProperty
    createConfigProperty(org.jboss.jca.common.metadata.merge.Merger.ConfigPropertyFactory.Prototype prototype, String value)
    create a config property from a prototype

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ConfigPropertyFactory

      protected ConfigPropertyFactory()
  • Method Details

    • createConfigProperty

      public static org.jboss.jca.common.api.metadata.spec.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 org.jboss.jca.common.api.metadata.spec.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 org.jboss.jca.common.api.metadata.spec.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