Uses of Class
org.apache.ivy.plugins.parser.m2.PomWriterOptions.ExtraDependency
-
Packages that use PomWriterOptions.ExtraDependency Package Description org.apache.ivy.ant org.apache.ivy.plugins.parser.m2 -
-
Uses of PomWriterOptions.ExtraDependency in org.apache.ivy.ant
Methods in org.apache.ivy.ant that return types with arguments of type PomWriterOptions.ExtraDependency Modifier and Type Method Description private java.util.List<PomWriterOptions.ExtraDependency>
IvyMakePom. getDependencies()
-
Uses of PomWriterOptions.ExtraDependency in org.apache.ivy.plugins.parser.m2
Fields in org.apache.ivy.plugins.parser.m2 with type parameters of type PomWriterOptions.ExtraDependency Modifier and Type Field Description private java.util.List<PomWriterOptions.ExtraDependency>
PomWriterOptions. extraDependencies
Methods in org.apache.ivy.plugins.parser.m2 that return types with arguments of type PomWriterOptions.ExtraDependency Modifier and Type Method Description java.util.List<PomWriterOptions.ExtraDependency>
PomWriterOptions. getExtraDependencies()
Method parameters in org.apache.ivy.plugins.parser.m2 with type arguments of type PomWriterOptions.ExtraDependency Modifier and Type Method Description PomWriterOptions
PomWriterOptions. setExtraDependencies(java.util.List<PomWriterOptions.ExtraDependency> extraDependencies)
-