org.apache.ivy
Class Ivy
java.lang.Object
org.apache.ivy.Ivy
public class Ivy extends java.lang.Object
Ivy is a free java based dependency manager.
This class is the main class of Ivy, which acts as a Facade to all services offered by Ivy:
resolve dependencies
retrieve artifacts to a local location
deliver and publish modules
repository search and listing
Here is one typical usage:
Ivy ivy = Ivy.newInstance();
ivy.configure(new URL("ivysettings.xml"));
ivy.resolve(new URL("ivy.xml"));
Using Ivy engines directly
If the methods offered by the Ivy class are not flexible enough and you want to use Ivy
engines directly, you need to call the methods within a single IvyContext associated to
the Ivy instance you use. To do so, it is recommended to use the
execute(org.apache.ivy.Ivy.IvyCallback) method laNavBarFont1Rev">Class
Tree
Deprecated
Index
Help
PREV CLASS
NEXT CLASS
FRAMES
NO FRAMES
All Classes
SUMMARY: NESTED | FIELD | CONSTR | METHOD
DETAIL: FIELD | CONSTR | METHOD
org.apache.ivy.util.url
Class IvyAuthenticator
java.lang.Object
java.net.Authenticator
org.apache.ivy.util.url.IvyAuthenticator
public final class IvyAuthenticator extends java.net.Authenticator
Nested classes/interfaces inherited from class java.net.Authenticator
java.net.Authenticator.RequestorType
Methods inherited from class java.net.Authenticator
getRequestingHost, getRequestingPort, getRequestingPrompt, getRequestingProtocol, getRequestingScheme, getRequestingSite, getRequestingURL, getRequestorType, requestPasswordAuthentication, requestPasswordAuthentication, requestPasswordAuthentication, setDefault
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
INSTANCE
public static final IvyAuthenticator INSTANCE
The sole instance.
getPasswordAuthentication
protected java.net.PasswordAuthentication getPasswordAuthentication ()
Overrides: getPasswordAuthentication in class java.net.Authenticator