Klasse EMFUtil.ExtResourceSet

Alle implementierten Schnittstellen:
Notifier, ResourceSet
Umschließende Klasse:
EMFUtil

public static class EMFUtil.ExtResourceSet extends ResourceSetImpl
An extension of ResourceSetImpl that allows demandLoading of resources and delegation of resource lookups, to be switched on/off as desired.
Seit:
4.0
  • Konstruktordetails

    • ExtResourceSet

      public ExtResourceSet(boolean delegating, boolean demandLoading)
      Seit:
      4.7
  • Methodendetails

    • isDelegating

      public boolean isDelegating()
    • setDelegating

      public void setDelegating(boolean delegating)
    • isDemandLoading

      public boolean isDemandLoading()
    • setDemandLoading

      public void setDemandLoading(boolean demandLoading)
    • demandLoad

      protected void demandLoad(Resource resource) throws IOException
      Setzt außer Kraft:
      demandLoad in Klasse ResourceSetImpl
      Löst aus:
      IOException
    • delegatedGetResource

      protected Resource delegatedGetResource(URI uri, boolean loadOnDemand)
      Setzt außer Kraft:
      delegatedGetResource in Klasse ResourceSetImpl