Class AbstractResourceServiceProviderDescriptor

    • Constructor Detail

      • AbstractResourceServiceProviderDescriptor

        public AbstractResourceServiceProviderDescriptor()
    • Method Detail

      • get

        public IResourceServiceProvider get​(org.eclipse.emf.common.util.URI uri,
                                            java.lang.String contentType)
        Specified by:
        get in interface IResourceServiceProvider.Provider
        Parameters:
        uri - The uri that the returned ResourceServiceProvider will be responsible for.
        contentType - A contentType if one is available, null otherwise.
        Returns:
        a new or an existing ResourceServiceProvider
      • getContributor

        protected abstract java.lang.String getContributor()
      • getExtension

        protected abstract java.lang.Object getExtension()