@Incubating public interface IvyArtifactRepositoryMetaDataProvider
ivy.xml
) to determine the meta-data for module versions and artifacts.修飾子とタイプ | メソッドと説明 |
---|---|
boolean |
isDynamicMode()
Returns true if dynamic resolve mode should be used for Ivy modules.
|
void |
setDynamicMode(boolean mode)
Specifies whether dynamic resolve mode should be used for Ivy modules.
|
boolean isDynamicMode()
revConstraint
attribute for each dependency declaration
is used in preference to the rev
attribute. When disabled (the default), the rev
attribute is always used.void setDynamicMode(boolean mode)
revConstraint
attribute for each dependency declaration
is used in preference to the rev
attribute. When disabled (the default), the rev
attribute is always used.