Package org.electrocodeogram.cpc.core.api.provider.track

Contains the API specifications for the CPC Position Update Strategy Provider and Fuzzy Position to Clone Matching Provider as well as some shared classes used for clone position tracking.

See:
          Description

Interface Summary
IFuzzyPositionToCloneMatchingProvider API specification for fuzzy position to clone matching providers.  Such a provider is used by the CPC Track module to check whether any existing clone matches a given position an length.
IPositionUpdateStrategyProvider An IPositionUpdateStrategyProvider specifies how clone entries should be affected by modifications to a file.
 

Class Summary
CPCDocumentEvent A CPCDocumentEvent is similar to a DocumentEvent.
CPCPosition Represents the position of an IClone object during modifications of an IDocument.
 

Package org.electrocodeogram.cpc.core.api.provider.track Description

Contains the API specifications for the CPC Position Update Strategy Provider and Fuzzy Position to Clone Matching Provider as well as some shared classes used for clone position tracking.

These interfaces are mainly of interest to the CPC Track module.