|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.tools.ant.ProjectComponent
org.apache.tools.ant.Task
org.apache.tools.ant.taskdefs.optional.splash.SplashTask
public class 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 |
---|
target, taskName, taskType, wrapper |
Fields inherited from class org.apache.tools.ant.ProjectComponent |
---|
description, location, project |
Constructor Summary | |
---|---|
SplashTask()
|
Method Summary | |
---|---|
void |
execute()
Execute the task. |
void |
setDisplayText(java.lang.String displayText)
Sets the display text presented in the splash window. |
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 |
setProgressRegExp(java.lang.String progressRegExp)
Progress regular expression which is used to parse the output and dig out current progress optional; if not provided, progress is increased every action and log output line |
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. since 1.5.x. 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 |
---|
bindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType |
Methods inherited from class org.apache.tools.ant.ProjectComponent |
---|
clone, getDescription, getLocation, getProject, setDescription, setLocation, setProject |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SplashTask()
Method Detail |
---|
public void setImageURL(java.lang.String imgurl)
imgurl
- the url string pointing to the imagepublic void setUseproxy(boolean useProxy)
useProxy
- if ture, enable proxy settingspublic void setProxy(java.lang.String proxy)
proxy
- the name of the proxy hostpublic void setPort(java.lang.String port)
port
- the proxy portpublic void setUser(java.lang.String user)
user
- the proxy userpublic void setPassword(java.lang.String password)
password
- the proxy passwordpublic void setShowduration(int duration)
duration
- the spash duration in millisecondspublic void setProgressRegExp(java.lang.String progressRegExp)
progressRegExp
- Progress regular expression, exactly one
group pattern must exists, and it represents the progress
number (0-100) (i.e "Progress: (.*)%")public void setDisplayText(java.lang.String displayText)
displayText
- the display text presented the splash windowpublic void execute() throws BuildException
execute
in class Task
BuildException
- on error
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |