Searched defs:configTags (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-upgrade/src/main/java/org/forgerock/openam/upgrade/
H A DUpgradeUtils.java130 static Properties configTags; field in class:UpgradeUtils
269 replaceTag(fileName, configTags);
1959 String deployURI = (String) configTags.get("DEPLOY_URI");
2109 deployURI = (String) configTags.get("DEPLOY_URI");
2803 configTags = p;
3441 instanceType = (String) configTags.get("INSTANCE_TYPE");
/forgerock/openam/openam-upgrade/src/main/java/org/forgerock/openam/upgrade/
H A DUpgradeUtils.java130 static Properties configTags; field in class:UpgradeUtils
269 replaceTag(fileName, configTags);
1959 String deployURI = (String) configTags.get("DEPLOY_URI");
2109 deployURI = (String) configTags.get("DEPLOY_URI");
2803 configTags = p;
3441 instanceType = (String) configTags.get("INSTANCE_TYPE");

Completed in 71 milliseconds