org.apache.tools.ant.taskdefs.optional.splash
public class SplashTask extends Task
Since: Ant1.5
Method Summary | |
---|---|
void | execute() |
void | setImageURL(String imgurl)
A URL pointing to an image to display; optional, default antlogo.gif
from the classpath. |
void | setPassword(String password)
Proxy password; required if user is set. |
void | setPort(String port)
Proxy port; optional, default 80. |
void | setProxy(String proxy)
name of proxy; optional. |
void | setShowduration(int duration)
how long to show the splash screen in milliseconds,
optional; default 5000 ms. |
void | setUseproxy(boolean useProxy)
flag to enable proxy settings; optional, deprecated : consider
using <setproxy> instead |
void | setUser(String user)
Proxy user; optional, default =none. |
Deprecated: use org.apache.tools.ant.taskdefs.optional.SetProxy
flag to enable proxy settings; optional, deprecated : consider using <setproxy> instead