Package ghidra.feature.vt.gui.util
Class MatchInfoFactory
java.lang.Object
ghidra.feature.vt.gui.util.MatchInfoFactory
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
void
clearCacheForAssociation
(VTAssociation association) Clear the cached match info for the given association.void
getMatchInfo
(VTMatch match, AddressCorrelatorManager correlator)
-
Constructor Details
-
MatchInfoFactory
public MatchInfoFactory()
-
-
Method Details
-
getMatchInfo
-
clearCache
public void clearCache() -
clearMatchInfoInternalCache
public void clearMatchInfoInternalCache() -
clearCacheForAssociation
Clear the cached match info for the given association. This will clear the cache for multiple matches, if multiple matches exit for the given association.- Parameters:
association
- the association
-