Uses of Class
org.apache.ivy.Ivy
Packages that use Ivy
Package
Description
-
Uses of Ivy in org.apache.ivy
Fields in org.apache.ivy declared as IvyMethods in org.apache.ivy that return IvyModifier and TypeMethodDescriptionstatic Ivy
Ivy.newInstance()
static Ivy
Ivy.newInstance
(IvySettings settings) Methods in org.apache.ivy with parameters of type IvyModifier and TypeMethodDescriptionIvy.IvyCallback.doInIvyContext
(Ivy ivy, IvyContext context) Executes Ivy related job within anIvyContext
private static void
Main.initMessage
(CommandLine line, Ivy ivy) private static IvySettings
Main.initSettings
(CommandLine line, Ivy ivy) private static void
Main.invoke
(Ivy ivy, File cache, ModuleDescriptor md, String[] confs, List<File> fileList, String mainclass, String[] args) private static void
Main.outputCachePath
(Ivy ivy, File cache, ModuleDescriptor md, String[] confs, String outFile) Constructors in org.apache.ivy with parameters of type Ivy -
Uses of Ivy in org.apache.ivy.ant
Fields in org.apache.ivy.ant declared as IvyMethods in org.apache.ivy.ant that return IvyModifier and TypeMethodDescriptionIvyAntSettings.getConfiguredIvyInstance
(org.apache.tools.ant.ProjectComponent task) Return the configured Ivy instance.IvyAntSettings.getConfiguredIvyInstance
(org.apache.tools.ant.Task task) protected Ivy
IvyTask.getIvyInstance()
Methods in org.apache.ivy.ant with parameters of type IvyModifier and TypeMethodDescriptionprivate ResolveOptions
IvyResolve.getResolveOptions
(Ivy ivy, String[] confs, IvySettings settings) static void
-
Uses of Ivy in org.apache.ivy.core
Fields in org.apache.ivy.core declared as IvyFields in org.apache.ivy.core with type parameters of type IvyMethods in org.apache.ivy.core that return IvyModifier and TypeMethodDescriptionprivate Ivy
IvyContext.getDefaultIvy()
IvyContext.getIvy()
Returns the current ivy instance.IvyContext.peekIvy()
Returns the Ivy instance associated with this context, ornull
if no such instance is currently associated with this context.Methods in org.apache.ivy.core with parameters of type Ivy -
Uses of Ivy in org.apache.ivy.plugins.repository.vsftp
Fields in org.apache.ivy.plugins.repository.vsftp declared as Ivy