Ensures that this idling resource registry is in sync with given resources by
registering/un-registering idling resources as needed.
Parameters
resources
Iterable
loopers
Iterable
unregisterResources
public boolean unregisterResources (List<? extends IdlingResource> resourceList)
Unregisters the given resources. If any of the given resources are not already registered, a
warning is logged.
Parameters
resourceList
List
Returns
boolean
true if all resources were successfully unregistered
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.