-
public final class DependenciesExtensionConfiguration for dependencies
-
-
Field Summary
Fields Modifier and Type Field Description private ListProperty<String>ignoreArtifactsprivate ListProperty<String>overrideArtifactVersions
-
Constructor Summary
Constructors Constructor Description DependenciesExtension(ObjectFactory objects, ListProperty<String> ignoreArtifacts, ListProperty<String> overrideArtifactVersions)
-
Method Summary
Modifier and Type Method Description final ListProperty<String>getIgnoreArtifacts()final UnitsetIgnoreArtifacts(ListProperty<String> ignoreArtifacts)final ListProperty<String>getOverrideArtifactVersions()final UnitsetOverrideArtifactVersions(ListProperty<String> overrideArtifactVersions)-
-
Constructor Detail
-
DependenciesExtension
DependenciesExtension(ObjectFactory objects, ListProperty<String> ignoreArtifacts, ListProperty<String> overrideArtifactVersions)
- Parameters:
ignoreArtifacts- The artifacts to ignore for migration.overrideArtifactVersions- List of fully qualified Maven coordinated names that will be used instead of actual value in generated code.
-
-
Method Detail
-
getIgnoreArtifacts
final ListProperty<String> getIgnoreArtifacts()
-
setIgnoreArtifacts
final Unit setIgnoreArtifacts(ListProperty<String> ignoreArtifacts)
- Parameters:
ignoreArtifacts- The artifacts to ignore for migration.
-
getOverrideArtifactVersions
final ListProperty<String> getOverrideArtifactVersions()
-
setOverrideArtifactVersions
final Unit setOverrideArtifactVersions(ListProperty<String> overrideArtifactVersions)
- Parameters:
overrideArtifactVersions- List of fully qualified Maven coordinated names that will be used instead of actual value in generated code.
-
-
-
-