Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.3.0)

E17493-04


oracle.ideri.util
Class Product

java.lang.Object
  extended by oracle.ideri.util.Product


public final class Product
extends java.lang.Object

Utility methods for determining which Oracle IDE product is running. Warning: This API is not guaranteed to remain compatible in future releases. It is intended to be a temporary API until the 11.0 (Fusion) release of the IDE provides proper "shaping" support.


Constructor Summary
Product()
           

 

Method Summary
static java.lang.String getProductID()
           
static boolean hasJ2eeFeatures()
          Deprecated. use ExtensionRegistry.findExtension("oracle.j2ee") instead.
static boolean isJDeveloper()
           
static boolean isRaptor()
           

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

Product

public Product()

Method Detail

getProductID

public static java.lang.String getProductID()
Returns:
The ID string for the running IDE product.

isRaptor

public static boolean isRaptor()
Returns:
true if and only if the running IDE product is Oracle Raptor (Database Developer).

isJDeveloper

public static boolean isJDeveloper()
Returns:
true if and only if the running IDE product is Oracle JDeveloper.

hasJ2eeFeatures

@Deprecated
public static boolean hasJ2eeFeatures()
Deprecated. use ExtensionRegistry.findExtension("oracle.j2ee") instead.
Returns:
true if the running IDE product supports J2EE development features.

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.3.0)

E17493-04


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