-
- All Implemented Interfaces:
-
java.io.Serializable,kotlin.Comparable
public enum IdeaKpmProjectModelBuilder.DependencyResolutionPhase extends Enum<IdeaKpmProjectModelBuilder.DependencyResolutionPhase>
Any IdeaKpmDependencyResolver has to be registered for a given dependency resolution phase in which it participates The resolution phases will be executed in the order of their enum's ordinal.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description PostDependencyResolutionGeneric phase intended to run after all other resolvers.
BinaryDependencyResolutionResolution phase intended to resolve binary dependencies (downloading and transforming from repositories)
SourceDependencyResolutionResolution phase intended to resolve project to project (source) dependencies
PreDependencyResolutionGeneric phase intended to run before all other resolvers
-
Method Summary
Modifier and Type Method Description final StringgetName()final IntegergetOrdinal()-
-
Method Detail
-
getOrdinal
final Integer getOrdinal()
-
-
-
-