public final class XSDPlugin extends EMFPlugin
DelegatingResourceLocator.getBaseURL()
Modifier and Type | Class and Description |
---|---|
static class |
XSDPlugin.Implementation
The actual implementation of the Eclipse Plugin.
|
static class |
XSDPlugin.StringComparator
A comparator for strings which does collation specific to the current locale by default.
|
static class |
XSDPlugin.UnicodeStringComparator
A comparator for strings which does collation based simply on unicode values.
|
EMFPlugin.EclipsePlugin, EMFPlugin.InternalEclipsePlugin, EMFPlugin.InternalHelper, EMFPlugin.OSGiDelegatingBundleActivator
Modifier and Type | Field and Description |
---|---|
static XSDPlugin |
INSTANCE
The singleton instance of the plugin.
|
delegateResourceLocators, IS_ECLIPSE_RUNNING, IS_RESOURCES_BUNDLE_AVAILABLE
baseURL, images, resourceBundle, shouldTranslate, strings, untranslatedResourceBundle, untranslatedStrings
Modifier and Type | Method and Description |
---|---|
XSDPlugin.StringComparator |
getComparator()
Returns the comparator that will be used to sort namespaces and names.
|
static XSDPlugin.Implementation |
getPlugin()
Returns the singleton instance of the Eclipse plugin.
|
ResourceLocator |
getPluginResourceLocator()
Returns an Eclipse plugin implementation of a resource locator.
|
void |
setComparator(XSDPlugin.StringComparator comparator)
Sets the comparator that will be used to sort namespaces and names.
|
getDelegateResourceLocators, getPluginLogger, getPrimaryResourceLocator, getSymbolicName, log, main
delegatedGetImage, delegatedGetString, doGetImage, doGetString, extensionFor, getBaseURL, getImage, getString, getString, getString, getString, setShouldTranslate, shouldTranslate
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getBaseURL, getImage, getString, getString, getString, getString
public static final XSDPlugin INSTANCE
public XSDPlugin.StringComparator getComparator()
public void setComparator(XSDPlugin.StringComparator comparator)
comparator
- the comparator that will be used to sort namespaces and names.public ResourceLocator getPluginResourceLocator()
EMFPlugin
getPluginResourceLocator
in class EMFPlugin
public static XSDPlugin.Implementation getPlugin()