Class DSLResourceProvider


  • public class DSLResourceProvider
    extends java.lang.Object
    The DSL resource provider.
    • Constructor Detail

      • DSLResourceProvider

        public DSLResourceProvider()
    • Method Detail

      • getDefault

        public static DSLResourceProvider getDefault()
        Returns the default DSL provider.
        Returns:
        the default DSL provider
      • getResource

        public Resource getResource​(java.lang.String id)
        Returns the resource by id.
        Parameters:
        id - the resource Id
        Returns:
        the resource by id
      • getBundle

        protected org.osgi.framework.Bundle getBundle()
        Returns the bundle. Must be redefined in sub-classes.
        Returns:
        the bundle
      • getPluginId

        protected java.lang.String getPluginId()
        Returns the plugin Id. Must be redefined in sub-classes.
        Returns:
        the plugin Id