-
- All Implemented Interfaces:
-
java.io.Serializable,kotlin.Comparable
public enum IdeaKpmProjectModelBuilder.DependencyTransformationPhase extends Enum<IdeaKpmProjectModelBuilder.DependencyTransformationPhase>
Any IdeaKpmDependencyTransformer has to be registered for a given transformation phase. The phases will be executed in the order of this enums ordinal.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description PostDependencyTransformationPhaseGeneric dependency transformation phase, intended to run a transformation after all other transformers
DependencyFilteringPhaseSpecial dependency transformation phase intended for filtering dependencies. This phase is guaranteed to run after the FreeDependencyTransformationPhase alongside other dependency filtering transformations. Adding filters here is the safest.
FreeDependencyTransformationPhaseDependency transformation phase that is free entirely free in its transformation type. Note: Adding dependencies to the resolution result might most likely better be modelled as IdeaKpmDependencyResolver
PreDependencyTransformationPhaseGeneric dependency transformation phase, intended to run a transformation before all other transformers.
-
Method Summary
Modifier and Type Method Description final StringgetName()final IntegergetOrdinal()-
-
Method Detail
-
getOrdinal
final Integer getOrdinal()
-
-
-
-