Uses of Interface
com.tccc.kos.commons.core.service.trouble.TroubleMatcher
Packages that use TroubleMatcher
Package
Description
-
Uses of TroubleMatcher in com.tccc.kos.commons.core.service.trouble
Methods in com.tccc.kos.commons.core.service.trouble that return TroubleMatcherModifier and TypeMethodDescriptionTroubleListener.getMatcher()Return the matcher to use with this listener.TroubleListenerAdapter.getMatcher()Methods in com.tccc.kos.commons.core.service.trouble with parameters of type TroubleMatcherModifier and TypeMethodDescriptionTroubleService.addListener(TroubleMatcher matcher, TroubleAware troubleAware) Add aTroubleAwareas a listener with optional matcher.booleanTroubleService.contains(TroubleMatcher matcher) Returns true if any troubles match the specified matcher.TroubleService.getFirstTrouble(TroubleMatcher matcher) Returns the first trouble that matches the matcher.TroubleService.getTroubles(TroubleMatcher matcher) Returns a list of troubles that match the specified matcher.voidTroubleService.removeTroubles(TroubleMatcher matcher) Removes all troubles that match the specified matcher.Constructors in com.tccc.kos.commons.core.service.trouble with parameters of type TroubleMatcherModifierConstructorDescriptionTroubleListenerAdapter(TroubleMatcher matcher) Create a new listener with the specified matcher. -
Uses of TroubleMatcher in com.tccc.kos.commons.core.service.trouble.matcher
Classes in com.tccc.kos.commons.core.service.trouble.matcher that implement TroubleMatcherModifier and TypeClassDescriptionclassMatcher that returns true if the logical AND of all child matchers are true.classMatcher that returns true if the class of the trouble matches the specified class or optionally a subclass.classMatcher that returns true if any of the specified objects are in the impact list of a trouble.classMatcher that returns true if any of the specified objects are in the link list of a trouble.Constructors in com.tccc.kos.commons.core.service.trouble.matcher with parameters of type TroubleMatcherModifierConstructorDescriptionAndTroubleMatcher(TroubleMatcher... matchers) Create a matcher that returns true if the logical AND of all specified matchers is true.