-
- 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 PostDependencyResolution
Generic phase intended to run after all other resolvers.
BinaryDependencyResolution
Resolution phase intended to resolve binary dependencies (downloading and transforming from repositories)
SourceDependencyResolution
Resolution phase intended to resolve project to project (source) dependencies
PreDependencyResolution
Generic phase intended to run before all other resolvers
-
Method Summary
Modifier and Type Method Description final String
getName()
final Integer
getOrdinal()
-
-
Method Detail
-
getOrdinal
final Integer getOrdinal()
-
-
-
-