Uses of Interface
org.eclipse.emf.compare.rcp.policy.ILoadOnDemandPolicy
| Package | Description |
|---|---|
| org.eclipse.emf.compare.rcp.internal.policy | |
| org.eclipse.emf.compare.rcp.policy |
-
Uses of ILoadOnDemandPolicy in org.eclipse.emf.compare.rcp.internal.policy
Methods in org.eclipse.emf.compare.rcp.internal.policy that return ILoadOnDemandPolicy Modifier and Type Method Description ILoadOnDemandPolicyLoadOnDemandPolicyRegistryImpl. addPolicy(ILoadOnDemandPolicy policy)Add the givenpolicyto this registry.ILoadOnDemandPolicyLoadOnDemandPolicyRegistryImpl. removePolicy(java.lang.String className)Removes the policy registered within this registry with the given class name.Methods in org.eclipse.emf.compare.rcp.internal.policy that return types with arguments of type ILoadOnDemandPolicy Modifier and Type Method Description java.util.List<ILoadOnDemandPolicy>LoadOnDemandPolicyRegistryImpl. getPolicies()Returns the list of registered policies.Methods in org.eclipse.emf.compare.rcp.internal.policy with parameters of type ILoadOnDemandPolicy Modifier and Type Method Description ILoadOnDemandPolicyLoadOnDemandPolicyRegistryImpl. addPolicy(ILoadOnDemandPolicy policy)Add the givenpolicyto this registry. -
Uses of ILoadOnDemandPolicy in org.eclipse.emf.compare.rcp.policy
Methods in org.eclipse.emf.compare.rcp.policy that return ILoadOnDemandPolicy Modifier and Type Method Description ILoadOnDemandPolicyILoadOnDemandPolicy.Registry. addPolicy(ILoadOnDemandPolicy policy)Add the givenpolicyto this registry.ILoadOnDemandPolicyILoadOnDemandPolicy.Registry. removePolicy(java.lang.String className)Removes the policy registered within this registry with the given class name.Methods in org.eclipse.emf.compare.rcp.policy that return types with arguments of type ILoadOnDemandPolicy Modifier and Type Method Description java.util.List<ILoadOnDemandPolicy>ILoadOnDemandPolicy.Registry. getPolicies()Returns the list of registered policies.Methods in org.eclipse.emf.compare.rcp.policy with parameters of type ILoadOnDemandPolicy Modifier and Type Method Description ILoadOnDemandPolicyILoadOnDemandPolicy.Registry. addPolicy(ILoadOnDemandPolicy policy)Add the givenpolicyto this registry.