Interface Resource


  • public interface Resource
    The Resource interface.
    • Method Detail

      • asTextSource

        TextSource asTextSource()
        Returns a text source based on the current resource.
        Returns:
        a text source based on the current resource
      • asURL

        java.net.URL asURL()
        Returns the URL of the resource.
        Returns:
        the URL of the resource
      • asEMFURI

        org.eclipse.emf.common.util.URI asEMFURI()
        Returns the EMF URI of the resource.
        Returns:
        the EMF URI of the resource