Uses of Class
org.apache.ivy.Ivy
-
Packages that use Ivy Package Description org.apache.ivy org.apache.ivy.ant org.apache.ivy.core org.apache.ivy.plugins.repository.vsftp -
-
Uses of Ivy in org.apache.ivy
Fields in org.apache.ivy declared as Ivy Modifier and Type Field Description private Ivy
Ivy14. ivy
Methods in org.apache.ivy that return Ivy Modifier and Type Method Description static Ivy
Ivy. newInstance()
static Ivy
Ivy. newInstance(IvySettings settings)
Methods in org.apache.ivy with parameters of type Ivy Modifier and Type Method Description java.lang.Object
Ivy.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, java.io.File cache, ModuleDescriptor md, java.lang.String[] confs, java.util.List<java.io.File> fileList, java.lang.String mainclass, java.lang.String[] args)
private static void
Main. outputCachePath(Ivy ivy, java.io.File cache, ModuleDescriptor md, java.lang.String[] confs, java.lang.String outFile)
Constructors in org.apache.ivy with parameters of type Ivy Constructor Description Ivy14(Ivy ivy)
-
Uses of Ivy in org.apache.ivy.ant
Fields in org.apache.ivy.ant declared as Ivy Modifier and Type Field Description private Ivy
IvyAntSettings. ivyEngine
Methods in org.apache.ivy.ant that return Ivy Modifier and Type Method Description Ivy
IvyAntSettings. getConfiguredIvyInstance(org.apache.tools.ant.ProjectComponent task)
Return the configured Ivy instance.Ivy
IvyAntSettings. getConfiguredIvyInstance(org.apache.tools.ant.Task task)
protected Ivy
IvyTask. getIvyInstance()
Methods in org.apache.ivy.ant with parameters of type Ivy Modifier and Type Method Description private ResolveOptions
IvyResolve. getResolveOptions(Ivy ivy, java.lang.String[] confs, IvySettings settings)
static void
AntMessageLogger. register(org.apache.tools.ant.ProjectComponent task, Ivy ivy)
-
Uses of Ivy in org.apache.ivy.core
Fields in org.apache.ivy.core declared as Ivy Modifier and Type Field Description private Ivy
IvyContext. defaultIvy
Fields in org.apache.ivy.core with type parameters of type Ivy Modifier and Type Field Description private java.lang.ref.WeakReference<Ivy>
IvyContext. ivy
Methods in org.apache.ivy.core that return Ivy Modifier and Type Method Description private Ivy
IvyContext. getDefaultIvy()
Ivy
IvyContext. getIvy()
Returns the current ivy instance.Ivy
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 Modifier and Type Method Description void
IvyContext. setIvy(Ivy ivy)
-
Uses of Ivy in org.apache.ivy.plugins.repository.vsftp
Fields in org.apache.ivy.plugins.repository.vsftp declared as Ivy Modifier and Type Field Description private Ivy
VsftpRepository. ivy
-