|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.tools.ant.ProjectComponent | +--org.apache.tools.ant.Task | +--org.apache.tools.ant.taskdefs.optional.splash.SplashTask
Creates a splash screen. The splash screen is displayed for the duration of the build and includes a handy progress bar as well. Use in conjunction with the sound task to provide interest whilst waiting for your builds to complete...
Field Summary |
Fields inherited from class org.apache.tools.ant.Task |
description, location, target, taskName, taskType, wrapper |
Fields inherited from class org.apache.tools.ant.ProjectComponent |
project |
Constructor Summary | |
SplashTask()
|
Method Summary | |
void |
execute()
Called by the project to let the task do its work. |
void |
setImageURL(java.lang.String imgurl)
A URL pointing to an image to display; optional, default antlogo.gif from the classpath. |
void |
setPassword(java.lang.String password)
Proxy password; required if user is set. |
void |
setPort(java.lang.String port)
Proxy port; optional, default 80. |
void |
setProxy(java.lang.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)
Deprecated. use org.apache.tools.ant.taskdefs.optional.SetProxy |
void |
setUser(java.lang.String user)
Proxy user; optional, default =none. |
Methods inherited from class org.apache.tools.ant.Task |
getDescription, getLocation, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, maybeConfigure, perform, reconfigure, setDescription, setLocation, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType |
Methods inherited from class org.apache.tools.ant.ProjectComponent |
getProject, setProject |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SplashTask()
Method Detail |
public void setImageURL(java.lang.String imgurl)
public void setUseproxy(boolean useProxy)
public void setProxy(java.lang.String proxy)
public void setPort(java.lang.String port)
public void setUser(java.lang.String user)
public void setPassword(java.lang.String password)
public void setShowduration(int duration)
public void execute() throws BuildException
Task
execute
in class Task
BuildException
- if something goes wrong with the build
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |