Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.5.0)

E13403-06


oracle.ide.extension
Interface ExtensionConstants


public interface ExtensionConstants

Provides access to standard namespaces used by the platform in extension manifests.

Since:
11.0

Field Summary
static java.lang.String IDE_CUSTOMIZATION_XMLNS
          The namespace for all ide customization hooks from 11.0 onwards.
static java.lang.String IDE_EXTENSION_XMLNS
          The namespace for all ide extension hooks from 11.0 onwards.
static java.lang.String JDEV_XMLNS
          Deprecated. since 11.0 use IDE_EXTENSION_XMLNS. Note that IDE_EXTENSION_XMLNS has a different value from JDEV_XMLNS. The two are not interchangeable.
static java.lang.String JSR198_XMLNS
          The JSR-198 namespace

 

Field Detail

JSR198_XMLNS

static final java.lang.String JSR198_XMLNS
The JSR-198 namespace
See Also:
Constant Field Values

JDEV_XMLNS

static final java.lang.String JDEV_XMLNS
Deprecated. since 11.0 use IDE_EXTENSION_XMLNS. Note that IDE_EXTENSION_XMLNS has a different value from JDEV_XMLNS. The two are not interchangeable.
The legacy JDeveloper namespace. Used for compatibility with JDeveloper 10.1.3.
See Also:
Constant Field Values

IDE_EXTENSION_XMLNS

static final java.lang.String IDE_EXTENSION_XMLNS
The namespace for all ide extension hooks from 11.0 onwards.
See Also:
Constant Field Values

IDE_CUSTOMIZATION_XMLNS

static final java.lang.String IDE_CUSTOMIZATION_XMLNS
The namespace for all ide customization hooks from 11.0 onwards.
See Also:
Constant Field Values

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.5.0)

E13403-06


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