| Package | Description | 
|---|---|
| oracle.jdeveloper.deploy.dmf | 
| Modifier and Type | Method and Description | 
|---|---|
DescriptorInfo | 
XmlDescriptorFactory.createDescriptorInfoByFileName(java.lang.String fileName)  | 
abstract DescriptorInfo | 
DescriptorFactory.createDescriptorInfoByFileName(java.lang.String fileName)
Create a DescriptorInfo object by specifying the file name under which it is
 commonly found ( e.g "web.xml", "application.xml", "orion-ejb-jar.xml", etc). 
 | 
DescriptorInfo | 
XmlDescriptorFactory.createDescriptorInfoByRootElement(java.lang.String rootElement)  | 
abstract DescriptorInfo | 
DescriptorFactory.createDescriptorInfoByRootElement(java.lang.String rootElement)
Create a DescriptorInfo object by specifying the XML root element. 
 |