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 IvyIvy.newInstance()static IvyIvy.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 anIvyContextprivate static voidMain.initMessage(CommandLine line, Ivy ivy) private static IvySettingsMain.initSettings(CommandLine line, Ivy ivy) private static voidMain.invoke(Ivy ivy, File cache, ModuleDescriptor md, String[] confs, List<File> fileList, String mainclass, String[] args) private static voidMain.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 IvyIvyTask.getIvyInstance()Methods in org.apache.ivy.ant with parameters of type IvyModifier and TypeMethodDescriptionprivate ResolveOptionsIvyResolve.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 IvyIvyContext.getDefaultIvy()IvyContext.getIvy()Returns the current ivy instance.IvyContext.peekIvy()Returns the Ivy instance associated with this context, ornullif 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