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 IvyIvy14. ivyMethods in org.apache.ivy that return Ivy Modifier and Type Method Description static IvyIvy. newInstance()static IvyIvy. newInstance(IvySettings settings)Methods in org.apache.ivy with parameters of type Ivy Modifier and Type Method Description java.lang.ObjectIvy.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, 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 voidMain. 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 IvyIvyAntSettings. ivyEngineMethods in org.apache.ivy.ant that return Ivy Modifier and Type Method Description IvyIvyAntSettings. getConfiguredIvyInstance(org.apache.tools.ant.ProjectComponent task)Return the configured Ivy instance.IvyIvyAntSettings. getConfiguredIvyInstance(org.apache.tools.ant.Task task)protected IvyIvyTask. getIvyInstance()Methods in org.apache.ivy.ant with parameters of type Ivy Modifier and Type Method Description private ResolveOptionsIvyResolve. getResolveOptions(Ivy ivy, java.lang.String[] confs, IvySettings settings)static voidAntMessageLogger. 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 IvyIvyContext. defaultIvyFields in org.apache.ivy.core with type parameters of type Ivy Modifier and Type Field Description private java.lang.ref.WeakReference<Ivy>IvyContext. ivyMethods in org.apache.ivy.core that return Ivy Modifier and Type Method Description private IvyIvyContext. getDefaultIvy()IvyIvyContext. getIvy()Returns the current ivy instance.IvyIvyContext. 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 Modifier and Type Method Description voidIvyContext. 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 IvyVsftpRepository. ivy
-