|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.jdeveloper.java.JavaModelFactory
oracle.jdeveloper.java.JdevJavaModelFactory
public class JdevJavaModelFactory
Extends the base JavaModelFactory to know about the IDE environment.
| Field Summary |
|---|
| Fields inherited from class oracle.jdeveloper.java.JavaModelFactory |
|---|
locatorFactory |
| Constructor Summary | |
|---|---|
JdevJavaModelFactory() |
|
| Method Summary | |
|---|---|
ProviderContext |
newContextImpl()Creates a new context for the provider. |
JavaModel |
newInstance(CachedFileProvider provider)Creates a new JavaModel instance with the given provider. |
protected ClassLocatorFactory |
newLocatorFactory()Creates a new locator factory. |
static void |
registerSelf()Sets an instance of this factory as the JavaModelFactory instance. |
| Methods inherited from class oracle.jdeveloper.java.JavaModelFactory |
|---|
getInstance, getLocatorFactory, newContext, newInstance, setInstance |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JdevJavaModelFactory()
| Method Detail |
|---|
public static void registerSelf()
public JavaModel newInstance(CachedFileProvider provider)
JavaModelFactorySubclasses should override this if they want to create a JavaModel that is different from the default implementation.
newInstance in class JavaModelFactoryprotected ClassLocatorFactory newLocatorFactory()
JavaModelFactorySubclasses should override this if they want to create a ClassLocatorFactory that is different from the default implementation.
newLocatorFactory in class JavaModelFactorypublic ProviderContext newContextImpl()
JavaModelFactorySubclasses should override this if they want to create a ProviderEnvironment that is different from the default implementation.
newContextImpl in class JavaModelFactory
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||