Class Merger.ConfigPropertyFactory
java.lang.Object
org.jboss.jca.common.metadata.merge.Merger.ConfigPropertyFactory
- Enclosing class:
Merger
A ConfigPropertyFactory.
- Author:
- Stefano Maestri
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ConfigPropertycreateConfigProperty(org.jboss.jca.common.metadata.merge.Merger.ConfigPropertyFactory.Prototype prototype, boolean value) create a config property from a prototypestatic ConfigPropertycreateConfigProperty(org.jboss.jca.common.metadata.merge.Merger.ConfigPropertyFactory.Prototype prototype, Number value) create a config property from a prototypestatic ConfigPropertycreateConfigProperty(org.jboss.jca.common.metadata.merge.Merger.ConfigPropertyFactory.Prototype prototype, String value) create a config property from a prototype
-
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- prototypevalue- 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- prototypevalue- 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- prototypevalue- value- Returns:
- the property created
-