Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 1 (11.1.1.6)

E22562-03

oracle.apps.fnd.applcore.dt.deploy
Class WeblogicCommonUtils

java.lang.Object
  extended by oracle.apps.fnd.applcore.dt.deploy.WeblogicCommonUtils

public class WeblogicCommonUtils
extends java.lang.Object


Constructor Summary
WeblogicCommonUtils()
           
 
Method Summary
static boolean checkOutFile(java.net.URL url)
          Checks out a file from source control.
static org.w3c.dom.Element findChildElement(org.w3c.dom.Element parent, java.lang.String elementName, java.lang.String elementNamespace)
          Finds a child Element in a parent Element with the specified name.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WeblogicCommonUtils

public WeblogicCommonUtils()
Method Detail

checkOutFile

public static boolean checkOutFile(java.net.URL url)
Checks out a file from source control. Copied from oracle/webcenter/internal/dt/config/ConfigUtils.java

Parameters:
url - the url of the file to check-out
Returns:
true if the file was successfully checked-out, false otherwise

findChildElement

public static org.w3c.dom.Element findChildElement(org.w3c.dom.Element parent,
                                                   java.lang.String elementName,
                                                   java.lang.String elementNamespace)
Finds a child Element in a parent Element with the specified name. Copied from oracle/webcenter/dt/config/ear/writer/AdfConfigWriterUtil.java

Parameters:
parent - the parent Element whose child Elements will be used to iterate over
elementName - name of the Element to look for
elementNamespace - namespace of the child element to look for
Returns:
child Element with the specified name (if any). If the specified child Element is not found then null is returned.

Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 1 (11.1.1.6)

E22562-03

Copyright © 2012 Oracle. All Rights Reserved.