Skip navigation links
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
12c (12.2.1.3.0)

E80094-01

Package oracle.ide.resourcebundle

Provides a designtime abstraction around locating and managing resource bundles used by visual and non-visual editors.

See: Description

Package oracle.ide.resourcebundle Description

Provides a designtime abstraction around locating and managing resource bundles used by visual and non-visual editors.

Package Specification

This package is designed to support creating, deleting, and manipulating the default resource bundle only. Additional translation support is out of scope for this package currently.

Metadata about each translation unit consists of a Map of name/value pairs which are saved to the resource bundle in a bundle specific manner. They will typically be stored as comments in the PropertyResourceBundle implementation. Also, as much as possible, these API's should take care to preserve order, existing comments and and not choke on duplicate keys (no matter how bad of an idea it is to have them).

This API is also not currently transactional.

Related Documentation

For overviews, tutorials, examples, guides, and tool documentation, please see:
Skip navigation links
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
12c (12.2.1.3.0)

E80094-01

Copyright © 1997, 2017, Oracle. All rights reserved.