|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.electrocodeogram.cpc.core.api.CPCConstants
public final class CPCConstants
Global constants which are potentially of interest for all CPC Modules.
This class is not meant to be instantiated.
| 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 |
|---|
public static final java.lang.String CLONE_CREATOR_AUTOMATED_IMPORT
IClone.getCreator() value for clones which were generated
by an automated import, i.e. by the CPC Imports module.
public static final java.lang.String CLONE_CREATOR_AUTOMATED_RECONCILIATION
IClone.getCreator() value for clones which were generated
by a reconciliation operation, i.e. by the CPC Reconciler module.
public static final java.lang.String CLONEDIFF_CREATOR_CPC_OPTIMISER
CloneDiff.getCreator() value for clone history diffs which were generated
by an optimisation operation, i.e. by the CPC Optimiser module.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||