Skip navigation links 
 
oracle.ideri.util
Class Product
java.lang.Object
  
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.
 
  
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
 
Product
public Product()
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 
 
Copyright © 1997, 2011, Oracle. All rights reserved.