Uses of Class
org.apache.ivy.core.settings.IvySettings
-
-
Uses of IvySettings in org.apache.ivy
Fields in org.apache.ivy declared as IvySettings Modifier and Type Field Description private IvySettingsIvy. settingsMethods in org.apache.ivy that return IvySettings Modifier and Type Method Description IvySettingsIvy. getSettings()private static IvySettingsMain. initSettings(CommandLine line, Ivy ivy)Methods in org.apache.ivy with parameters of type IvySettings Modifier and Type Method Description static IvyIvy. newInstance(IvySettings settings)voidIvy. setSettings(IvySettings settings) -
Uses of IvySettings in org.apache.ivy.ant
Methods in org.apache.ivy.ant that return IvySettings Modifier and Type Method Description protected IvySettingsIvyTask. getSettings()Methods in org.apache.ivy.ant with parameters of type IvySettings Modifier and Type Method Description (package private) voidIvyConflict. addConflict(DefaultModuleDescriptor md, IvySettings settings)(package private) voidIvyOverride. addOverride(DefaultModuleDescriptor md, IvySettings settings)(package private) DependencyDescriptorIvyDependency. asDependencyDescriptor(ModuleDescriptor md, java.lang.String masterConf, IvySettings settings)(package private) DefaultExcludeRuleIvyDependencyExclude. asRule(IvySettings settings)(package private) DefaultIncludeRuleIvyDependencyInclude. asRule(IvySettings settings)(package private) DefaultExcludeRuleIvyExclude. asRule(IvySettings settings)private java.util.Set<MapMatcher>IvyBuildList. convert(java.util.List<IvyBuildList.BuildListModule> modulesList, java.lang.String modulesString, IvySettings settings)protected booleanIvyTask. doValidate(IvySettings ivy)protected voidIvyPostResolveTask. ensureResolved(IvySettings settings)protected java.lang.StringIvyTask. getProperty(java.lang.String value, IvySettings ivy, java.lang.String name)protected java.lang.StringIvyTask. getProperty(java.lang.String value, IvySettings ivy, java.lang.String name, java.lang.String resolveId)protected java.lang.StringIvyTask. getProperty(IvySettings ivy, java.lang.String name)protected java.lang.StringIvyTask. getProperty(IvySettings ivy, java.lang.String name, java.lang.String resolveId)private ResolveOptionsIvyResolve. getResolveOptions(Ivy ivy, java.lang.String[] confs, IvySettings settings) -
Uses of IvySettings in org.apache.ivy.core
Methods in org.apache.ivy.core that return IvySettings Modifier and Type Method Description IvySettingsIvyContext. getSettings() -
Uses of IvySettings in org.apache.ivy.core.cache
Fields in org.apache.ivy.core.cache declared as IvySettings Modifier and Type Field Description private IvySettingsDefaultRepositoryCacheManager. settingsprivate IvySettingsDefaultResolutionCacheManager. settingsMethods in org.apache.ivy.core.cache that return IvySettings Modifier and Type Method Description IvySettingsDefaultRepositoryCacheManager. getSettings()Methods in org.apache.ivy.core.cache with parameters of type IvySettings Modifier and Type Method Description voidDefaultRepositoryCacheManager. setSettings(IvySettings settings)voidDefaultResolutionCacheManager. setSettings(IvySettings settings)Constructors in org.apache.ivy.core.cache with parameters of type IvySettings Constructor Description DefaultRepositoryCacheManager(java.lang.String name, IvySettings settings, java.io.File basedir) -
Uses of IvySettings in org.apache.ivy.core.deliver
Methods in org.apache.ivy.core.deliver with parameters of type IvySettings Modifier and Type Method Description static 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 IvySettings Modifier and Type Field Description private IvySettingsPackagingManager. settingsMethods in org.apache.ivy.core.pack with parameters of type IvySettings Modifier and Type Method Description voidPackagingManager. setSettings(IvySettings settings) -
Uses of IvySettings in org.apache.ivy.core.report
Methods in org.apache.ivy.core.report with parameters of type IvySettings Modifier and Type Method Description ModuleDescriptorResolveReport. toFixedModuleDescriptor(IvySettings settings, java.util.List<ModuleId> midToKeep) -
Uses of IvySettings in org.apache.ivy.core.search
Fields in org.apache.ivy.core.search declared as IvySettings Modifier and Type Field Description private IvySettingsSearchEngine. settingsConstructors in org.apache.ivy.core.search with parameters of type IvySettings Constructor Description SearchEngine(IvySettings settings) -
Uses of IvySettings in org.apache.ivy.core.settings
Fields in org.apache.ivy.core.settings declared as IvySettings Modifier and Type Field Description private IvySettingsXmlSettingsParser. ivyConstructors in org.apache.ivy.core.settings with parameters of type IvySettings Constructor Description XmlSettingsParser(IvySettings ivy) -
Uses of IvySettings in org.apache.ivy.plugins
Methods in org.apache.ivy.plugins with parameters of type IvySettings Modifier and Type Method Description voidIvySettingsAware. setSettings(IvySettings settings) -
Uses of IvySettings in org.apache.ivy.plugins.conflict
Fields in org.apache.ivy.plugins.conflict declared as IvySettings Modifier and Type Field Description private IvySettingsAbstractConflictManager. settingsMethods in org.apache.ivy.plugins.conflict that return IvySettings Modifier and Type Method Description IvySettingsAbstractConflictManager. getSettings()Methods in org.apache.ivy.plugins.conflict with parameters of type IvySettings Modifier and Type Method Description private voidLatestCompatibleConflictManager. blackListIncompatibleCallerAndRestartResolveIfPossible(IvySettings settings, IvyNode parent, IvyNode selected, IvyNode evicted)voidAbstractConflictManager. setSettings(IvySettings settings) -
Uses of IvySettings in org.apache.ivy.plugins.resolver
Methods in org.apache.ivy.plugins.resolver with parameters of type IvySettings Modifier and Type Method Description voidAbstractSshBasedResolver. setSettings(IvySettings settings)Constructors in org.apache.ivy.plugins.resolver with parameters of type IvySettings Constructor Description WorkspaceChainResolver(IvySettings settings, DependencyResolver delegate, AbstractWorkspaceResolver workspaceResolver) -
Uses of IvySettings in org.apache.ivy.plugins.version
Fields in org.apache.ivy.plugins.version declared as IvySettings Modifier and Type Field Description private IvySettingsAbstractVersionMatcher. settingsMethods in org.apache.ivy.plugins.version that return IvySettings Modifier and Type Method Description IvySettingsAbstractVersionMatcher. getSettings()Methods in org.apache.ivy.plugins.version with parameters of type IvySettings Modifier and Type Method Description voidAbstractVersionMatcher. setSettings(IvySettings settings)voidChainVersionMatcher. setSettings(IvySettings settings)Sets the settings this matcher will use, and set to the matcher in the chain which implementsIvySettingsAware.
-