org.eclipse.ocl.examples.domain.utilities
Class StandaloneProjectMap.SinglePackageResourceLoadStatus

java.lang.Object
  extended by org.eclipse.ocl.examples.domain.utilities.StandaloneProjectMap.AbstractResourceLoadStatus
      extended by org.eclipse.ocl.examples.domain.utilities.StandaloneProjectMap.SinglePackageResourceLoadStatus
All Implemented Interfaces:
org.eclipse.emf.common.notify.Adapter, StandaloneProjectMap.IResourceLoadStatus
Enclosing class:
StandaloneProjectMap

public static final class StandaloneProjectMap.SinglePackageResourceLoadStatus
extends StandaloneProjectMap.AbstractResourceLoadStatus


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.eclipse.emf.common.notify.Adapter
org.eclipse.emf.common.notify.Adapter.Internal
 
Field Summary
 
Fields inherited from class org.eclipse.ocl.examples.domain.utilities.StandaloneProjectMap.AbstractResourceLoadStatus
conflictHandler, eModel, generativeLoadInProgress, packageRegistry, recursiveLoadInProgress, resourceDescriptor, resourceLoadStrategy, resourceSet
 
Constructor Summary
StandaloneProjectMap.SinglePackageResourceLoadStatus(StandaloneProjectMap.SinglePackageResourceDescriptor packageDescriptor, org.eclipse.emf.ecore.resource.ResourceSet resourceSet)
           
 
Method Summary
 
Methods inherited from class org.eclipse.ocl.examples.domain.utilities.StandaloneProjectMap.AbstractResourceLoadStatus
configureDelegatingResource, configureEPackageRegistry, configureResourceSetURIResourceMap, dispose, getConflictingDynamicResource, getFirstEPackage, getPackageLoadStatus, getPackageRegistry, getResource, getResourceDescriptor, getResourceLoadStrategy, getResourceSet, getTarget, handleConflictingGeneratedPackage, handleLoadException, install, isAdapterForType, loadDynamicResource, loadGeneratedPackages, notifyChanged, setConflictHandler, setGenerationInProgress, setResource, setResourceLoadStrategy, setTarget, toString, unloadedResource
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StandaloneProjectMap.SinglePackageResourceLoadStatus

public StandaloneProjectMap.SinglePackageResourceLoadStatus(@NonNull
                                                            StandaloneProjectMap.SinglePackageResourceDescriptor packageDescriptor,
                                                            @Nullable
                                                            org.eclipse.emf.ecore.resource.ResourceSet resourceSet)