protected static class Merger.ConfigPropertyFactory
extends java.lang.Object
| Modifier | Constructor and Description |
|---|---|
protected |
Merger.ConfigPropertyFactory() |
| Modifier and Type | Method and 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,
java.lang.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,
java.lang.String value)
create a config property from a prototype
|
public static org.jboss.jca.common.api.metadata.spec.ConfigProperty createConfigProperty(org.jboss.jca.common.metadata.merge.Merger.ConfigPropertyFactory.Prototype prototype,
java.lang.String value)
prototype - prototypevalue - valuepublic static org.jboss.jca.common.api.metadata.spec.ConfigProperty createConfigProperty(org.jboss.jca.common.metadata.merge.Merger.ConfigPropertyFactory.Prototype prototype,
boolean value)
prototype - prototypevalue - valuepublic static org.jboss.jca.common.api.metadata.spec.ConfigProperty createConfigProperty(org.jboss.jca.common.metadata.merge.Merger.ConfigPropertyFactory.Prototype prototype,
java.lang.Number value)
prototype - prototypevalue - valueCopyright © 2014 IronJacamar (http://www.ironjacamar.org)