| Package | Description |
|---|---|
| oracle.jdeveloper.deploy.dmf | |
| oracle.jdeveloper.deploy.meta |
| Modifier and Type | Method and Description |
|---|---|
Module[] |
XmlDescriptorInfo.getModules() |
Module[] |
DescriptorInfo.getModules()
List of deployment modules in which this descriptor can be found.
|
| Modifier and Type | Method and Description |
|---|---|
java.net.URL |
XmlDescriptorInfo.getDefaultPathInModule(Module module) |
java.net.URL |
DescriptorInfo.getDefaultPathInModule(Module module)
Returns the default target directory where this descriptor is commonly
expected within given module.
|
| Modifier and Type | Method and Description |
|---|---|
static Module |
Module.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Module[] |
Module.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|