-
- All Implemented Interfaces:
-
java.io.Serializable
,kotlin.Comparable
public enum IdeaKotlinProjectModelBuilder.DependencyTransformationPhase extends Enum<IdeaKotlinProjectModelBuilder.DependencyTransformationPhase>
Any IdeaKotlinDependencyTransformer 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 PostDependencyTransformationPhase
Generic dependency transformation phase, intended to run a transformation after all other transformers
DependencyFilteringPhase
Special 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.
FreeDependencyTransformationPhase
Dependency 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 IdeaKotlinDependencyResolver
PreDependencyTransformationPhase
Generic dependency transformation phase, intended to run a transformation before all other transformers.
-
Method Summary
Modifier and Type Method Description final String
getName()
final Integer
getOrdinal()
-
-
Method Detail
-
getOrdinal
final Integer getOrdinal()
-
-
-
-