public class SplashTask extends Task
description, location, project
Constructor and Description |
---|
SplashTask() |
Modifier and Type | Method and Description |
---|---|
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)
Deprecated.
since 1.5.x.
Use org.apache.tools.ant.taskdefs.optional.net.SetProxy
|
void |
setPort(java.lang.String port)
Deprecated.
since 1.5.x.
Use org.apache.tools.ant.taskdefs.optional.net.SetProxy
|
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)
Deprecated.
since 1.5.x.
Use org.apache.tools.ant.taskdefs.optional.net.SetProxy
|
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.net.SetProxy
|
void |
setUser(java.lang.String user)
Deprecated.
since 1.5.x.
Use org.apache.tools.ant.taskdefs.optional.net.SetProxy
|
bindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType
clone, getDescription, getLocation, getProject, setDescription, setLocation, setProject
public void setImageURL(java.lang.String imgurl)
imgurl
- the url string pointing to the image@Deprecated public void setUseproxy(boolean useProxy)
useProxy
- if ture, enable proxy settings@Deprecated public void setProxy(java.lang.String proxy)
proxy
- the name of the proxy host@Deprecated public void setPort(java.lang.String port)
port
- the proxy port@Deprecated public void setUser(java.lang.String user)
user
- the proxy user@Deprecated public void setPassword(java.lang.String password)
password
- the proxy passwordpublic void setShowduration(int duration)
duration
- the splash 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