Uses of Class
org.apache.ivy.core.settings.IvySettings
Packages that use IvySettings
Package
Description
-
Uses of IvySettings in org.apache.ivy
Fields in org.apache.ivy declared as IvySettingsMethods in org.apache.ivy that return IvySettingsModifier and TypeMethodDescriptionIvy.getSettings()
private static IvySettings
Main.initSettings
(CommandLine line, Ivy ivy) Methods in org.apache.ivy with parameters of type IvySettingsModifier and TypeMethodDescriptionstatic Ivy
Ivy.newInstance
(IvySettings settings) void
Ivy.setSettings
(IvySettings settings) -
Uses of IvySettings in org.apache.ivy.ant
Methods in org.apache.ivy.ant that return IvySettingsMethods in org.apache.ivy.ant with parameters of type IvySettingsModifier and TypeMethodDescription(package private) void
IvyConflict.addConflict
(DefaultModuleDescriptor md, IvySettings settings) (package private) void
IvyOverride.addOverride
(DefaultModuleDescriptor md, IvySettings settings) (package private) DependencyDescriptor
IvyDependency.asDependencyDescriptor
(ModuleDescriptor md, String masterConf, IvySettings settings) (package private) DefaultExcludeRule
IvyDependencyExclude.asRule
(IvySettings settings) (package private) DefaultIncludeRule
IvyDependencyInclude.asRule
(IvySettings settings) (package private) DefaultExcludeRule
IvyExclude.asRule
(IvySettings settings) private Set<MapMatcher>
IvyBuildList.convert
(List<IvyBuildList.BuildListModule> modulesList, String modulesString, IvySettings settings) protected boolean
IvyTask.doValidate
(IvySettings ivy) protected void
IvyPostResolveTask.ensureResolved
(IvySettings settings) protected String
IvyTask.getProperty
(String value, IvySettings ivy, String name) protected String
IvyTask.getProperty
(String value, IvySettings ivy, String name, String resolveId) protected String
IvyTask.getProperty
(IvySettings ivy, String name) protected String
IvyTask.getProperty
(IvySettings ivy, String name, String resolveId) private ResolveOptions
IvyResolve.getResolveOptions
(Ivy ivy, String[] confs, IvySettings settings) -
Uses of IvySettings in org.apache.ivy.core
Methods in org.apache.ivy.core that return IvySettings -
Uses of IvySettings in org.apache.ivy.core.cache
Fields in org.apache.ivy.core.cache declared as IvySettingsModifier and TypeFieldDescriptionprivate IvySettings
DefaultRepositoryCacheManager.settings
private IvySettings
DefaultResolutionCacheManager.settings
Methods in org.apache.ivy.core.cache that return IvySettingsMethods in org.apache.ivy.core.cache with parameters of type IvySettingsModifier and TypeMethodDescriptionvoid
DefaultRepositoryCacheManager.setSettings
(IvySettings settings) void
DefaultResolutionCacheManager.setSettings
(IvySettings settings) Constructors in org.apache.ivy.core.cache with parameters of type IvySettingsModifierConstructorDescriptionDefaultRepositoryCacheManager
(String name, IvySettings settings, File basedir) -
Uses of IvySettings in org.apache.ivy.core.deliver
Methods in org.apache.ivy.core.deliver with parameters of type IvySettingsModifier and TypeMethodDescriptionstatic DeliverOptions
DeliverOptions.newInstance
(IvySettings settings) Returns an instance of DeliverOptions with options corresponding to default values taken from the given settings. -
Uses of IvySettings in org.apache.ivy.core.pack
Fields in org.apache.ivy.core.pack declared as IvySettingsMethods in org.apache.ivy.core.pack with parameters of type IvySettings -
Uses of IvySettings in org.apache.ivy.core.report
Methods in org.apache.ivy.core.report with parameters of type IvySettingsModifier and TypeMethodDescriptionResolveReport.toFixedModuleDescriptor
(IvySettings settings, List<ModuleId> midToKeep) -
Uses of IvySettings in org.apache.ivy.core.search
Fields in org.apache.ivy.core.search declared as IvySettingsConstructors in org.apache.ivy.core.search with parameters of type IvySettings -
Uses of IvySettings in org.apache.ivy.core.settings
Fields in org.apache.ivy.core.settings declared as IvySettingsConstructors in org.apache.ivy.core.settings with parameters of type IvySettings -
Uses of IvySettings in org.apache.ivy.plugins
Methods in org.apache.ivy.plugins with parameters of type IvySettings -
Uses of IvySettings in org.apache.ivy.plugins.conflict
Fields in org.apache.ivy.plugins.conflict declared as IvySettingsMethods in org.apache.ivy.plugins.conflict that return IvySettingsMethods in org.apache.ivy.plugins.conflict with parameters of type IvySettingsModifier and TypeMethodDescriptionprivate void
LatestCompatibleConflictManager.blackListIncompatibleCallerAndRestartResolveIfPossible
(IvySettings settings, IvyNode parent, IvyNode selected, IvyNode evicted) void
AbstractConflictManager.setSettings
(IvySettings settings) -
Uses of IvySettings in org.apache.ivy.plugins.resolver
Constructors in org.apache.ivy.plugins.resolver with parameters of type IvySettingsModifierConstructorDescriptionWorkspaceChainResolver
(IvySettings settings, DependencyResolver delegate, AbstractWorkspaceResolver workspaceResolver) -
Uses of IvySettings in org.apache.ivy.plugins.version
Fields in org.apache.ivy.plugins.version declared as IvySettingsMethods in org.apache.ivy.plugins.version that return IvySettingsMethods in org.apache.ivy.plugins.version with parameters of type IvySettingsModifier and TypeMethodDescriptionvoid
AbstractVersionMatcher.setSettings
(IvySettings settings) void
ChainVersionMatcher.setSettings
(IvySettings settings) Sets the settings this matcher will use, and set to the matcher in the chain which implementsIvySettingsAware
.