public class JdevJavaModelFactory extends JavaModelFactory
locatorFactory| Constructor and Description |
|---|
JdevJavaModelFactory() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
getInstance, getLocatorFactory, newContext, newFileProvider, newInstance, setInstancepublic 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