| Package | Description |
|---|---|
| oracle.ide.marshal.xml |
Provides the ability to marshal and unmarshal objects to XML using an archiving algorithm that accesses public get/set methods, which is in contrast to serialization which directly accesses fields, even if they are private.
|
| oracle.ide.migration |
Contains API classes for support the migration of Node types and user preferences in the system directory.
|
| oracle.jdeveloper.deploy.common |
| Modifier and Type | Method and Description |
|---|---|
void |
Object2Dom.setLogger(int reportLevel, Object2DomLogger logger)
WARNING: This method is still in the prototype stage.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
XMLMigrator.MigrationLogger |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
DescriptorIO.load(java.io.Reader reader, oracle.xml.parser.v2.DTD dtd, int reportLevel, Object2DomLogger logger) |