protected static class Merger.ConfigPropertyFactory extends Object
Modifier | Constructor and Description |
---|---|
protected |
ConfigPropertyFactory() |
Modifier and Type | Method and Description |
---|---|
static ConfigProperty |
createConfigProperty(org.jboss.jca.common.metadata.merge.Merger.ConfigPropertyFactory.Prototype prototype,
boolean value)
create a config property from a prototype
|
static ConfigProperty |
createConfigProperty(org.jboss.jca.common.metadata.merge.Merger.ConfigPropertyFactory.Prototype prototype,
Number value)
create a config property from a prototype
|
static ConfigProperty |
createConfigProperty(org.jboss.jca.common.metadata.merge.Merger.ConfigPropertyFactory.Prototype prototype,
String value)
create a config property from a prototype
|
public static ConfigProperty createConfigProperty(org.jboss.jca.common.metadata.merge.Merger.ConfigPropertyFactory.Prototype prototype, String value)
prototype
- prototypevalue
- valuepublic static ConfigProperty createConfigProperty(org.jboss.jca.common.metadata.merge.Merger.ConfigPropertyFactory.Prototype prototype, boolean value)
prototype
- prototypevalue
- valuepublic static ConfigProperty createConfigProperty(org.jboss.jca.common.metadata.merge.Merger.ConfigPropertyFactory.Prototype prototype, Number value)
prototype
- prototypevalue
- valueCopyright © 2021 JBoss by Red Hat. All rights reserved.