public class ReflectionContributionFactory
extends java.lang.Object
| Constructor and Description |
|---|
ReflectionContributionFactory(IExtensionRegistry registry)
Create a reflection factory.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
create(java.lang.String uriString,
IEclipseContext context) |
java.lang.Object |
create(java.lang.String uriString,
IEclipseContext context,
IEclipseContext staticContext) |
protected java.lang.Object |
createFromBundle(Bundle bundle,
IEclipseContext context,
IEclipseContext staticContext,
URI uri) |
Bundle |
getBundle(java.lang.String uriString) |
protected Bundle |
getBundle(URI platformURI) |
protected void |
processLanguages() |
public ReflectionContributionFactory(IExtensionRegistry registry)
registry - to read languages.public java.lang.Object create(java.lang.String uriString,
IEclipseContext context,
IEclipseContext staticContext)
public java.lang.Object create(java.lang.String uriString,
IEclipseContext context)
protected java.lang.Object createFromBundle(Bundle bundle,
IEclipseContext context,
IEclipseContext staticContext,
URI uri)
protected void processLanguages()
protected Bundle getBundle(URI platformURI)
public Bundle getBundle(java.lang.String uriString)