org.electrocodeogram.cpc.core.api
Class CPCConstants

java.lang.Object
  extended by org.electrocodeogram.cpc.core.api.CPCConstants

public final class CPCConstants
extends java.lang.Object

Global constants which are potentially of interest for all CPC Modules.

This class is not meant to be instantiated.

Author:
vw

Field Summary
static java.lang.String CLONE_CREATOR_AUTOMATED_IMPORT
          The IClone.getCreator() value for clones which were generated by an automated import, i.e. by the CPC Imports module.
static java.lang.String CLONE_CREATOR_AUTOMATED_RECONCILIATION
          The IClone.getCreator() value for clones which were generated by a reconciliation operation, i.e. by the CPC Reconciler module.
static java.lang.String CLONEDIFF_CREATOR_CPC_OPTIMISER
          The CloneDiff.getCreator() value for clone history diffs which were generated by an optimisation operation, i.e. by the CPC Optimiser module.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CLONE_CREATOR_AUTOMATED_IMPORT

public static final java.lang.String CLONE_CREATOR_AUTOMATED_IMPORT
The IClone.getCreator() value for clones which were generated by an automated import, i.e. by the CPC Imports module.

See Also:
Constant Field Values

CLONE_CREATOR_AUTOMATED_RECONCILIATION

public static final java.lang.String CLONE_CREATOR_AUTOMATED_RECONCILIATION
The IClone.getCreator() value for clones which were generated by a reconciliation operation, i.e. by the CPC Reconciler module.

See Also:
Constant Field Values

CLONEDIFF_CREATOR_CPC_OPTIMISER

public static final java.lang.String CLONEDIFF_CREATOR_CPC_OPTIMISER
The CloneDiff.getCreator() value for clone history diffs which were generated by an optimisation operation, i.e. by the CPC Optimiser module.

See Also:
Constant Field Values