Toggle navigation
Home
java.lang.String to org.jboss.jca.Version
No. of Instances - 29
No. of Commits - 1
No. of Projects - {'wildfly'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: Jdk -> External
Mapping:
Add or Remove Method invocation
getLegacyConfigFile("standalone","eap-" + version + "-jts.xml")
to
getLegacyConfigFile("standalone",version,"jts")
getLegacyConfigFile("standalone","eap-" + version + "-minimalistic.xml")
to
getLegacyConfigFile("standalone",version,"minimalistic")
getLegacyConfigFile("standalone","eap-" + version + "-hornetq-colocated.xml")
to
getLegacyConfigFile("standalone",version,"hornetq-colocated")
getLegacyConfigFile("standalone",version + ".xml")
to
getLegacyConfigFile("standalone",version,null)
getLegacyConfigFile("standalone",version + "-xts.xml")
to
getLegacyConfigFile("standalone",version,"xts")
getLegacyConfigFile("standalone","eap-" + version + "-full-ha.xml")
to
getLegacyConfigFile("standalone",version,"full-ha")
getLegacyConfigFile("host",version + ".xml")
to
getLegacyConfigFile("host",version,null)
getLegacyConfigFile("standalone",version + "-jts.xml")
to
getLegacyConfigFile("standalone",version,"jts")
getLegacyConfigFile("standalone","eap-" + version + "-full.xml")
to
getLegacyConfigFile("standalone",version,"full")
getLegacyConfigFile("standalone","eap-" + version + "-picketlink.xml")
to
getLegacyConfigFile("standalone",version,"picketlink")
getLegacyConfigFile("standalone",version + "-full.xml")
to
getLegacyConfigFile("standalone",version,"full")
getLegacyConfigFile("host","eap-" + version + ".xml")
to
getLegacyConfigFile("host",version,null)
getLegacyConfigFile("standalone","eap-" + version + "-xts.xml")
to
getLegacyConfigFile("standalone",version,"xts")
getLegacyConfigFile("standalone","eap-" + version + ".xml")
to
getLegacyConfigFile("standalone",version,null)
getLegacyConfigFile("standalone",version + "-full-ha.xml")
to
getLegacyConfigFile("standalone",version,"full-ha")
getLegacyConfigFile("standalone",version + "-minimalistic.xml")
to
getLegacyConfigFile("standalone",version,"minimalistic")
getLegacyConfigFile("standalone",version + "-hornetq-colocated.xml")
to
getLegacyConfigFile("standalone",version,"hornetq-colocated")
getLegacyConfigFile("domain","eap-" + version + ".xml")
to
getLegacyConfigFile("domain",version,null)
getLegacyConfigFile("domain",version + ".xml")
to
getLegacyConfigFile("domain",version,null)