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 IvySettingsMain.initSettings(CommandLine line, Ivy ivy) Methods in org.apache.ivy with parameters of type IvySettingsModifier and TypeMethodDescriptionstatic IvyIvy.newInstance(IvySettings settings) voidIvy.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) voidIvyConflict.addConflict(DefaultModuleDescriptor md, IvySettings settings) (package private) voidIvyOverride.addOverride(DefaultModuleDescriptor md, IvySettings settings) (package private) DependencyDescriptorIvyDependency.asDependencyDescriptor(ModuleDescriptor md, String masterConf, IvySettings settings) (package private) DefaultExcludeRuleIvyDependencyExclude.asRule(IvySettings settings) (package private) DefaultIncludeRuleIvyDependencyInclude.asRule(IvySettings settings) (package private) DefaultExcludeRuleIvyExclude.asRule(IvySettings settings) private Set<MapMatcher>IvyBuildList.convert(List<IvyBuildList.BuildListModule> modulesList, String modulesString, IvySettings settings) protected booleanIvyTask.doValidate(IvySettings ivy) protected voidIvyPostResolveTask.ensureResolved(IvySettings settings) protected StringIvyTask.getProperty(String value, IvySettings ivy, String name) protected StringIvyTask.getProperty(String value, IvySettings ivy, String name, String resolveId) protected StringIvyTask.getProperty(IvySettings ivy, String name) protected StringIvyTask.getProperty(IvySettings ivy, String name, String resolveId) private ResolveOptionsIvyResolve.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 IvySettingsDefaultRepositoryCacheManager.settingsprivate IvySettingsDefaultResolutionCacheManager.settingsMethods in org.apache.ivy.core.cache that return IvySettingsMethods in org.apache.ivy.core.cache with parameters of type IvySettingsModifier and TypeMethodDescriptionvoidDefaultRepositoryCacheManager.setSettings(IvySettings settings) voidDefaultResolutionCacheManager.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 DeliverOptionsDeliverOptions.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 voidLatestCompatibleConflictManager.blackListIncompatibleCallerAndRestartResolveIfPossible(IvySettings settings, IvyNode parent, IvyNode selected, IvyNode evicted) voidAbstractConflictManager.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 TypeMethodDescriptionvoidAbstractVersionMatcher.setSettings(IvySettings settings) voidChainVersionMatcher.setSettings(IvySettings settings) Sets the settings this matcher will use, and set to the matcher in the chain which implementsIvySettingsAware.