Class ResourceSetHookRegistry
- java.lang.Object
-
- org.eclipse.emf.compare.ide.internal.hook.ResourceSetHookRegistry
-
public class ResourceSetHookRegistry extends Object
Resgistry ofIResourceSetHook
.
-
-
Constructor Summary
Constructors Constructor Description ResourceSetHookRegistry()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<IResourceSetHook>
getResourceSetHooks()
Gets the registeredIResourceSetHook
s.
-
-
-
Method Detail
-
getResourceSetHooks
public Collection<IResourceSetHook> getResourceSetHooks()
Gets the registeredIResourceSetHook
s.- Returns:
- unmodifiable
Collection
ofIResourceSetHook
.
-
-