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 IvySettings
Ivy. settings
Methods in org.apache.ivy that return IvySettings Modifier and Type Method Description IvySettings
Ivy. getSettings()
private static IvySettings
Main. initSettings(CommandLine line, Ivy ivy)
Methods in org.apache.ivy with parameters of type IvySettings Modifier and Type Method Description static 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 IvySettings Modifier and Type Method Description protected IvySettings
IvyTask. getSettings()
Methods in org.apache.ivy.ant with parameters of type IvySettings Modifier and Type Method Description (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, java.lang.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 java.util.Set<MapMatcher>
IvyBuildList. convert(java.util.List<IvyBuildList.BuildListModule> modulesList, java.lang.String modulesString, IvySettings settings)
protected boolean
IvyTask. doValidate(IvySettings ivy)
protected void
IvyPostResolveTask. ensureResolved(IvySettings settings)
protected java.lang.String
IvyTask. getProperty(java.lang.String value, IvySettings ivy, java.lang.String name)
protected java.lang.String
IvyTask. getProperty(java.lang.String value, IvySettings ivy, java.lang.String name, java.lang.String resolveId)
protected java.lang.String
IvyTask. getProperty(IvySettings ivy, java.lang.String name)
protected java.lang.String
IvyTask. getProperty(IvySettings ivy, java.lang.String name, java.lang.String resolveId)
private ResolveOptions
IvyResolve. 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 IvySettings
IvyContext. 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 IvySettings
DefaultRepositoryCacheManager. settings
private IvySettings
DefaultResolutionCacheManager. settings
Methods in org.apache.ivy.core.cache that return IvySettings Modifier and Type Method Description IvySettings
DefaultRepositoryCacheManager. getSettings()
Methods in org.apache.ivy.core.cache with parameters of type IvySettings Modifier and Type Method Description void
DefaultRepositoryCacheManager. setSettings(IvySettings settings)
void
DefaultResolutionCacheManager. 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 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 IvySettings Modifier and Type Field Description private IvySettings
PackagingManager. settings
Methods in org.apache.ivy.core.pack with parameters of type IvySettings Modifier and Type Method Description void
PackagingManager. 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 ModuleDescriptor
ResolveReport. 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 IvySettings
SearchEngine. settings
Constructors 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 IvySettings
XmlSettingsParser. ivy
Constructors 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 void
IvySettingsAware. 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 IvySettings
AbstractConflictManager. settings
Methods in org.apache.ivy.plugins.conflict that return IvySettings Modifier and Type Method Description IvySettings
AbstractConflictManager. getSettings()
Methods in org.apache.ivy.plugins.conflict with parameters of type IvySettings Modifier and Type Method Description private 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 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 IvySettings
AbstractVersionMatcher. settings
Methods in org.apache.ivy.plugins.version that return IvySettings Modifier and Type Method Description IvySettings
AbstractVersionMatcher. getSettings()
Methods in org.apache.ivy.plugins.version with parameters of type IvySettings Modifier and Type Method Description void
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
.
-