Uses of Class
org.apache.ivy.core.resolve.ResolveOptions
Packages that use ResolveOptions
Package
Description
-
Uses of ResolveOptions in org.apache.ivy
Methods in org.apache.ivy that return ResolveOptionsModifier and TypeMethodDescriptionprivate ResolveOptions
Ivy14.newResolveOptions
(String[] confs, String revision, File cache, Date date, boolean validate, boolean useCacheOnly, boolean transitive, boolean useOrigin, boolean download, boolean outputReport, Filter<Artifact> artifactFilter) Methods in org.apache.ivy with parameters of type ResolveOptionsModifier and TypeMethodDescriptionIvy.resolve
(File ivySource, ResolveOptions options) Ivy.resolve
(URL ivySource, ResolveOptions options) Ivy.resolve
(ModuleDescriptor md, ResolveOptions options) Ivy.resolve
(ModuleRevisionId mrid, ResolveOptions options, boolean changing) -
Uses of ResolveOptions in org.apache.ivy.ant
Methods in org.apache.ivy.ant that return ResolveOptionsModifier and TypeMethodDescriptionprivate ResolveOptions
IvyResolve.getResolveOptions
(Ivy ivy, String[] confs, IvySettings settings) -
Uses of ResolveOptions in org.apache.ivy.core.report
Fields in org.apache.ivy.core.report declared as ResolveOptionsMethods in org.apache.ivy.core.report that return ResolveOptionsMethods in org.apache.ivy.core.report with parameters of type ResolveOptionsModifier and TypeMethodDescriptionvoid
ResolveReport.output
(ReportOutputter[] outputters, ResolutionCacheManager cacheMgr, ResolveOptions options) Constructors in org.apache.ivy.core.report with parameters of type ResolveOptionsModifierConstructorDescriptionConfigurationResolveReport
(ResolveEngine resolveEngine, ModuleDescriptor md, String conf, Date date, ResolveOptions options) -
Uses of ResolveOptions in org.apache.ivy.core.resolve
Fields in org.apache.ivy.core.resolve declared as ResolveOptionsMethods in org.apache.ivy.core.resolve that return ResolveOptionsModifier and TypeMethodDescriptionResolveData.getOptions()
ResolveOptions.setArtifactFilter
(Filter<Artifact> artifactFilter) ResolveOptions.setCheckIfChanged
(boolean checkIfChanged) ResolveOptions.setDownload
(boolean download) ResolveOptions.setOutputReport
(boolean outputReport) ResolveOptions.setRefresh
(boolean refresh) ResolveOptions.setResolveId
(String resolveId) ResolveOptions.setResolveMode
(String resolveMode) ResolveOptions.setRevision
(String revision) ResolveOptions.setTransitive
(boolean transitive) ResolveOptions.setUseCacheOnly
(boolean useCacheOnly) ResolveOptions.setValidate
(boolean validate) Methods in org.apache.ivy.core.resolve with parameters of type ResolveOptionsModifier and TypeMethodDescriptionResolveEngine.findModule
(ModuleRevisionId id, ResolveOptions options) IvyNode[]
ResolveEngine.getDependencies
(URL ivySource, ResolveOptions options) Resolve the dependencies of a module without downloading corresponding artifacts.IvyNode[]
ResolveEngine.getDependencies
(ModuleDescriptor md, ResolveOptions options, ResolveReport report) Resolve the dependencies of a module without downloading corresponding artifacts.ResolveEngine.mediate
(DependencyDescriptor dd, ResolveOptions options) Mediates the given dependency descriptor according to given options.void
ResolveEngine.outputReport
(ResolveReport report, ResolutionCacheManager cacheMgr, ResolveOptions options) ResolveEngine.resolve
(URL ivySource, ResolveOptions options) Resolve dependencies of a module described by an ivy file.ResolveEngine.resolve
(ModuleDescriptor md, ResolveOptions options) Resolve dependencies of a module described by a module descriptor.ResolveEngine.resolve
(ModuleRevisionId mrid, ResolveOptions options, boolean changing) Resolves the module identified by the given mrid with its dependencies if transitive is set to true.Constructors in org.apache.ivy.core.resolve with parameters of type ResolveOptionsModifierConstructorDescriptionResolveData
(ResolveEngine engine, ResolveOptions options) ResolveData
(ResolveEngine engine, ResolveOptions options, ConfigurationResolveReport report) ResolveData
(ResolveEngine engine, ResolveOptions options, ConfigurationResolveReport report, Map<ModuleRevisionId, VisitData> visitData) ResolveOptions
(ResolveOptions options) -
Uses of ResolveOptions in org.apache.ivy.plugins.report
Methods in org.apache.ivy.plugins.report with parameters of type ResolveOptionsModifier and TypeMethodDescriptionvoid
LogReportOutputter.output
(ResolveReport report, ResolutionCacheManager cacheMgr, ResolveOptions options) void
ReportOutputter.output
(ResolveReport report, ResolutionCacheManager cacheMgr, ResolveOptions options) void
XmlReportOutputter.output
(ResolveReport report, ResolutionCacheManager cacheMgr, ResolveOptions options) -
Uses of ResolveOptions in org.apache.ivy.plugins.resolver
Methods in org.apache.ivy.plugins.resolver with parameters of type ResolveOptionsModifier and TypeMethodDescriptionprotected DownloadOptions
AbstractResolver.getDownloadOptions
(ResolveOptions options)